diff options
author | bd <bdunahu@operationnull.com> | 2025-05-24 18:50:01 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-24 18:50:01 -0400 |
commit | 2190d18d8d58f867927126829e7c0d7ef6fac372 (patch) | |
tree | 1dd88af4374a9105ef2c723c43a68a0fd67e390f /scenes/Main.tscn | |
parent | c38a303aad3c3c0d8114524e664da6ad721e21c4 (diff) |
Add UI panel which displays actions/upgrades
Diffstat (limited to 'scenes/Main.tscn')
-rw-r--r-- | scenes/Main.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/Main.tscn b/scenes/Main.tscn index cf7c8c7..524c766 100644 --- a/scenes/Main.tscn +++ b/scenes/Main.tscn @@ -27,7 +27,7 @@ func free_tile(tile_position): [node name="Main" type="Node2D"] -[node name="Cursor" parent="." instance=ExtResource("4_rarhs")] +[node name="Player" parent="." instance=ExtResource("4_rarhs")] z_index = 2 [node name="Map" parent="." instance=ExtResource("2_vcsgt")] |