diff options
Diffstat (limited to 'xml/bobshouse.xml')
-rw-r--r-- | xml/bobshouse.xml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index 9160ef0..384af4f 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -13,23 +13,7 @@ <layer path="bg/carpet.png"/> </style> <house width="800" texture="assets/style/classic/bg/insideWoodHouse.png"/> - <generation> - x = 0 - - ground = function() - if (x == 320) then - height = -1 - else - height = 60 - end - - x = x + 1 - end - - grass = function() - height = 2 - end - </generation> + <generation>testground.png</generation> <time>6000</time> <!--<link outside="town.xml"/>--> <npc name="Bob" hasDialog="true" spawnx="30"/> |