Some fixes in mark_animations and span command (#355)

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-08-04 11:02:48 +02:00
committed by GitHub
parent 392dc2d607
commit 51e1cfa92b
7 changed files with 337 additions and 341 deletions

View File

@@ -49,7 +49,7 @@ func run(command_params: Array) -> int:
if command_params[1]:
var obj = escoria.object_manager.get_object(command_params[1])
scene.set_position(obj.get_global_position())
escoria.inputs_manager.hotspot_focused = false
escoria.inputs_manager.hotspot_focused = ""
else:
escoria.logger.report_errors(
"spawn: Invalid scene",