25개 이상의 토픽을 선택하실 수 없습니다. 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 = {}