This commit is contained in:
Donald Burr 2015-02-19 18:38:47 -08:00
parent dae6963b24
commit 621111d771

View file

@ -4,8 +4,8 @@
WINDOW_WIDTH=320 WINDOW_WIDTH=320
WINDOW_HEIGHT=240 WINDOW_HEIGHT=240
CHROME_WIDTH_OFFSET=2 CHROME_WIDTH_OFFSET=5
CHROME_HEIGHT_OFFSET=20 CHROME_HEIGHT_OFFSET=40
# end of user configurable section # end of user configurable section
@ -22,7 +22,7 @@ echo "display is $WIDTH x $HEIGHT"
# start at 0,0 # start at 0,0
X=0 X=0
Y=0 Y=$CHROME_HEIGHT_OFFSET
NUM=0 NUM=0
while read ROOM; do while read ROOM; do