fix: Corrected error message for angle in esc_movable
This commit is contained in:
committed by
Julian Murgia
parent
0ea7b285b7
commit
5f78c026da
@@ -377,7 +377,7 @@ func _get_dir_deg(deg: int, animations: ESCAnimationResource) -> int:
|
|||||||
if dir == -1:
|
if dir == -1:
|
||||||
escoria.logger.error(
|
escoria.logger.error(
|
||||||
self,
|
self,
|
||||||
"No animation has been configured for angle %s." + str(deg)
|
"No animation has been configured for angle %s." % str(deg)
|
||||||
)
|
)
|
||||||
|
|
||||||
return dir
|
return dir
|
||||||
|
|||||||
Reference in New Issue
Block a user