Difficult-Rocket/libs/render.py

15 lines
257 B
Python
Raw Normal View History

2020-12-13 18:39:12 +08:00
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
"""
import pyglet
import threading
from pyglet.app import run
from pyglet.window import Window
from pyglet.resource import image
class RenderThread(threading.Thread):
def __init__(self):
pass