On 21/11/14 03:00, niyanax...@gmail.com wrote:
I need help figuring why my GraphicsWindow empty, I cannot figure out
why it is empty.
Here is my code :
# Import graphics from module
from graphics import GraphicsWindow
Since 'graphics' is not a standard part of Python can you tell
us where you
I need help figuring why my GraphicsWindow empty, I cannot figure out why it is
empty.
Here is my code :
# Import graphics from module
from graphics import GraphicsWindow
tileSize = 0
def main() :
# Define global variables
tilesInRow = 0
tilesInCol = 0
gapX = 0
gap