summaryrefslogtreecommitdiff
path: root/Scenes/Entities/Objects/MountainWall.tscn
blob: 1225eeb228d217a6dfb34765d44051d6a365465d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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)