rua!
This commit is contained in:
parent
5ec7dfe470
commit
26a2c19eb7
@ -53,7 +53,9 @@ class RenderThread(mp.Process, pyglet.window.Window):
|
||||
"""
|
||||
|
||||
def on_draw(self):
|
||||
pass
|
||||
# render parts
|
||||
for part in self.parts:
|
||||
pass
|
||||
|
||||
def on_mouse_motion(self, x, y, dx, dy):
|
||||
pass
|
||||
|
@ -8,5 +8,20 @@
|
||||
}
|
||||
},
|
||||
'client': {
|
||||
'self.parts': {
|
||||
'part ID': [
|
||||
// shipId.partId
|
||||
'part Type',
|
||||
// just id
|
||||
[
|
||||
'x',
|
||||
'y'
|
||||
],
|
||||
//poi
|
||||
{
|
||||
'special value': 'xxx'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user