Adjusted player height, jumping height, player can run/walk, map adjustments
This commit is contained in:
@ -5,5 +5,5 @@ prototype = {
|
||||
}
|
||||
] // modifiers
|
||||
name = "prototype/arena01"
|
||||
uuid = "0eeee352-24a7-42f3-ab39-87a3438e3bd1"
|
||||
uuid = "74a950cc-6836-4b58-b9cf-f846123687df"
|
||||
} // prototype
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
tags = []
|
||||
uuid = "7b274629-b9e2-4ba1-95a2-eea6af2bb071"
|
||||
uuid = "f8f50ab6-5a4c-4256-9486-18a879a05e62"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
entity = {
|
||||
modifiers = [
|
||||
{
|
||||
pos = [0.25 4.000977 -1] // pos
|
||||
pos = [0.205882 6.648897 -1.676471] // pos
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
{
|
||||
@ -14,12 +14,12 @@ entity = {
|
||||
}
|
||||
{
|
||||
body = [
|
||||
"b79fbb50-419c-474b-8278-563238ca20fe"
|
||||
"b27f5f59-cf1a-4f7b-a3a7-569a25a1b2ff"
|
||||
] // 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"
|
||||
uuid = "b27f5f59-cf1a-4f7b-a3a7-569a25a1b2ff"
|
||||
} // entity
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
tags = []
|
||||
uuid = "55c8fea7-2038-4a48-b7ee-8ca6adfba26b"
|
||||
uuid = "ef28acc6-c125-4ac0-8eba-7af338c13ba7"
|
||||
|
||||
29
prototype/arena01.prototype/arena01_1_player_start.entity.lx
Normal file
29
prototype/arena01.prototype/arena01_1_player_start.entity.lx
Normal file
@ -0,0 +1,29 @@
|
||||
entity = {
|
||||
modifiers = [
|
||||
{
|
||||
pos = [0 0 0] // pos
|
||||
type = "luxe: system/transform.modifier"
|
||||
}
|
||||
{
|
||||
material = "func_luxe: texture_default/textured"
|
||||
mesh = "maps/arena01_1_player_start"
|
||||
type = "luxe: system/mesh.modifier"
|
||||
}
|
||||
{
|
||||
type = "luxe: system/physics/body3D.modifier"
|
||||
}
|
||||
{
|
||||
body = [
|
||||
"0bcfd974-4c6b-4ee6-ac4c-987c231d05b4"
|
||||
] // body
|
||||
mesh = "maps/arena01_1_player_start_col"
|
||||
type = "luxe: system/physics/mesh_collider3D.modifier"
|
||||
}
|
||||
{
|
||||
tags = [] // tags
|
||||
type = "luxe: system/tags.modifier"
|
||||
}
|
||||
] // modifiers
|
||||
name = "arena01_1_player_start"
|
||||
uuid = "0bcfd974-4c6b-4ee6-ac4c-987c231d05b4"
|
||||
} // entity
|
||||
@ -0,0 +1,2 @@
|
||||
tags = []
|
||||
uuid = "f87cc4a5-d899-4fc9-9494-f84dbef422c0"
|
||||
@ -1,2 +1,2 @@
|
||||
tags = []
|
||||
uuid = "e668450e-bc5c-4697-9663-878c04979bfe"
|
||||
uuid = "e0403240-7b27-4c4c-9c6a-6307d288c7a1"
|
||||
|
||||
Reference in New Issue
Block a user