Skip to content

Commit 563ca3b

Browse files
committed
changed text in README
1 parent 02cb132 commit 563ca3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Version](http://img.shields.io/:version-0.0.7-green.svg)](https://github.com/tavuntu/gooi/wiki/Change-Log#002)
77

88

9-
GOOi (Good-sized Optional Open interface) is an Android-oriented [LÖVE](https://love2d.org/) library to create Graphical User Interfaces. These are the supported components (see the [Wiki](https://github.com/tavuntu/gooi/wiki) for details):
9+
GOOi (Good-sized Optional Open interface) is a [LÖVE](https://love2d.org/) library to create Graphical User Interfaces. These are the supported components (see the [Wiki](https://github.com/tavuntu/gooi/wiki) for details):
1010

1111
* Labels
1212
* Tooltips

conf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function love.conf(t)
22
t.identity = nil -- The name of the save directory (string)
33
t.appendidentity = false -- Search files in source directory before save directory (boolean)
4-
t.version = "11.0" -- The LÖVE version this game was made for (string)
4+
t.version = "11.2" -- The LÖVE version this game was made for (string)
55
t.console = false -- Attach a console (boolean, Windows only)
66
t.accelerometerjoystick = true -- Enable the accelerometer on iOS and Android by exposing it as a Joystick (boolean)
77
t.externalstorage = false -- True to save files (and read from the save directory) in external storage on Android (boolean)

0 commit comments

Comments
 (0)