summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/ext_chat.py4
-rw-r--r--build/ext_fun.py9
2 files changed, 11 insertions, 2 deletions
diff --git a/build/ext_chat.py b/build/ext_chat.py
index c8e1273..8daa7ca 100644
--- a/build/ext_chat.py
+++ b/build/ext_chat.py
@@ -92,8 +92,8 @@ def key(keyy) :
#got '\x08'
if(keyy=="\x08"):
typed=typed[:-1]
- if(keyy=="\t"):
- startswith=
+ #if(keyy=="\t"):
+ # startswith=
def step():
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