nothing much

v5stable
Ondřej Hruška 10 years ago
parent 3abe1e6b33
commit b30f39a762
  1. 0
      res/img/map_tiles.png
  2. 0
      res/img/map_tiles.xcf
  3. 5
      src/mightypork/rogue/Res.java

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_off", gui.makeQuad(.5, 1.5, .5, .5));
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);
}

Loading…
Cancel
Save