doesn't ask for specific version..may be a bad idea

This commit is contained in:
Paul Liverman III
2016-01-17 20:49:09 -08:00
parent 0bcd814cc6
commit e1847dc108

View File

@@ -2,7 +2,7 @@ local debug = true
function love.conf(t)
t.identity = "rgb"
t.version = "0.9.1"
--t.version = "0.9.1"
--t.author = "Guard13007"
if debug then t.console = true end