awa reee
This commit is contained in:
parent
c652eb2094
commit
34180d7a14
@ -12,3 +12,4 @@ class Game():
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -35,11 +35,11 @@ class RenderThread(threading.Thread, pyglet.window.Window):
|
|||||||
def setup(self):
|
def setup(self):
|
||||||
# dic
|
# dic
|
||||||
self.window_c = libs.loads.config(
|
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(
|
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(
|
self.textures_c = libs.loads.config(
|
||||||
".\\configs\\basic_config", "textures") # stand for textures config
|
".\\sys_configs\\basic_config", "textures") # stand for textures config
|
||||||
# image
|
# image
|
||||||
self.b_g = image("back_ground_space.png")
|
self.b_g = image("back_ground_space.png")
|
||||||
# window
|
# window
|
||||||
|
Loading…
Reference in New Issue
Block a user