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

@@ -12,7 +12,7 @@ local M = {}
---Create a new Druid instance for creating GUI components.
---@param context table The Druid context. Usually, this is the self of the gui_script. It is passed into all Druid callbacks.
---@param style table|nil The Druid style table to override style parameters for this Druid instance.
---@return druid_instance druid_instance The new Druid instance
---@return druid.instance druid_instance The new Druid instance
function M.new(context, style)
if settings.default_style == nil then
M.set_default_style(default_style)