dd5b4bcae5
- adding coins (no shop jet) - adding skin changing [no gui jet - fixing loops for deleting stuff]
14 lines
560 B
Text
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"]
|