game: add weapon base and sword

This commit is contained in:
2025-08-21 00:32:18 +02:00
parent 156da4898e
commit 8bd7bfa406
21 changed files with 200 additions and 163 deletions

View File

@@ -14,6 +14,7 @@ func _process(delta: float) -> void:
elapsed_time += delta
main_ui.player_ui.set_elapsed_time(elapsed_time)
func _unhandled_input(event: InputEvent) -> void:
if event.is_action_pressed("ui_cancel"):
main_ui.pause_ui.toggle_pause_ui()