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

39 lines
569 B
Plaintext
Raw Normal View History

2020-12-06 22:28:18 +08:00
{
2021-01-25 12:22:55 +08:00
'language': 'language',
'textures': {
'back_ground_space': 'xxx.png',
'planet': {
'xxx': 'xxx.png'
2020-12-21 21:05:53 +08:00
},
2021-01-25 12:22:55 +08:00
'flame': {
'xxx': 'xxx.png'
2020-12-06 22:28:18 +08:00
}
2021-01-25 12:22:55 +08:00
},
'basic_number': {
'name': [
'float',
2021-02-03 22:04:34 +08:00
// Decimal class
2021-01-25 12:22:55 +08:00
'int',
[
'unit'
],
[
'unit'
],
'name = float × 10^int × unit(s) ÷ unit(s)'
]
},
'basic_force': {
'name': [
'x',
'y',
2021-02-03 22:04:34 +08:00
//x&y format:basic_number/unit1:[m]/unit2:[]'
2021-01-25 12:22:55 +08:00
]
},
'basic_poi': {
'name': [
'x',
'y'
]
}
2020-12-06 22:28:18 +08:00
}