game: add shooting

This commit is contained in:
2025-08-14 20:29:46 +02:00
parent 8077ba9c39
commit ca9f189696
12 changed files with 362 additions and 18 deletions

View File

@@ -4,8 +4,8 @@ extends CanvasLayer
var stats: Dictionary = {}
func add_stat(name: String, value: String):
stats[name] = value
func add_stat(key: String, value: String):
stats[key] = value
func _process(delta: float) -> void:
debug_text.clear()