Skip to content

Commit eb81aef

Browse files
committed
improve welcome banner
1 parent ff0176e commit eb81aef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

mainmenu.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,17 @@ while true do
278278
Image.draw(spritesheet, arrowX, 85, 14, 22, nil, 444, 0, 7, 11)
279279
Image.draw(spritesheet, arrowX, 130, 14, 22, nil, 444, 0, 7, 11)
280280

281-
screen.filledRect(266, 199, 152, 1, Color.new(255, 255, 255), 0, welanim - 55)
282-
screen.filledRect(266, 239, 152, 1, Color.new(255, 255, 255), 0, welanim - 55)
283-
screen.filledRect(266, 199, 1, 41, Color.new(255, 255, 255), 0, welanim - 55)
284-
screen.filledRect(417, 199, 1, 41, Color.new(255, 255, 255), 0, welanim - 55)
281+
screen.filledRect(266, 199, 157, 1, Color.new(255, 255, 255), 0, welanim - 55) -- верх
282+
screen.filledRect(266, 239, 157, 1, Color.new(255, 255, 255), 0, welanim - 55) -- низ
283+
screen.filledRect(266, 199, 1, 41, Color.new(255, 255, 255), 0, welanim - 55) -- лево
284+
screen.filledRect(422, 199, 1, 41, Color.new(255, 255, 255), 0, welanim - 55) -- право
285285

286-
screen.filledRect(267, 200, 150, 39, Color.new(104, 171, 151), 0, welanim - 155)
286+
screen.filledRect(267, 200, 155, 39, Color.new(104, 171, 151), 0, welanim - 155)
287287
Image.draw(spritesheet, 45, 35, 140, 45, nil, 0, 48, 210, 61, nil, nil, nil, true)
288288

289289
intraFont.printShadowed(
290-
275,
291-
207,
290+
280,
291+
205,
292292
ui.welcome,
293293
Color.new(255, 255, 255, welanim),
294294
Color.new(0, 0, 0, welanim),
@@ -299,7 +299,7 @@ while true do
299299
0
300300
)
301301
intraFont.printShadowed(
302-
300,
302+
305,
303303
223,
304304
ui.welcome_sub,
305305
Color.new(255, 255, 255, welanim),

0 commit comments

Comments
 (0)