Доработка. Добавлено случайное значение для шейдеров

This commit is contained in:
sasha80
2025-12-26 11:27:36 +03:00
parent 906f01fd7a
commit 72975500c7
2 changed files with 5 additions and 0 deletions

View File

@@ -274,3 +274,7 @@ tick_curent={
"type": "int",
"value": 0
}
random_value={
"type": "float",
"value": 0.0
}