This commit is contained in:
沈瑗杰 2021-01-11 21:34:25 +08:00
parent c652eb2094
commit 34180d7a14
6 changed files with 4 additions and 3 deletions

View File

@ -12,3 +12,4 @@ class Game():
def __init__(self):
pass

View File

@ -35,11 +35,11 @@ class RenderThread(threading.Thread, pyglet.window.Window):
def setup(self):
# dic
self.window_c = libs.loads.config(
".\\configs\\window.json") # stand for window config
".\\sys_configs\\window.json") # stand for window config
self.planet_c = libs.loads.config(
".\\configs\\planet.json") # stand for planet config
".\\sys_configs\\planet.json") # stand for planet config
self.textures_c = libs.loads.config(
".\\configs\\basic_config", "textures") # stand for textures config
".\\sys_configs\\basic_config", "textures") # stand for textures config
# image
self.b_g = image("back_ground_space.png")
# window