Basic dialog system working
This commit is contained in:
@@ -9,8 +9,14 @@ const LOREM_IPSUM = [
|
||||
"",
|
||||
]
|
||||
|
||||
static var input_enabled: bool = true:
|
||||
get():
|
||||
return input_enabled
|
||||
set(value):
|
||||
input_enabled = value
|
||||
|
||||
static var godmode: bool = false:
|
||||
get:
|
||||
get():
|
||||
return godmode
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
|
||||
Reference in New Issue
Block a user