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
|
||||
2
scene/arena01.scene/Cube.entity.lx.meta.lx
Normal file
2
scene/arena01.scene/Cube.entity.lx.meta.lx
Normal file
@ -0,0 +1,2 @@
|
||||
tags = []
|
||||
uuid = "081c9e78-ec9a-4ed0-a206-ab4a73aa757e"
|
||||
@ -1,15 +1,15 @@
|
||||
override = {
|
||||
address = [
|
||||
"0848f5c9-31b8-4193-91ac-a8db0acc987c"
|
||||
"b79fbb50-419c-474b-8278-563238ca20fe"
|
||||
"aaaddd73-03f1-4bb1-81e1-33e68b9e34fe"
|
||||
] // address
|
||||
modifiers = [
|
||||
{
|
||||
link = [
|
||||
"0848f5c9-31b8-4193-91ac-a8db0acc987c"
|
||||
"0eeee352-24a7-42f3-ab39-87a3438e3bd1"
|
||||
"9bd44df0-6988-4d18-b23d-f6016679e109"
|
||||
] // link
|
||||
pos = [0.25 4.00098 -1] // pos
|
||||
pos = [0.205882 7.65257 -1.67647] // pos
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
|
||||
@ -0,0 +1,15 @@
|
||||
override = {
|
||||
address = [
|
||||
"0848f5c9-31b8-4193-91ac-a8db0acc987c"
|
||||
"0bcfd974-4c6b-4ee6-ac4c-987c231d05b4"
|
||||
] // address
|
||||
modifiers = [
|
||||
{
|
||||
link = [
|
||||
"0848f5c9-31b8-4193-91ac-a8db0acc987c"
|
||||
"9bd44df0-6988-4d18-b23d-f6016679e109"
|
||||
] // link
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
} // override
|
||||
@ -0,0 +1,2 @@
|
||||
tags = []
|
||||
uuid = "7a0e97af-e659-4800-afd3-2f9cf752b961"
|
||||
@ -1,13 +1,14 @@
|
||||
override = {
|
||||
address = [
|
||||
"0848f5c9-31b8-4193-91ac-a8db0acc987c"
|
||||
"0eeee352-24a7-42f3-ab39-87a3438e3bd1"
|
||||
"9bd44df0-6988-4d18-b23d-f6016679e109"
|
||||
] // address
|
||||
modifiers = [
|
||||
{
|
||||
link = [
|
||||
"d9399d58-5f1c-4301-990f-c433f1fe3c47"
|
||||
] // link
|
||||
pos = [0 -1 0] // pos
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
|
||||
@ -8,8 +8,7 @@ entity = {
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
{
|
||||
height = 1.6
|
||||
speed = 8
|
||||
height = 1.7
|
||||
target = [
|
||||
"20ec0cdf-d909-4aea-a27e-5c697828e34d"
|
||||
] // target
|
||||
|
||||
Reference in New Issue
Block a user