18 lines
687 B
Text
18 lines
687 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://dhrn26gfar1rn"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://cfks34adpcdyi" path="res://assets/images/clouds/clouds.png" id="1_jfc78"]
|
||
|
[ext_resource type="Script" path="res://scenes/cloud/cloud.gd" id="2_m6nde"]
|
||
|
|
||
|
[node name="Cloud" type="Sprite2D"]
|
||
|
scale = Vector2(6, 6)
|
||
|
texture = ExtResource("1_jfc78")
|
||
|
vframes = 4
|
||
|
frame = 3
|
||
|
script = ExtResource("2_m6nde")
|
||
|
|
||
|
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
|
||
|
position = Vector2(6.08333, 0.500001)
|
||
|
scale = Vector2(0.608333, 0.7)
|
||
|
|
||
|
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="_on_visible_on_screen_notifier_2d_screen_exited"]
|