From f785f17cdb286449e8d98be747213740172629c5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 22 Oct 2017 16:45:57 -0400 Subject: removed random gen, indoor changes --- xml/bobshouse.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'xml/bobshouse.xml') diff --git a/xml/bobshouse.xml b/xml/bobshouse.xml index d7c8172..9160ef0 100644 --- a/xml/bobshouse.xml +++ b/xml/bobshouse.xml @@ -2,7 +2,7 @@ - - + + x = 0 + + ground = function() + if (x == 320) then + height = -1 + else + height = 60 + end + + x = x + 1 + end + + grass = function() + height = 2 + end + -- cgit v1.2.3