22 lines
747 B
Plaintext
22 lines
747 B
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://src/templates/Interactable/Interactable_Component.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://src/Interactables/Chest.gd" type="Script" id=2]
|
|
[ext_resource path="res://assets/High Forest/Assets/Interior-01.png" type="Texture" id=3]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
[node name="Chest" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="." index="0"]
|
|
texture = ExtResource( 3 )
|
|
vframes = 2
|
|
region_enabled = true
|
|
region_rect = Rect2( 49, 80, 30, 64 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." index="1"]
|
|
modulate = Color( 0.0313726, 1, 0, 1 )
|
|
position = Vector2( 0, 3 )
|
|
shape = SubResource( 1 )
|