Skip to content

Commit c5c8a44

Browse files
Fixed the main menu text in example.lua
It was in the same spot as the chat button so I moved the text up a bit.
1 parent 933e6ba commit c5c8a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/example.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ return {
1313

1414
draw = function ()
1515
if game_state:get() == "Menu" then
16-
draw_text("Low gravity mod!", 10.0, 590.0, 30, 255, 255, 255, 255)
16+
draw_text("Low gravity mod!", 10.0, 500.0, 30, 255, 255, 255, 255)
1717
end
1818
end
1919
}

0 commit comments

Comments
 (0)