PenguinGUI
PenguinGUI copied to clipboard
RMGUI library for Starbound lua canvases
In ptitestconsole.lua - should be updated from console.configParameter to storage = config.getParameter("scriptStorage") also for ptguitestobject.lua entity.setInteractive(true) should be object.setInteractive(true) entity.configParameter should be config.getParameter("interactionConfig")
…so that only one copy of any given version is being loaded by the game. something like `penguintoast/penguingui-0.4.lua`. include the version number so mods that use older versions don't override...
I may be missing some crucial piece of the puzzle here but it would be incredibly useful to have access to the entity that called your console script. I see...