From b7fd33bf3bee198c637667009aa0143cd349e4d3 Mon Sep 17 00:00:00 2001 From: Insality Date: Fri, 18 Apr 2025 02:32:35 +0300 Subject: [PATCH] Missing texture --- test/test.gui | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test.gui b/test/test.gui index a1d0723..46df3e3 100644 --- a/test/test.gui +++ b/test/test.gui @@ -3,5 +3,9 @@ fonts { name: "druid_text_bold" font: "/druid/fonts/druid_text_bold.font" } +textures { + name: "druid" + texture: "/druid/druid.atlas" +} material: "/builtins/materials/gui.material" adjust_reference: ADJUST_REFERENCE_DISABLED