Adjusted player height, jumping height, player can run/walk, map adjustments
This commit is contained in:
18
scene/arena01.scene/Cube.entity.lx
Normal file
18
scene/arena01.scene/Cube.entity.lx
Normal file
@ -0,0 +1,18 @@
|
||||
entity = {
|
||||
modifiers = [
|
||||
{
|
||||
link = [
|
||||
"d9399d58-5f1c-4301-990f-c433f1fe3c47"
|
||||
] // link
|
||||
pos = [-5 0.5 5] // pos
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
{
|
||||
material = "luxe: material/logo"
|
||||
mesh = "models/cube"
|
||||
type = "luxe: system/mesh.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
name = "Cube"
|
||||
uuid = "92590109-bcfd-4d38-b808-0906e1eacc21"
|
||||
} // entity
|
||||
Reference in New Issue
Block a user