AI-Project/survival/tile.py

8 lines
110 B
Python

import pygame
from random import randrange
class Tile:
def __init__(self):
self.origin = (0, 0)