Skip to content

Commit

Permalink
Ludum dare release
Browse files Browse the repository at this point in the history
  • Loading branch information
gajop committed Dec 15, 2015
1 parent 77ee325 commit 466207f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LuaUI/Widgets/ui_hide_default_layout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function widget:Initialize()
local devMode = (tonumber(Spring.GetModOptions().play_mode) or 0) == 0
if not devMode or true then
-- NOTICE: uncomment this to disable the console
--Spring.SendCommands("Console 0")
Spring.SendCommands("Console 0")
end

-- remove Springs default UI stuff
Expand Down
12 changes: 6 additions & 6 deletions ModInfo.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
local modinfo = {
name = "LD34",
shortname = "LD34",
game = "LD34",
shortgame = "LD34",
version = "Git",
description = "LD34",
name = "Flove",
shortname = "Flove",
game = "Flove",
shortgame = "Flove",
version = "1.0",
description = "Flove",

modtype = "1",
depend = {
Expand Down

0 comments on commit 466207f

Please sign in to comment.