淘汰sceneTemp技术
This commit is contained in:
@@ -799,11 +799,6 @@ function WIDGET.lnk_SETval(k) return function() return SETTING[k] end end
|
||||
function WIDGET.lnk_SETrev(k) return function() SETTING[k]=not SETTING[k] end end
|
||||
function WIDGET.lnk_SETsto(k) return function(i) SETTING[k]=i end end
|
||||
|
||||
function WIDGET.lnk_STPval(k) return function() return sceneTemp[k] end end
|
||||
function WIDGET.lnk_STPrev(k) return function() sceneTemp[k]=not sceneTemp[k] end end
|
||||
function WIDGET.lnk_STPsto(k) return function(i) sceneTemp[k]=i end end
|
||||
function WIDGET.lnk_STPeq(k,v) return function() return sceneTemp[k]==v end end
|
||||
|
||||
function WIDGET.lnk_pressKey(k) return function() love.keypressed(k) end end
|
||||
function WIDGET.lnk_goScene(t,s) return function() SCN.go(t,s) end end
|
||||
function WIDGET.lnk_swapScene(t,s) return function() SCN.swapTo(t,s) end end
|
||||
|
||||
Reference in New Issue
Block a user