Skip to content

Commit

Permalink
remove duck loadscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwetuin committed Apr 1, 2024
1 parent e4c494e commit 28811fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed bitmaps/loadpictures/duck.png
Binary file not shown.
2 changes: 1 addition & 1 deletion luaui/Widgets/gui_advplayerslist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ function DrawLabelTip(text, vOffset, xOffset)
end

function DrawSeparator(vOffset)
vOffset = vOffset - (2.15/playerScale)
vOffset = vOffset - (3*playerScale)
RectRound(
widgetPosX + 2,
widgetPosY + widgetHeight - vOffset - (1.5 / widgetScale),
Expand Down

0 comments on commit 28811fa

Please sign in to comment.