~mcfletch/simplegc/slotsfix

« back to all changes in this revision

Viewing changes to sgc/example/test.py

  • Committer: Sam Bull
  • Date: 2012-04-02 18:11:40 UTC
  • Revision ID: sam@sambull.org-20120402181140-bsxqichdto4kw4nt
ReleaseĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import sgc
26
26
from sgc.locals import *
27
27
 
28
 
ver_no = "0.1.2"
 
28
ver_no = "0.1.3"
29
29
 
30
30
screen = sgc.surface.Screen((640,480))  #, flags=OPENGL
31
31
clock = pygame.time.Clock()