This commit is contained in:
Insality
2025-03-29 14:03:03 +02:00
parent b053b5044b
commit 3f22e9c542
27 changed files with 501 additions and 50 deletions

View File

@@ -7,9 +7,9 @@ local character_animation_blend = require("example.examples.panthera.animation_b
---@class examples.animation_blend: druid.widget
---@field root node
---@field root_size vector3
---@field animation_idle panthera.instance
---@field animation_vertical panthera.instance
---@field animation_horizontal panthera.instance
---@field animation_idle panthera.animation
---@field animation_vertical panthera.animation
---@field animation_horizontal panthera.animation
---@field rich_text druid.rich_text
---@field on_update event
local M = {}

View File

@@ -3,7 +3,7 @@ local panthera = require("panthera.panthera")
local basic_animation_panthera = require("example.examples.panthera.basic_animation.basic_animation_panthera")
---@class examples.basic_animation: druid.widget
---@field animation panthera.instance
---@field animation panthera.animation
---@field button druid.button
local M = {}