mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-27 14:24:20 +01:00
17 lines
235 B
INI
Executable File
17 lines
235 B
INI
Executable File
{
|
|
position = {
|
|
x = 5,
|
|
y = 5,
|
|
},
|
|
health = {
|
|
maximum = 100,
|
|
current = 100,
|
|
},
|
|
isCrouched = false,
|
|
jumpHeight = 10,
|
|
moveSpeed = 16,
|
|
rotationSpeed = 5,
|
|
crouchHeight = 10,
|
|
fieldOfView = 60,
|
|
rotation = 0,
|
|
} |