mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
The Ubiquitousse Update
This commit is contained in:
parent
8ccf3534bc
commit
07cc7216a1
9 changed files with 96 additions and 96 deletions
6
draw.lua
6
draw.lua
|
|
@ -1,5 +1,5 @@
|
|||
-- abstract.draw
|
||||
local abstract = require((...):match("^(.-abstract)%."))
|
||||
-- ubiquitousse.draw
|
||||
local uqt = require((...):match("^(.-ubiquitousse)%."))
|
||||
|
||||
--- The drawing functions: everything that affect the display/window.
|
||||
-- The coordinate system used is:
|
||||
|
|
@ -28,7 +28,7 @@ draw = {
|
|||
-- This function is expected to be only called once, before doing any drawing operation.
|
||||
-- @tparam table params the game parameters
|
||||
-- @usage -- Default values:
|
||||
-- abstract.setup {
|
||||
-- ubiquitousse.init {
|
||||
-- title = "Abstract Engine", -- usually window title
|
||||
-- width = 800, -- in px
|
||||
-- height = 600, -- in px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue