feat: Several fixes and optimizations (#467)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-11-27 20:10:16 +01:00
committed by GitHub
parent 09446c794f
commit 47fe4df841
13 changed files with 397 additions and 312 deletions

View File

@@ -45,7 +45,6 @@ onready var inventory_ui = $ui/Control/panel_down/VBoxContainer/HBoxContainer\
/InventoryMargin/inventory_ui
func _enter_tree():
ProjectSettings.set_setting("escoria/ui/tooltip_follows_mouse", false)
escoria.action_manager.connect(
"action_finished",
self,
@@ -70,6 +69,7 @@ func _exit_tree():
self,
"_on_action_finished"
)
## BACKGROUND ##