Updated no-game screen. It now uses string constants.

This commit is contained in:
rude
2009-10-10 14:49:48 +02:00
parent 87e3c4131c
commit 5fd6e7fbfb
2 changed files with 103 additions and 104 deletions
+2 -2
View File
@@ -604,9 +604,9 @@ function love.nogame()
-- Ground
love.graphics.setColor(146, 201, 87)
love.graphics.rectangle(love.draw_fill, 0, 530, 800, 70)
love.graphics.rectangle("fill", 0, 530, 800, 70)
love.graphics.setColor(205, 227, 161)
love.graphics.rectangle(love.draw_fill, 0, 520, 800, 10)
love.graphics.rectangle("fill", 0, 520, 800, 10)
love.graphics.setColor(255, 255, 255)
lists.f:draw()