Skip to content

Commit

Permalink
Issue #21: Cleaned up main.py :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nearoo committed Jul 16, 2015
1 parent 8dd630b commit 45d1466
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from Engine import *

# GBC: 160 x 144, level1: 480x256
engine = Engine((480, 256), 60)
while True: engine.update()

while True:
engine.update()

0 comments on commit 45d1466

Please sign in to comment.