summaryrefslogtreecommitdiff
path: root/build/example.py
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-02-26 19:50:06 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-02-26 19:50:06 (GMT)
commitc8380551c29ef05d2ffb6480f48a54e9632eb0fb (patch)
tree137677e59fbf7bddfeeb53de83a69eb09e3cd055 /build/example.py
parentcca82c3d973b5e13f14750a84cde9940cf44a0c7 (diff)
downloadpowder-c8380551c29ef05d2ffb6480f48a54e9632eb0fb.zip
powder-c8380551c29ef05d2ffb6480f48a54e9632eb0fb.tar.gz
broke a lot of stuff. semi-fixed the console itself.
Diffstat (limited to 'build/example.py')
-rw-r--r--build/example.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/example.py b/build/example.py
index b1ac778..3bde517 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)<amount):
- tpt.create(xx,yy,typ)
-
-
+ tpt.create(xx,yy,typ) \ No newline at end of file