Changeset 114fd09 in python-game
- Timestamp:
- Apr 5, 2017, 4:56:01 PM (8 years ago)
- Branches:
- master
- Children:
- 2876668
- Parents:
- b3b0f3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game.py
rb3b0f3f r114fd09 103 103 glPushMatrix() 104 104 105 glColor3f( 1.0, 0.0, 0.0)105 glColor3f(0.5, 0.5, 1.0) 106 106 107 107 glTranslatef(0.0,0.0,-2*zNear) … … 158 158 clock = pygame.time.Clock() 159 159 160 font = pygame.font. SysFont("comicsansms", 48)160 font = pygame.font.Font(None, 36) 161 161 162 162 running = True
Note:
See TracChangeset
for help on using the changeset viewer.