added locks to the scenes

This commit is contained in:
2023-02-10 20:13:10 +01:00
parent e1318d657e
commit c49a89eada
3 changed files with 22 additions and 3 deletions

View File

@@ -4,25 +4,31 @@
[ext_resource type="PackedScene" path="res://scenes/dialog_trigger_area.tscn" id="2_blpmd"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_pchpi"]
size = Vector2(64, 17.25)
size = Vector2(64, 14.625)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_d78tr"]
size = Vector2(64, 64)
size = Vector2(64, 58)
[node name="dialogdebug_cupcake" type="StaticBody2D"]
metadata/_edit_lock_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_imilm")
metadata/_edit_lock_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 23)
position = Vector2(0, 21.6875)
shape = SubResource("RectangleShape2D_pchpi")
metadata/_edit_lock_ = true
[node name="dialog_trigger_area" parent="." instance=ExtResource("2_blpmd")]
file = "res://assets/lang/en/dialogue/npcs/villager_normal.json"
title = "Debug cupcake"
metadata/_edit_lock_ = true
[node name="collision_shape_2d" parent="dialog_trigger_area" index="0"]
position = Vector2(0, -1)
shape = SubResource("RectangleShape2D_d78tr")
metadata/_edit_lock_ = true
[editable path="dialog_trigger_area"]