Images for use as an introduction.
Show the OldSchool Library Splash (Oslib).
- Returns
- Nothing.
Show the OneLua splash (OLD).
- Returns
- Nothing.
NIL splash.old |
( |
STRING |
path | ) |
|
Show a splash using a specified image (OLD).
- Parameters
-
- Returns
- Nothing.
NIL splash.old |
( |
TABLE |
imgs | ) |
|
Show a splash (OLD) using specified images (one by one, as a Slideshow).
- Parameters
-
imgs | a table with paths of the images to show. |
- Returns
- Nothing.
Show the OneLua splash.
- Returns
- Nothing.
NIL splash.show |
( |
STRING |
path | ) |
|
Show a splash using a specified image (NEW).
- Parameters
-
- Returns
- Nothing.
NIL splash.show |
( |
TABLE |
imgs | ) |
|
Show a splash (NEW) using specified images (one by one, as a Slideshow).
- Parameters
-
imgs | a table with paths of the images to show. |
- Returns
- Nothing.