diff skaapsteker/level.py @ 632:0675f390653c

Initial port to Python 3 and Pygame 2.
author Simon Cross <hodgestar@gmail.com>
date Fri, 20 Jan 2023 20:01:06 +0100
parents 65881746dc20
children
line wrap: on
line diff
--- a/skaapsteker/level.py	Tue Mar 17 22:40:45 2020 +0200
+++ b/skaapsteker/level.py	Fri Jan 20 20:01:06 2023 +0100
@@ -177,7 +177,7 @@
                 break
         else:
             tile = self.get_debug_tile(x, y)
-            print "Debug tile at (%i, %i)" % (x, y)
+            print("Debug tile at (%i, %i)" % (x, y))
             self.tiles.add(tile)
             self.sprites.add(tile)