Some tweaks

This commit is contained in:
2025-10-20 00:04:50 +03:00
parent e09303f1b8
commit 89d059c178
5 changed files with 34 additions and 53 deletions
-10
View File
@@ -1,13 +1,3 @@
class_name Passage
extends Node2D
var _paused : bool = false
func set_paused(paused: bool) -> void:
_paused = paused
func is_paused() -> bool:
return _paused