\go sleep gugugugugu/
This commit is contained in:
parent
9ee947b921
commit
99cbb6e711
@ -164,6 +164,7 @@ class window(pyglet.window.Window):
|
||||
def build_draw(self):
|
||||
self.textures['runtime']['trash_can'].blit(x=self.width - 90, y=self.height - 90)
|
||||
self.textures['runtime']['add_part'].blit(x=10, y=10)
|
||||
# //todo 把所有要素都加进来+整个设置图标+布局
|
||||
|
||||
def space_draw(self):
|
||||
# render parts
|
||||
|
@ -27,6 +27,7 @@ class server(mp.Process):
|
||||
# share memory
|
||||
self.dev_list = dev_list
|
||||
self.dev_dic = dev_dic
|
||||
self.logger.info('%s: %s%s' % (self.lang['os.pid_is1'], self.process_pid, self.lang['os.pid_is2']))
|
||||
self.logger.info('%s' % self.lang['setup.done'])
|
||||
|
||||
def run(self):
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
'trash_can': 'Editor/TrashCan.png',
|
||||
'add_part': 'Editor/ToolbarIconAddPart.png',
|
||||
'to_menu': 'Editor/ToolbarIconMenu.png',
|
||||
'part_button': 'Editor/PartButton.png'
|
||||
}
|
@ -13,6 +13,7 @@
|
||||
'visible': 'true',
|
||||
// bool
|
||||
'style': 'None',
|
||||
'fps': 60,
|
||||
'views': [
|
||||
'space',
|
||||
'map',
|
||||
|
Loading…
Reference in New Issue
Block a user