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

15 lines
344 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": {
"name" : ["float", "int", ["unit"], ["unit"], "name = float × 10^int × unit(s) ÷ unit(s)"]
2020-12-06 22:28:18 +08:00
}
}