You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

desktop_Platform.py 196B

3 kuukautta sitten
123456789
  1. import arcade
  2. class desktop_Platform:
  3. def __init__(self):
  4. self.c = None
  5. self.ctrl = None
  6. self.mousePosition = []
  7. self.dbgSprites = arcade.SpriteList()
  8. self.dbgTextures = []