Initial commit (1/2)
This commit is contained in:
commit
3411c5796d
66 changed files with 2261 additions and 0 deletions
24
scenes/Bounty.tscn
Normal file
24
scenes/Bounty.tscn
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue