[sbfury] push by hugoruscitti - haciendo que el programa principal funcione como lanzador del juego. on 2010-06-13 18:41 GMT

1 view
Skip to first unread message

codesite...@google.com

unread,
Jun 13, 2010, 2:42:20 PM6/13/10
to losersjue...@googlegroups.com
Revision: 8e315854c6
Author: Hugo Ruscitti <hugoru...@gmail.com>
Date: Sun Jun 13 11:30:30 2010
Log: haciendo que el programa principal funcione como lanzador del juego.
http://code.google.com/p/sbfury/source/detail?r=8e315854c6

Modified:
/sbfury/config.py
/sbfury/main.py

=======================================
--- /sbfury/config.py Sun Jun 6 19:36:23 2010
+++ /sbfury/config.py Sun Jun 13 11:30:30 2010
@@ -19,5 +19,5 @@
SHOW_FRONT_LAYER = True
CAMERA_STEP = 20
SHAOLIN_INITIAL_JUMP_SPEED = 12
-SHOW_COLLISION_BOXES = True
-SHOW_CONTROL_POINTS = True
+SHOW_COLLISION_BOXES = False
+SHOW_CONTROL_POINTS = False
=======================================
--- /sbfury/main.py Sun Jun 6 16:14:06 2010
+++ /sbfury/main.py Sun Jun 13 11:30:30 2010
@@ -35,3 +35,6 @@
#window.clear()
#draw()
window.flip()
+
+if __name__ == "__main__":
+ main()

Reply all
Reply to author
Forward
0 new messages