PenguinGUI
PenguinGUI copied to clipboard
Some corrections for test object,
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")
I'd love to get this merged in if you make a PR. Thank you!