mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
Progress with widget examples
This commit is contained in:
@@ -3,7 +3,6 @@ local panthera = require("panthera.panthera")
|
||||
local intro_panthera = require("example.examples.intro.intro.intro_panthera")
|
||||
|
||||
---@class intro: druid.base_component
|
||||
---@field druid druid_instance
|
||||
---@field root node
|
||||
local M = component.create("intro")
|
||||
|
||||
@@ -35,4 +34,9 @@ function M:open_link(link)
|
||||
end
|
||||
|
||||
|
||||
function M:on_remove()
|
||||
panthera.stop(self.animation)
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user