nothing much
This commit is contained in:
|
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 320 KiB |
@@ -76,6 +76,11 @@ public final class Res {
|
|||||||
textures.addQuad("xp_on", gui.makeQuad(0, 1.5, .5, .5));
|
textures.addQuad("xp_on", gui.makeQuad(0, 1.5, .5, .5));
|
||||||
textures.addQuad("xp_off", gui.makeQuad(.5, 1.5, .5, .5));
|
textures.addQuad("xp_off", gui.makeQuad(.5, 1.5, .5, .5));
|
||||||
textures.addQuad("panel", gui.makeQuad(0, 3.75, 4, .25));
|
textures.addQuad("panel", gui.makeQuad(0, 3.75, 4, .25));
|
||||||
|
|
||||||
|
texture = textures.loadTexture("tiles", "/res/img/map_tiles.png", FilterMode.NEAREST, WrapMode.CLAMP);
|
||||||
|
QuadGrid tiles = texture.grid(32, 32);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user