Work on pickups and multiplayer

This commit is contained in:
2026-03-19 23:50:29 -04:00
parent d128501f7c
commit 9d931a3b46
42 changed files with 771 additions and 324 deletions

View File

@@ -47,7 +47,7 @@ var decompiling : bool
var failed : bool
var difficulty : int = 1
func _process(delta: float) -> void:
func _process(_delta: float) -> void:
timer_label.text = "%02f.3" % timer.time_left
func start_decompiling() -> void:
@@ -109,5 +109,5 @@ func succeed() -> void:
func _on_hack_failed() -> void:
fail()
func _on_hack_removed(type : Hack.Type) -> void:
func _on_hack_removed(_type : Hack.Type) -> void:
Game.player.close_modal()