Progress with widget examples

This commit is contained in:
Insality
2025-01-30 01:44:03 +02:00
parent c51a00ad80
commit 0514625f9a
9 changed files with 1195 additions and 697 deletions

View File

@@ -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