Implemented tooltip follows mouse (not perfect).

Fixed bug when using mousewheel action on inventory items.
Added a debug mode for tooltip following mouse
This commit is contained in:
Julian Murgia
2021-02-19 07:53:45 +01:00
parent 52d19c34bd
commit 38f554b496
24 changed files with 421 additions and 174 deletions

View File

@@ -31,9 +31,6 @@ Implement methods to react to inputs.
- _on_event_done(event_name: String)
"""
func _ready():
escoria.esc_runner.connect("event_done", self, "_on_event_done")
func _input(event):
if event.is_action_pressed("switch_action_verb"):