Some tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user