We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a6da7 commit 2edeccaCopy full SHA for 2edecca
ScreenManager.lua
@@ -20,6 +20,11 @@
20
-- --
21
--===============================================================================--
22
23
+---
24
+-- The ScreenManager library is a state manager at heart which allows some nifty
25
+-- things, like stacking multiple screens on top of each other.
26
+-- @module ScreenManager
27
+--
28
local ScreenManager = {
29
_VERSION = '2.0.1',
30
_DESCRIPTION = 'Screen/State Management for the LÖVE framework',
config.ld
@@ -0,0 +1,10 @@
1
+project = 'ScreenManager'
2
+title = 'ScreenManager - Documentation'
3
+description = [[
4
+Screen/State Management for the LÖVE framework.
5
+]]
6
+file = {
7
+ 'ScreenManager.lua'
8
+}
9
+dir = '../docs'
10
+boilerplate = true
0 commit comments