diff --git a/bin/client.py b/bin/client.py index 47c457d..95e4be7 100644 --- a/bin/client.py +++ b/bin/client.py @@ -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 diff --git a/bin/server.py b/bin/server.py index 2f822d2..0597e8e 100644 --- a/bin/server.py +++ b/bin/server.py @@ -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): diff --git a/sys_value/runtime.json5 b/sys_value/runtime.json5 index 548f2d4..0df92d2 100644 --- a/sys_value/runtime.json5 +++ b/sys_value/runtime.json5 @@ -1,5 +1,6 @@ { 'trash_can': 'Editor/TrashCan.png', 'add_part': 'Editor/ToolbarIconAddPart.png', + 'to_menu': 'Editor/ToolbarIconMenu.png', 'part_button': 'Editor/PartButton.png' } \ No newline at end of file diff --git a/sys_value/window.json5 b/sys_value/window.json5 index 45dd044..f9dd1f1 100644 --- a/sys_value/window.json5 +++ b/sys_value/window.json5 @@ -13,6 +13,7 @@ 'visible': 'true', // bool 'style': 'None', + 'fps': 60, 'views': [ 'space', 'map',