mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 22:13:48 +00:00
Updated dialogic
This commit is contained in:
parent
1d11462073
commit
cbb82512ee
483 changed files with 5743 additions and 2177 deletions
|
|
@ -127,7 +127,7 @@ func handle_node_gui_input(event:InputEvent) -> void:
|
|||
|
||||
|
||||
func is_input_blocked() -> bool:
|
||||
return input_block_timer.time_left > 0.0
|
||||
return input_block_timer.time_left > 0.0 and not auto_skip.enabled
|
||||
|
||||
|
||||
func block_input(time:=0.1) -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue