Difficult-Rocket/docs/configes sample/basic_config.json

18 lines
445 B
JSON
Raw Normal View History

2020-12-06 22:28:18 +08:00
{
"language": "language",
"textures": {
"back_ground_space": "xxx.png",
"planet": {
"xxx": "xxx.png"
},
"flame": {
"xxx": "xxx.png"
}
2020-12-21 21:05:53 +08:00
},
"basic_number": {
2020-12-26 00:44:35 +08:00
"name": ["float", "int", ["unit"], ["unit"], "name = float × 10^int × unit(s) ÷ unit(s)"]
},
"basic_force" : {
"name": ["x", "y", "x&y format:basic_number/unit1:[m]/unit2:[]"]
2020-12-06 22:28:18 +08:00
}
}