some ui improvements

This commit is contained in:
2023-12-09 01:09:12 +11:00
parent e97bf84612
commit 7dd8f88ca7
35 changed files with 408 additions and 216 deletions

View File

@ -31,7 +31,7 @@ func _ready() -> void:
player_keymap.apply()
characters.append(preload("res://PCs/Red/red.tres"))
characters.append(preload("res://PCs/Green/green.tres"))
#characters.append(preload("res://PCs/Green/green.tres"))
characters.append(preload("res://PCs/Blue/blue.tres"))
#Common