Adjusted player height, jumping height, player can run/walk, map adjustments

This commit is contained in:
2025-07-01 15:35:34 -07:00
parent 39b951463e
commit 125006cf2b
65 changed files with 1971 additions and 1264 deletions

19
models/cube.mesh.lx Normal file
View File

@ -0,0 +1,19 @@
mesh = {
levels = [
{
id = "vA1wUK"
value = {
from = "models/cube.obj"
materials = [
{
id = "vA1wUK"
value = {
material = "models/cube.obj.assets/Material"
name = "Material"
} // value
}
] // materials
} // value
}
] // levels
} // mesh

View File

@ -0,0 +1,2 @@
tags = []
uuid = "6e034452-56e7-4cce-923b-c7cc69429d28"

12
models/cube.mtl Normal file
View File

@ -0,0 +1,12 @@
# Blender 4.4.3 MTL File: 'None'
# www.blender.org
newmtl Material
Ns 250.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2

2
models/cube.mtl.meta.lx Normal file
View File

@ -0,0 +1,2 @@
tags = []
uuid = "252a42e9-26e2-4815-9403-01303962f7c8"

40
models/cube.obj Normal file
View File

@ -0,0 +1,40 @@
# Blender 4.4.3
# www.blender.org
mtllib cube.mtl
o Cube
v 0.500000 0.500000 -0.500000
v 0.500000 -0.500000 -0.500000
v 0.500000 0.500000 0.500000
v 0.500000 -0.500000 0.500000
v -0.500000 0.500000 -0.500000
v -0.500000 -0.500000 -0.500000
v -0.500000 0.500000 0.500000
v -0.500000 -0.500000 0.500000
vn -0.0000 1.0000 -0.0000
vn -0.0000 -0.0000 1.0000
vn -1.0000 -0.0000 -0.0000
vn -0.0000 -1.0000 -0.0000
vn 1.0000 -0.0000 -0.0000
vn -0.0000 -0.0000 -1.0000
vt 0.625000 0.500000
vt 0.875000 0.500000
vt 0.875000 0.750000
vt 0.625000 0.750000
vt 0.375000 0.750000
vt 0.625000 1.000000
vt 0.375000 1.000000
vt 0.375000 0.000000
vt 0.625000 0.000000
vt 0.625000 0.250000
vt 0.375000 0.250000
vt 0.125000 0.500000
vt 0.375000 0.500000
vt 0.125000 0.750000
s 0
usemtl Material
f 1/1/1 5/2/1 7/3/1 3/4/1
f 4/5/2 3/4/2 7/6/2 8/7/2
f 8/8/3 7/9/3 5/10/3 6/11/3
f 6/12/4 2/13/4 4/5/4 8/14/4
f 2/13/5 1/1/5 3/4/5 4/5/5
f 6/11/6 5/10/6 1/1/6 2/13/6

View File

@ -0,0 +1,7 @@
material = {
basis = "func_luxe: basis/mesh.textured"
inputs = {
image.image = "func_luxe: texture_default/grid.wall"
mesh.color = [0.8 0.8 0.8 1] // mesh.color
} // inputs
} // material

View File

@ -0,0 +1,2 @@
tags = []
uuid = "fa262eb3-258d-4846-b67f-53b98d977cfa"

View File

@ -0,0 +1,2 @@
tags = []
uuid = "06d8552b-92b1-40e3-90af-80eba068e92b"

2
models/cube.obj.meta.lx Normal file
View File

@ -0,0 +1,2 @@
tags = []
uuid = "aa195ad0-30ff-411f-b6d4-b016b3e1cdbf"

2
models/folder.meta.lx Normal file
View File

@ -0,0 +1,2 @@
tags = []
uuid = "f50b724a-d578-4c69-872b-41cd05649ddf"