Hm, it doesn't seem to be working (EDIT: It cannot index the parent) :/ I am using middleclass and loveframes (with the gui.Component:new() functions being an attempt to neaten the code). Perhaps this is not the best way to be doing this and there is a more elegant way? Anyhow, I uploaded a .love be...
Hi, I have a Game class which features an interface: local Game = class("Game") Game:include(Stateful) local Menu = Game:addState("Menu") function Menu:enteredState() self.interface = gui.Interface:new():loadFromFile("menu/main.lua") end And the menu being loaded from f...