mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update
This commit is contained in:
@@ -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 = {}
|
||||
|
@@ -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 = {}
|
||||
|
||||
|
Reference in New Issue
Block a user