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.

9 lines
168B

  1. import arcade
  2. class desktop_Platform:
  3. def __init__(self):
  4. self.c = None
  5. self.ctrl = None
  6. self.staticSprites = arcade.SpriteList()
  7. self.textures = {}