add doc/en/3d-text.md

This commit is contained in:
MihailRis
2024-11-23 16:36:47 +03:00
parent 72ae0d5d55
commit 761a19a960
3 changed files with 89 additions and 2 deletions
+2 -2
View File
@@ -30,9 +30,9 @@ gfx.text3d.show(
position: vec3,
-- отображаемый текст
text: str,
-- таблица настроек частиц
-- таблица настроек отображение текста
preset: table,
-- дополнительная таблица настроек частиц
-- дополнительная таблица настроек отображения текста
[опционально] extension: table
) -> int
```