2024-10-01 15:56:30 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://co76l7v0x2t8t"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/easteregg/easteregg.gd" id="1_3dnpr"]
|
2024-11-04 19:10:10 +01:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bp48x77dixrme" path="res://scenes/hurdle/hurdle.png" id="1_al4up"]
|
2024-10-01 15:56:30 +02:00
|
|
|
|
|
|
|
[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="."]
|
2024-11-10 19:51:00 +01:00
|
|
|
position = Vector2(8, 9)
|
2024-10-01 15:56:30 +02:00
|
|
|
shape = SubResource("CircleShape2D_ruej1")
|
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
|
|
texture_filter = 1
|
|
|
|
texture = ExtResource("1_al4up")
|
2024-11-10 19:51:00 +01:00
|
|
|
centered = false
|
2024-10-01 15:56:30 +02:00
|
|
|
hframes = 5
|
2024-10-22 19:52:35 +02:00
|
|
|
vframes = 3
|
2024-11-10 19:51:00 +01:00
|
|
|
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"]
|