From c8380551c29ef05d2ffb6480f48a54e9632eb0fb Mon Sep 17 00:00:00 2001 From: Lieuwe Date: Sat, 26 Feb 2011 20:50:06 +0100 Subject: [PATCH] broke a lot of stuff. semi-fixed the console itself. --- build/example.py | 5 ++--- build/tpt_console.py | 46 +++++++++----------------------------------- 2 files changed, 11 insertions(+), 40 deletions(-) diff --git a/build/example.py b/build/example.py index b1ac778e7..3bde517bd 100644 --- a/build/example.py +++ b/build/example.py @@ -1,11 +1,10 @@ import tpt import random +import time # example script def noise(typ,amount=50): for xx in range(284,316): for yy in range(184,216): if(random.randrange(0,100)