[gd_scene load_steps=4 format=3 uid="uid://dhew0ddumipfy"] [ext_resource type="Script" path="res://Scenes/Entities/Objects/MountainWall.gd" id="1_6mkhl"] [ext_resource type="Texture2D" uid="uid://cctukh2hhfgty" path="res://Assets/Stages/core_outdoor_nature.png" id="2_dioff"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_f5uqi"] size = Vector2(14, 12) [node name="MountainWall" type="StaticBody2D"] texture_filter = 1 collision_layer = 8 collision_mask = 32 script = ExtResource("1_6mkhl") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(0, -1) shape = SubResource("RectangleShape2D_f5uqi") [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("2_dioff") region_enabled = true region_rect = Rect2(656, 0, 16, 16)