fix docs typos

This commit is contained in:
MihailRis 2024-08-05 20:39:16 +03:00
parent c7ce9a939f
commit 811599b55a
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ tsf:set_size(size: vec3)
-- Returns the entity rotation -- Returns the entity rotation
tsf:get_rot() -> mat4 tsf:get_rot() -> mat4
-- Sets entity rotation -- Sets entity rotation
tsf:set_rot(size: mat4) tsf:set_rot(rotation: mat4)
``` ```
### Rigidbody ### Rigidbody

View File

@ -51,7 +51,7 @@ tsf:set_size(size: vec3)
-- Возвращает вращение сущности -- Возвращает вращение сущности
tsf:get_rot() -> mat4 tsf:get_rot() -> mat4
-- Устанавливает вращение сущности -- Устанавливает вращение сущности
tsf:set_rot(size: mat4) tsf:set_rot(rotation: mat4)
``` ```
### Rigidbody ### Rigidbody