Lots of usability imporvements

This commit is contained in:
Segey Lapin
2019-08-09 06:35:06 +03:00
parent 95a76feb53
commit 59e0b46384
25 changed files with 5190 additions and 429 deletions

View File

@@ -24,6 +24,7 @@ func _process(delta):
expose_time = 0.0
cooldown_time = 2.0
show()
release_focus()
if expose_time > 10.0:
if visible:
hide()