7d2b034432
game of all time. Get the right shapes to the right places to score. But be warned: there are only a limited number of islands to build on and longer cables are expensive! Sort wisely to minimize loss. WWW: http://arcticpaint.com/gondola/
11 lines
331 B
Python
11 lines
331 B
Python
--- gamelib/main.py.orig 2009-04-08 03:23:54.000000000 +0400
|
|
+++ gamelib/main.py 2009-04-08 03:25:04.000000000 +0400
|
|
@@ -334,7 +334,7 @@
|
|
player.pause()
|
|
|
|
# Preload all data
|
|
- for f in os.listdir("data"):
|
|
+ for f in os.listdir("%%DATADIR%%"):
|
|
if f[-4:].endswith(".png"):
|
|
data.load_texture(f)
|
|
|