Weiter infos

This commit is contained in:
baldo 2015-09-12 10:17:33 +02:00
parent 82171eebe8
commit 24912cefec

View file

@ -252,19 +252,17 @@ content = switcher{
white:draw(0, 300, WIDTH, 302, 0.6) white:draw(0, 300, WIDTH, 302, 0.6)
blueU(30, 320, "IRC", 50) blueU(30, 320, "WC", 50)
yellow(400, 320, room.irc, 50) yellow(400, 320, "Im Keller", 50)
blueU(30, 380, "Twitter", 50) blueU(30, 380, "Spenden", 50)
yellow(400, 380, room.twitter, 50) yellow(400, 380, "Box am Tresen für Frühstück & Co.", 50)
blueU(30, 480, "WC", 50) blueU(30, 480, "IRC", 50)
yellow(400, 480, "Im Keller", 50) yellow(400, 480, room.irc, 50)
--[[ blueU(30, 540, "Twitter", 50)
blueU(30, 540, "Translation", 50) yellow(400, 540, room.twitter, 50)
yellow(400, 540, "Dial " .. room.twitter, 50)
--]]
end end
}, },
} }