DuckRun/scenes/easteregg/easteregg.tscn

24 lines
741 B
Text
Raw Normal View History

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"]
[ext_resource type="Texture2D" uid="uid://bp48x77dixrme" path="res://scenes/hindernis/hindernisse.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(0, -7)
shape = SubResource("CircleShape2D_ruej1")
[node name="Sprite" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0, -7)
texture = ExtResource("1_al4up")
offset = Vector2(0, 0.5)
hframes = 5
2024-10-22 19:52:35 +02:00
vframes = 3
2024-10-01 15:56:30 +02:00
frame = 3