From 466207fdfaf3aac8e25cebd8d7e573a6eca1a4dc Mon Sep 17 00:00:00 2001 From: Gajo Petrovic Date: Tue, 15 Dec 2015 11:57:05 +0900 Subject: [PATCH] Ludum dare release --- LuaUI/Widgets/ui_hide_default_layout.lua | 2 +- ModInfo.lua | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LuaUI/Widgets/ui_hide_default_layout.lua b/LuaUI/Widgets/ui_hide_default_layout.lua index c702ffd..189d709 100644 --- a/LuaUI/Widgets/ui_hide_default_layout.lua +++ b/LuaUI/Widgets/ui_hide_default_layout.lua @@ -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 diff --git a/ModInfo.lua b/ModInfo.lua index 10b821f..cd24d28 100644 --- a/ModInfo.lua +++ b/ModInfo.lua @@ -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 = {