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

View File

@ -0,0 +1,2 @@
tags = []
uuid = "28a710c0-9247-48ad-a9d5-54a54fbf84a4"

View File

@ -0,0 +1,36 @@
entity_def = {
classname = "player_start"
editor = {
class_type = "PointClass"
description = "A location where the player can spawn."
internal_only = false
class_properties = []
meta_properties = [
["size", [-8 -8 0 8 8 52]]
]
}
game = { // The entity created from this
prototype = ""
modifiers = [
{
type = "luxe: system/mesh.modifier"
mesh = "&MESH&"
material = "func_luxe: texture_default/textured"
}
{
type = "luxe: system/physics/body3D.modifier"
}
{
type = "luxe: system/physics/mesh_collider3D.modifier"
mesh = "&MESH_COL&"
body = [
"&ENTITY_UUID&"
] // body
}
{
type = "luxe: system/tags.modifier"
tags = [ "player_start" ]
}
]
}
}

View File

@ -0,0 +1,2 @@
tags = []
uuid = "57ef08b6-753d-47b5-af82-3ec2c327ecbb"

View File

@ -0,0 +1,2 @@
tags = []
uuid = "c0a3a815-ce0b-4eec-b6c6-30fea57b09a5"

View File

@ -0,0 +1,5 @@
image = {
format = "rgba8Unorm"
generate_mipmaps_at_load = false
source = "trenchbroom/icon.png"
} // image

View File

@ -0,0 +1,2 @@
tags = []
uuid = "63743be9-b727-47c6-bfa9-cf2af7e14cc5"

BIN
trenchbroom/icon.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,2 @@
tags = []
uuid = "b6a311f3-5555-469f-a5ee-03f24ec43157"

View File

@ -0,0 +1,6 @@
fgd = {
inherits = ["func_luxe: fgd/basic.fgd.lx"]
entities = [
"trenchbroom/entity_defs/player_start.entity_def.lx"
]
}

View File

@ -0,0 +1,2 @@
tags = []
uuid = "2f9d205c-a1c4-4db9-833c-02912db9103e"

View File

@ -0,0 +1,9 @@
game_config = {
name = "Quench Tree: Arboretum"
icon = "trenchbroom/icon.png"
entities = {
fgd = "trenchbroom/quench_tree.fgd"
scale = 8
default_color = [0.3 0.3 0.3 1]
}
}

View File

@ -0,0 +1,2 @@
tags = []
uuid = "cfcb1d64-9143-4ad8-a0fe-c9f6d9beb828"