1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00

LÖVE 11.1

This commit is contained in:
Étienne Fildadut 2018-11-02 15:03:40 +01:00
parent 389ebcba8d
commit bdb9e710d9
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
--- Löve backend 0.0.1 for Ubiquitousse.
-- Provides all the Ubiquitousse API on a Löve environment.
-- Made for Löve 0.10.1 and Ubiquitousse 0.0.1.
-- Made for Löve 11.1.0 and Ubiquitousse 0.0.1.
-- See `ubiquitousse` for Ubiquitousse API.
-- Config
@ -26,7 +26,7 @@ do
love.window.showMessageBox("Warning", txt, "warning")
end
end
checkCompat("Löve", "0.10.2", ("%s.%s.%s"):format(love.getVersion()))
checkCompat("Löve", "11.1.0", ("%s.%s.%s"):format(love.getVersion()))
checkCompat("Ubiquitousse", "0.0.1", uqt.version)
end