awa
This commit is contained in:
parent
5a7f00225c
commit
b8cf045727
@ -82,8 +82,7 @@ class RenderThread(mp.Process, pyglet.window.Window):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def on_draw(self):
|
def on_draw(self):
|
||||||
if self.view in list:
|
pass
|
||||||
pass
|
|
||||||
|
|
||||||
def part_draw(self):
|
def part_draw(self):
|
||||||
# render parts
|
# render parts
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
// mass
|
// mass
|
||||||
'bool',
|
'bool',
|
||||||
// hidden in part list
|
// hidden in part list
|
||||||
|
'bool',
|
||||||
|
// hidden in misson (even thought that is not done yet)
|
||||||
'float'
|
'float'
|
||||||
// buoyancy(浮力) in the water
|
// buoyancy(浮力) in the water
|
||||||
],
|
],
|
||||||
@ -51,7 +53,7 @@
|
|||||||
0.1
|
0.1
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'parts/Beam.png',
|
'hand.png',
|
||||||
[
|
[
|
||||||
0.0,
|
0.0,
|
||||||
0.0
|
0.0
|
||||||
|
BIN
textures/.DS_Store
vendored
Normal file
BIN
textures/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user