support setting spawn point

This commit is contained in:
2025-02-27 14:33:53 +01:00
parent a5e9b11109
commit 3819bde882
4 changed files with 60 additions and 3 deletions

View File

@@ -61,6 +61,11 @@
my_value(integer) : "my_value" : 0 : "MY AWESOME VALUE!!"
]
@PointClass base(transform) model({ "path": "models/spawn.glb", "scale": scale }) = spawn_point
[
scale(float) : "scale" : "0" : ""
]
@BaseClass = transform
[
origin(vector) : "Translation/Origin" : "0 0 0" : ""