Added basic player movement
This commit is contained in:
22
scene/player.scene/Player.entity.lx
Normal file
22
scene/player.scene/Player.entity.lx
Normal 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
|
||||
Reference in New Issue
Block a user