We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c21be3 commit ac5d87aCopy full SHA for ac5d87a
HelloWorld_pygame.py
@@ -10,6 +10,7 @@
10
HEIGHT = 480
11
FRAME_RATE = 30
12
13
+# Variables Globales | global variables
14
win_sfc = None # initialize global for testing drawing on game surface
15
render_i = None # gets incremented every draw loop
16
@@ -155,7 +156,7 @@ def main():
155
156
157
# Ejecutar solo si se ejecuta como aplicación principal
158
# --
-# Only execute if fun as main application
159
+# Only execute if run as main application
160
# ---------------------------------------------------------------------
161
if __name__ == '__main__':
162
pygame.init()
0 commit comments