dd5b4bcae5
- adding coins (no shop jet) - adding skin changing [no gui jet - fixing loops for deleting stuff]
29 lines
1 KiB
Text
29 lines
1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://co76l7v0x2t8t"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/easteregg/easteregg.gd" id="1_3dnpr"]
|
|
[ext_resource type="Texture2D" uid="uid://bp48x77dixrme" path="res://scenes/hurdle/hurdle.png" id="1_al4up"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ruej1"]
|
|
radius = 8.06226
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D"]
|
|
script = ExtResource("1_3dnpr")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(8, 9)
|
|
shape = SubResource("CircleShape2D_ruej1")
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
texture = ExtResource("1_al4up")
|
|
centered = false
|
|
hframes = 5
|
|
vframes = 3
|
|
frame = 1
|
|
|
|
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
|
|
position = Vector2(1, 1)
|
|
rect = Rect2(0, 0, 14, 14)
|
|
|
|
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="queue_free"]
|
|
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="_screen_exited"]
|