\go sleep gugugugugu/

This commit is contained in:
沈瑗杰 2021-02-22 23:42:30 +08:00
parent 9ee947b921
commit 99cbb6e711
4 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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):

View File

@ -1,5 +1,6 @@
{
'trash_can': 'Editor/TrashCan.png',
'add_part': 'Editor/ToolbarIconAddPart.png',
'to_menu': 'Editor/ToolbarIconMenu.png',
'part_button': 'Editor/PartButton.png'
}

View File

@ -13,6 +13,7 @@
'visible': 'true',
// bool
'style': 'None',
'fps': 60,
'views': [
'space',
'map',