[gd_scene load_steps=3 format=3 uid="uid://cjq8kb0mhjh8r"] [ext_resource type="Texture2D" uid="uid://bg78j6xxw3ck4" path="res://assets/Ground/n.png" id="1_ocn3x"] [ext_resource type="Script" path="res://scenes/ground/ground.gd" id="2_eg3te"] [node name="Ground" type="Sprite2D"] texture_filter = 1 texture = ExtResource("1_ocn3x") centered = false script = ExtResource("2_eg3te") [node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."] position = Vector2(399.5, 82.5) scale = Vector2(0.05, -0.05) [connection signal="screen_entered" from="VisibleOnScreenNotifier2D" to="." method="screen_e"] [connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="screen_exited"]