mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Rename type druid.base_component -> druid.component
This commit is contained in:
@@ -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.base_component
|
||||
---@class animation_blend: druid.component
|
||||
---@field root node
|
||||
---@field druid druid.instance
|
||||
local M = component.create("animation_blend")
|
||||
|
@@ -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.base_component
|
||||
---@class basic_animation: druid.component
|
||||
---@field druid druid.instance
|
||||
local M = component.create("basic_animation")
|
||||
|
||||
|
Reference in New Issue
Block a user