Rename type druid_instance to druid.instance

This commit is contained in:
Insality
2025-03-01 15:54:14 +02:00
parent dd5f619345
commit 3a559d7ac2
71 changed files with 78 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ local panthera = require("panthera.panthera")
local window_animation_panthera = require("example.examples.windows.window_animation_panthera")
---@class window_confirmation: druid.base_component
---@field druid druid_instance
---@field druid druid.instance
---@field text_header druid.lang_text
---@field text_button_accept druid.lang_text
---@field text_button_decline druid.lang_text

View File

@@ -8,7 +8,7 @@ local window_animation_panthera = require("example.examples.windows.window_anima
---@field text_button_accept druid.lang_text
---@field text_description druid.lang_text
---@field button_close druid.button
---@field druid druid_instance
---@field druid druid.instance
local M = component.create("window_info")

View File

@@ -9,7 +9,7 @@ local window_animation_panthera = require("example.examples.windows.window_anima
---@class window_language: druid.base_component
---@field text_header druid.text
---@field button_close druid.button
---@field druid druid_instance
---@field druid druid.instance
---@field lang_buttons table<string, druid.button>
---@field grid druid.grid
---@field on_language_change event