mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Made modules indepent
This commit is contained in:
parent
b55c6b0dfd
commit
b2d22c75d1
6 changed files with 24 additions and 12 deletions
|
|
@ -165,6 +165,11 @@ function love.resize(width, height)
|
|||
uqt.draw.height = height
|
||||
end
|
||||
end
|
||||
elseif uqt.input then -- fields required by uqt.input
|
||||
uqt.draw = {
|
||||
width = love.graphics.getWidth(),
|
||||
height = love.graphics.getHeight()
|
||||
}
|
||||
end
|
||||
|
||||
-- uqt.audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue