fix state thigns and port to love11
This commit is contained in:
parent
ff5abf6bcd
commit
c92c0f6ff7
11 changed files with 130 additions and 96 deletions
|
|
@ -1,6 +1,6 @@
|
|||
GUI = class("level_editor/gui")
|
||||
|
||||
GUI.static.pressSound = love.audio.newSource("sounds/ui/button.wav")
|
||||
GUI.static.pressSound = love.audio.newSource("sounds/ui/button.wav", "static")
|
||||
|
||||
GUI.static.defaultCallbac = function() print("this button has not been configured") end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue