summaryrefslogtreecommitdiff
path: root/build/ext_fun.py
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-03-09 14:41:50 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-03-09 14:41:50 (GMT)
commitdb07c1ee0cd853926c01ce99f48d53211bf94f0d (patch)
tree928da43a872ad5d44134f96c8bab1a7ec5221a77 /build/ext_fun.py
parent51f994f8d5c2cf640146525d3c5165d0b6383e3e (diff)
downloadpowder-db07c1ee0cd853926c01ce99f48d53211bf94f0d.zip
powder-db07c1ee0cd853926c01ce99f48d53211bf94f0d.tar.gz
added #define to disable PYCONSOLE
Diffstat (limited to 'build/ext_fun.py')
-rw-r--r--build/ext_fun.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/ext_fun.py b/build/ext_fun.py
new file mode 100644
index 0000000..35c93a1
--- /dev/null
+++ b/build/ext_fun.py
@@ -0,0 +1,9 @@
+import tpt
+def init():
+ pass
+def key(keyy):
+ pass
+def step():
+ tpt.draw_text(100,100,"FUCK YEAH!",255,255,255,255)
+def exit():
+ pass