where the aim of each level is to shove floating stones towards compatible static stones. You control a short chain of stones with your mouse to achieve that. WWW: http://krank.sourceforge.net/ PR: ports/167236 Submitted by: nemysis@gmx.ch
8 lines
237 B
Text
8 lines
237 B
Text
--- krank.orig 2012-05-14 09:01:50.000000000 +0200
|
|
+++ krank 2012-05-14 09:01:37.000000000 +0200
|
|
@@ -2,4 +2,5 @@
|
|
KRANKPATH=`dirname $0`
|
|
PYTHONPATH=$KRANKPATH:$PYTHONPATH
|
|
export PYTHONPATH
|
|
+cd $KRANKPATH
|
|
python $KRANKPATH/src/Main.py
|