Files
rgb/scene/chest.tscn
2024-02-14 07:09:49 -06:00

20 lines
727 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c267u62jmp3dq"]
[ext_resource type="Texture2D" uid="uid://b0h7llq1qb706" path="res://assets/chest.png" id="1_dmyxo"]
[ext_resource type="Script" path="res://scripts/chest.gd" id="1_nilcj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_miucj"]
size = Vector2(14, 14)
[node name="Chest" type="StaticBody2D"]
script = ExtResource("1_nilcj")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_dmyxo")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_miucj")
[node name="NavigationObstacle2D" type="NavigationObstacle2D" parent="."]
vertices = PackedVector2Array(5, 5, -5, 5, -5, -5, 5, -5)