Research portable Memory game | Исследовать портируемую игру Память
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 280B

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
123456789101112
  1. import arcade
  2. class desktop_Platform:
  3. def __init__(self):
  4. self.c = None
  5. self.ctrl = None
  6. self.deselectedTiles = []
  7. self.mousePosition = []
  8. self.selectedTiles = []
  9. self.sequentialTimer = None
  10. self.sprites = arcade.SpriteList()
  11. self.textures = []