diff options
| author | Simon <simon@hardwired.org.uk> | 2011-03-22 17:25:29 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-03-22 17:25:29 (GMT) |
| commit | c096b2b14a200a0cc0a08cfea839c9e7f4edf22e (patch) | |
| tree | 6aaca470697115e62c8f5f4c612847499233dac7 /build/ext_fun.py | |
| parent | 7d56b3358969164deccb7cc837aa5dd3b59ea4f3 (diff) | |
| parent | ffc3e0a5ee780c05abe5ff53432583c40ed62032 (diff) | |
| download | powder-c096b2b14a200a0cc0a08cfea839c9e7f4edf22e.zip powder-c096b2b14a200a0cc0a08cfea839c9e7f4edf22e.tar.gz | |
More cracker fixes
Diffstat (limited to 'build/ext_fun.py')
| -rw-r--r-- | build/ext_fun.py | 9 |
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 |
