PIZZA
This commit is contained in:
parent
b21d536a16
commit
1eccdb4daf
|
@ -267,14 +267,13 @@ content = switcher{
|
||||||
end
|
end
|
||||||
}, {
|
}, {
|
||||||
--]]
|
--]]
|
||||||
time = 10;
|
time = 60;
|
||||||
draw = function(t)
|
draw = function(t)
|
||||||
redU(110, 200, "PUBLIC SERVICE ANNOUNCEMENT", 80)
|
redU(110, 200, "PUBLIC SERVICE ANNOUNCEMENT", 80)
|
||||||
|
|
||||||
white:draw(0, 300, WIDTH, 302, 0.6)
|
white:draw(0, 300, WIDTH, 302, 0.6)
|
||||||
|
|
||||||
yellowU(380, 400, "BESTELLT MEHR PIZZA!!1ELF", 50)
|
yellowU(380, 400, "PIZZA", 250)
|
||||||
yellowU(300, 500, "SPENDET MEHR FÜR'S FRÜHSTÜCK!", 50)
|
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue