Stable scene loading and func_luxe updates
This commit is contained in:
9
prototype/arena01.prototype/arena01.prototype.lx
Normal file
9
prototype/arena01.prototype/arena01.prototype.lx
Normal file
@ -0,0 +1,9 @@
|
||||
prototype = {
|
||||
modifiers = [
|
||||
{
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
name = "prototype/arena01"
|
||||
uuid = "0eeee352-24a7-42f3-ab39-87a3438e3bd1"
|
||||
} // prototype
|
||||
2
prototype/arena01.prototype/arena01.prototype.lx.meta.lx
Normal file
2
prototype/arena01.prototype/arena01.prototype.lx.meta.lx
Normal file
@ -0,0 +1,2 @@
|
||||
tags = []
|
||||
uuid = "7b274629-b9e2-4ba1-95a2-eea6af2bb071"
|
||||
25
prototype/arena01.prototype/arena01_0_worldspawn.entity.lx
Normal file
25
prototype/arena01.prototype/arena01_0_worldspawn.entity.lx
Normal file
@ -0,0 +1,25 @@
|
||||
entity = {
|
||||
modifiers = [
|
||||
{
|
||||
pos = [0.25 4.000977 -1] // pos
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
{
|
||||
material = "func_luxe: texture_default/textured"
|
||||
mesh = "maps/arena01_0_worldspawn"
|
||||
type = "luxe: system/mesh.modifier"
|
||||
}
|
||||
{
|
||||
type = "luxe: system/physics/body3D.modifier"
|
||||
}
|
||||
{
|
||||
body = [
|
||||
"b79fbb50-419c-474b-8278-563238ca20fe"
|
||||
] // body
|
||||
mesh = "maps/arena01_0_worldspawn_col"
|
||||
type = "luxe: system/physics/mesh_collider3D.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
name = "arena01_0_worldspawn"
|
||||
uuid = "b79fbb50-419c-474b-8278-563238ca20fe"
|
||||
} // entity
|
||||
@ -0,0 +1,2 @@
|
||||
tags = []
|
||||
uuid = "55c8fea7-2038-4a48-b7ee-8ca6adfba26b"
|
||||
2
prototype/arena01.prototype/folder.meta.lx
Normal file
2
prototype/arena01.prototype/folder.meta.lx
Normal file
@ -0,0 +1,2 @@
|
||||
tags = []
|
||||
uuid = "e668450e-bc5c-4697-9663-878c04979bfe"
|
||||
Reference in New Issue
Block a user