X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=blobdiff_plain;f=qchess%2Fqchess.py;h=427472cbd6769a127d5a49ca8eec9f1acb85cf8b;hp=327d19320e4fdb59e9edcf86937ec3552121c573;hb=159708785516e4dd5a1ddceadd1e371f48dd3d23;hpb=4e3cee35c67cb43df5d81ba8a0ecc2013d065379;ds=sidebyside diff --git a/qchess/qchess.py b/qchess/qchess.py index 327d193..427472c 100755 --- a/qchess/qchess.py +++ b/qchess/qchess.py @@ -1898,7 +1898,7 @@ class GraphicsThread(StoppableThread): #print "Test font" pygame.font.Font(os.path.join(os.path.curdir, "data", "DejaVuSans.ttf"), 32).render("Hello", True,(0,0,0)) - #load_images() + #create_images(grid_sz) create_images(grid_sz) """ @@ -2604,4 +2604,4 @@ if __name__ == "__main__": sys.exit(102) # --- main.py --- # -# EOF - created from make on Thu Feb 28 18:12:37 WST 2013 +# EOF - created from make on Thu Feb 28 23:49:16 WST 2013