summer update

This commit is contained in:
bendtherules
2014-07-07 18:18:56 -07:00
parent d1f4cc61cc
commit 0cf8b29572
58 changed files with 9282 additions and 766 deletions
+12
View File
@@ -0,0 +1,12 @@
import base
# make fun_class with some action handlers, who just print for debug
# move to test
fun_Game.list_event.append(pygame.event.Event(KW_EVENTS_IB["JOY_BUTTON_UP"]))
fun_Game.list_event.append(pygame.event.Event(KW_EVENTS_IB["KEY_UP"]))
fun_Game.list_event.append(pygame.event.Event(KW_EVENTS_IB["KEY_DOWN"]))
fun_Game.process_event_list(fun_Game.list_event)
g = fun_Game(200, 200)
c = fun_Class(0, 0)
g.update_all_class()