1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

doc formating.

This commit is contained in:
SFENCE 2025-06-14 19:04:34 +02:00
parent 98c55ce088
commit df65433ee4

View file

@ -9061,7 +9061,7 @@ child will follow movement and rotation of that bone.
* can be used for creation color blind effect, base for night vision effect etc. * can be used for creation color blind effect, base for night vision effect etc.
```lua ```lua
-- example of night vision like transform -- example of night vision like transform
{ {0.0, 0.0, 0.0}, { {0.0, 0.0, 0.0},
{1.0, 9.0, 1.0}, {1.0, 9.0, 1.0},
{0.0, 0.0, 0.0}} {0.0, 0.0, 0.0}}