awa
This commit is contained in:
parent
8723d70dd8
commit
d487458428
@ -10,5 +10,8 @@
|
||||
"soild": "soild_engine_flame.png",
|
||||
"ion": "ion_engine_flame.png"
|
||||
}
|
||||
},
|
||||
"basic_number": {
|
||||
"G" : ["6.67", "-11", ["N", "m", "m"], ["kg", "kg"]]
|
||||
}
|
||||
}
|
@ -8,5 +8,8 @@
|
||||
"flame": {
|
||||
"xxx": "xxx.png"
|
||||
}
|
||||
},
|
||||
"basic_number": {
|
||||
"name" : ["float", "int", ["unit"], ["unit"], "name = float × 10^int × unit(s) ÷ unit(s)"]
|
||||
}
|
||||
}
|
@ -21,3 +21,9 @@ class Orbit_demo(threading.Thread):
|
||||
self.this_planet_info = {}
|
||||
self.back_ground_element = {}
|
||||
self.back_ground_image = ""
|
||||
|
||||
def main(self):
|
||||
print("ha ?")
|
||||
|
||||
def orbit_math(self):
|
||||
mass = self.ship_info["mass"]
|
||||
|
Loading…
Reference in New Issue
Block a user