Fixed animation

Fixed eventsystem not registering its parent events
This commit is contained in:
Robert Jelic
2025-04-14 02:39:54 +02:00
parent bd62debc32
commit b91031afbc
28 changed files with 30 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ Display.__index = Display
--- @private
function Display.new()
local self = setmetatable({}, Display):__init()
self.class = Display
self.set("width", 25)
self.set("height", 8)
self.set("z", 5)