From 89836737463e70b4bead737531189f76eafbbd44 Mon Sep 17 00:00:00 2001 From: ZILtoid1991 Date: Tue, 30 Jan 2024 23:26:09 +0100 Subject: [PATCH] Rewriting test for new path system --- test3/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test3/app.d b/test3/app.d index baacdff..155199f 100644 --- a/test3/app.d +++ b/test3/app.d @@ -38,7 +38,7 @@ public class TestElements : InputListener, SystemEventListener { outScrn = new OutputScreen("Test nr. 3",1696,960); mainRaster = new Raster(848,480,outScrn,0,1); mainRaster.addLayer(sprtL,0); - mainRaster.loadPalette(loadPaletteFromFile("../system/concreteGUIE1.tga")); + mainRaster.loadPalette(loadPaletteFromFile(getPathToAsset("/system/ConcreteGUIE1.tga"))); wh = new WindowHandler(1696,960,848,480,sprtL); ih = new InputHandler(); ih.inputListener = this;