DuckRun/scenes/Wolke/wolke.tscn
megamichi dd5b4bcae5 - improving textures
- adding coins (no shop jet)
- adding skin changing [no gui jet
- fixing loops for deleting stuff]
2024-11-10 19:51:00 +01:00

14 lines
560 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bky81sd1m7fm7"]
[ext_resource type="Texture2D" uid="uid://b03sbc7akorka" path="res://scenes/Wolke/wolken.png" id="1_c6lhp"]
[ext_resource type="Script" path="res://scenes/Wolke/wolke.gd" id="2_tsh5n"]
[node name="Wolke" type="Sprite2D"]
texture_filter = 1
texture = ExtResource("1_c6lhp")
hframes = 5
script = ExtResource("2_tsh5n")
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="queue_free"]