Initial commit (1/2)

This commit is contained in:
Алкесей Мирнеков 2023-11-05 16:23:18 +03:00 committed by GitHub
commit 3411c5796d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 2261 additions and 0 deletions

24
scenes/Bounty.tscn Normal file
View file

@ -0,0 +1,24 @@
[gd_scene load_steps=3 format=3 uid="uid://d1bhrxmr0oo0n"]
[ext_resource type="Script" path="res://scripts/Bounty.gd" id="1_450ye"]
[sub_resource type="CircleShape2D" id="CircleShape2D_xkl60"]
radius = 32.0
[node name="Bounty" type="Area2D"]
collision_layer = 4
script = ExtResource("1_450ye")
[node name="Label" type="Label" parent="."]
offset_left = -27.0
offset_top = -13.0
offset_right = 28.0
offset_bottom = 13.0
text = "7-8 MU"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_xkl60")
[connection signal="body_entered" from="." to="." method="_on_body_entered"]