diff options
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/tpt_console.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/python/tpt_console.py b/src/python/tpt_console.py index 99dbc69..dfe34b7 100644 --- a/src/python/tpt_console.py +++ b/src/python/tpt_console.py @@ -87,5 +87,10 @@ def step(): error(ex) def _step(): + try: + a=step.i + except: + step.i=0 #toggle_pause() - tpt.draw_pixel(200,200,254,254,254) + tpt.draw_text(step.i%100+100,100,"FUCK YEAH!",255,255,255) + step.i+=1 |
