Added basic player movement

This commit is contained in:
2025-06-20 14:37:23 -07:00
parent 75502fe544
commit 8f7114431c
21 changed files with 282 additions and 328 deletions

View File

@ -0,0 +1,22 @@
entity = {
modifiers = [
{
link = [
"2de03880-ca96-41f2-a9fd-6139e28bbbcb"
] // link
pos = [0 0 0] // pos
type = "luxe: system/transform.modifier"
}
{
height = 1.6
speed = 8
target = [
"20ec0cdf-d909-4aea-a27e-5c697828e34d"
] // target
type = "luxe: system/physics/character3D.modifier"
width = 0.3
}
] // modifiers
name = "Player"
uuid = "20ec0cdf-d909-4aea-a27e-5c697828e34d"
} // entity

View File

@ -0,0 +1,2 @@
tags = []
uuid = "2e36359d-850a-434d-beb2-a90d0937da58"

View File

@ -0,0 +1,2 @@
tags = []
uuid = "739af380-5231-4bb0-9673-d9f30f2955fc"

View File

@ -0,0 +1,9 @@
scene = {
modifiers = [
{
type = "luxe: system/transform.modifier"
}
] // modifiers
name = "scene/player"
uuid = "2de03880-ca96-41f2-a9fd-6139e28bbbcb"
} // scene

View File

@ -0,0 +1,2 @@
tags = []
uuid = "341025f8-6ba0-4aa1-bb56-18538ebc5a7b"