This commit is contained in:
沈瑗杰 2021-02-13 17:43:05 +08:00
parent 5a7f00225c
commit b8cf045727
4 changed files with 4 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -82,8 +82,7 @@ class RenderThread(mp.Process, pyglet.window.Window):
"""
def on_draw(self):
if self.view in list:
pass
pass
def part_draw(self):
# render parts

View File

@ -13,6 +13,8 @@
// mass
'bool',
// hidden in part list
'bool',
// hidden in misson (even thought that is not done yet)
'float'
// buoyancy(浮力) in the water
],
@ -51,7 +53,7 @@
0.1
],
[
'parts/Beam.png',
'hand.png',
[
0.0,
0.0

BIN
textures/.DS_Store vendored Normal file

Binary file not shown.