8 lines
217 B
Python
8 lines
217 B
Python
############################################################
|
|
## Implements all Gamemechanics here! ##
|
|
############################################################
|
|
|
|
import GameObject
|
|
import pygame
|
|
|