princess Ericia, prisoner in the secret citadel. The many floors are only composed of blocks: you can destroy them, move them or build them to climb the levels and fight monsters living in this tower. WWW: https://github.com/dusty141/TheSecretTower
7 lines
84 B
Bash
7 lines
84 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./TheSecretTower.py
|