fix: camera commands to use time instead of speed (#509)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# `camera_set_pos speed x y`
|
||||
# `camera_set_pos time x y`
|
||||
#
|
||||
# Moves the camera to the given position.
|
||||
#
|
||||
# **Parameters**
|
||||
#
|
||||
# - *speed*: Number of seconds the transition should take
|
||||
# - *time*: Number of seconds the transition should take
|
||||
# - *x*: Target X coordinate
|
||||
# - "y*: Target Y coordinate
|
||||
#
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# `camera_set_target speed object`
|
||||
# `camera_set_target time object`
|
||||
#
|
||||
# Configures the camera to follow the specified target `object`
|
||||
#
|
||||
# **Parameters**
|
||||
#
|
||||
# - *speed*: Number of seconds the transition should take
|
||||
# - *time*: Number of seconds the transition should take
|
||||
# - *object*: Global ID of the target object
|
||||
#
|
||||
# For more details see: https://docs.escoria-framework.org/camera
|
||||
|
||||
Reference in New Issue
Block a user