RustThingy/data/player_data.json

9 lines
205 B
JSON
Raw Normal View History

{
2023-11-29 13:38:14 +00:00
//These values go hard feel free to modify tho
"speed":0.3,
"movement":[10.0,0.0],
2023-11-29 13:38:14 +00:00
//Stay the fuck away from these, please I worked very hard on them :(
"direction":[0.0,0.0],
"dash":false
}