chore: storing version and changelog

This commit is contained in:
StraToN
2022-11-13 15:38:38 +00:00
parent 595bbed870
commit 42e22f579b
3 changed files with 17 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Configures the camera to follow the specified target `object` (ESCItem) as it moves
# around the current room. The transition to focus on the `object` will happen
# over a time period. Blocks until the command completes.
#
#
# The camera will move as close as it can if camera limits have been configured
# and the `object` is at coordinates that are not reachable.
#

View File

@@ -3,7 +3,7 @@
# Shifts the camera by the given horizontal and vertical amounts relative to the
# current location. Blocks until the command completes.
#
# Make sure the destination coordinates are reachable if
# Make sure the destination coordinates are reachable if
# camera limits have been configured.
#
# **Parameters**