Remove textures
This commit is contained in:
parent
db75a10f2b
commit
f658d040ed
14 changed files with 66 additions and 155 deletions
|
|
@ -8,7 +8,7 @@ WINDOW_TITLE :: "ECS Test"
|
|||
// Behaviour
|
||||
SPAWN_INTERVAL :: 0.2 // in seconds
|
||||
GRAVITY_CONSTANT :: -2.5
|
||||
SPAWN_AREA :: 50 // one side
|
||||
SPAWN_AREA :: 30 // one side
|
||||
Y_DESPAWN_CUTOFF :: -15
|
||||
|
||||
// Colors
|
||||
|
|
@ -25,4 +25,4 @@ BORDER_COLOR :: [4]f32{ 0, 0, 0, 1 }
|
|||
// User
|
||||
MOVEMENT_SPEED :: 3.0
|
||||
LOOK_SENSITIVITY :: 0.15
|
||||
START_POSITION :: [3]f32{ 30, 0, 60 }
|
||||
START_POSITION :: [3]f32{ 15, 0, 60 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue