Skip to content

Commit

Permalink
Rewriting test for new path system
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jan 30, 2024
1 parent d0f975c commit 8983673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test3/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8983673

Please sign in to comment.