This commit is contained in:
Insality
2025-03-05 22:17:06 +02:00
parent 72692f5efc
commit 9bb7c6e8bd
54 changed files with 55 additions and 56 deletions

View File

@@ -5,7 +5,7 @@ local event = require("event.event")
local character_animation_blend = require("example.examples.panthera.animation_blend.character_animation_blend")
---@class animation_blend: druid.component
---@class examples.animation_blend: druid.component
---@field root node
---@field druid druid.instance
local M = component.create("animation_blend")

View File

@@ -3,7 +3,7 @@ local component = require("druid.component")
local basic_animation_panthera = require("example.examples.panthera.basic_animation.basic_animation_panthera")
---@class basic_animation: druid.component
---@class examples.basic_animation: druid.component
---@field druid druid.instance
local M = component.create("basic_animation")