Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
videah committed Oct 18, 2015
1 parent c0fea47 commit bc7afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main() {

luaL_dostring(L, "_defaultFont_ = love.graphics.newFont(); love.graphics.setFont(_defaultFont_)");

luaL_dostring(L, "print(''); print('\x1b[1;36mLovePotion 1.0.6 BETA\x1b[0m (LOVE for 3DS)'); print('')"); // Ew.
luaL_dostring(L, "print(''); print('\x1b[1;36mLovePotion 1.0.7 BETA\x1b[0m (LOVE for 3DS)'); print('')"); // Ew.

luaL_dostring(L, "package.path = 'game/?.lua;game/?/init.lua'"); // Set default requiring path.
luaL_dostring(L, "package.cpath = 'game/?.lua;game/?/init.lua'");
Expand Down

0 comments on commit bc7afc1

Please sign in to comment.