renamed gold to key

This commit is contained in:
pennyrigate 2023-03-25 15:35:46 -04:00
parent 139a6c50de
commit 2281627223
19 changed files with 38 additions and 87 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=20 format=2]
[gd_scene load_steps=21 format=2]
[ext_resource path="res://maps/map.gd" type="Script" id=1]
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=2]
@ -18,6 +18,7 @@
[ext_resource path="res://objects/enemy/tin.tscn" type="PackedScene" id=16]
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=17]
[ext_resource path="res://objects/environment/rock/crate.tscn" type="PackedScene" id=18]
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=19]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 4, 120 )
@ -173,6 +174,9 @@ position = Vector2( 64, 72 )
[node name="Arrow2" parent="Collectibles" instance=ExtResource( 13 )]
position = Vector2( 288, 16 )
[node name="Shard" parent="Collectibles" instance=ExtResource( 19 )]
position = Vector2( 568, 16 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]