This commit is contained in:
Insality
2025-09-15 00:56:05 +03:00
parent b6a7df5ff2
commit 9ee084c502
6 changed files with 13 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
--- Module for assigning layers to GUI nodes based on textures and fonts
local defold_parser = require("druid.editor_scripts.defold_parser.defold_parser")
local system = require("druid.editor_scripts.defold_parser.system.system")
local system = require("druid.editor_scripts.defold_parser.system.parser_internal")
local M = {}