Add scenes to properties panel

This commit is contained in:
Insality
2025-05-17 13:36:34 +03:00
parent 8ddb6e4e60
commit 22c49540df
6 changed files with 254 additions and 16 deletions

View File

@@ -6,7 +6,6 @@ local color = require("druid.color")
---@field text_name druid.text
---@field button druid.button
---@field text_button druid.text
---@field druid druid.instance
local M = {}