fix it
This commit is contained in:
parent
dae6963b24
commit
621111d771
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue