diff options
Diffstat (limited to 'build/example.py')
| -rw-r--r-- | build/example.py | 5 |
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 |
