diff options
author | Aki <nthirtyone@gmail.com> | 2018-04-07 18:14:17 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2018-04-07 18:14:17 +0200 |
commit | 8d6376bf6044d4a82035f3a7289814c2cd7751cb (patch) | |
tree | bf78afb3efca53b67b04fb1436ee54ef7977a88d | |
parent | 96f6ebdaf06650a35dcdb6a1fc3f472b3aab6d8a (diff) | |
download | roflnauts-8d6376bf6044d4a82035f3a7289814c2cd7751cb.zip roflnauts-8d6376bf6044d4a82035f3a7289814c2cd7751cb.tar.gz roflnauts-8d6376bf6044d4a82035f3a7289814c2cd7751cb.tar.bz2 |
Love2D version entry updated to 11.0
-rw-r--r-- | conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ function love.conf (t) t.title = "Roflnauts 2" - t.version = "0.10.2" + t.version = "11.0" t.window.width = 320 t.window.height = 180 t.identity = "not-nautz" |