diff --git a/_includes/wiki_index.md b/_includes/wiki_index.md index b2a9a911..ed387ff1 100644 --- a/_includes/wiki_index.md +++ b/_includes/wiki_index.md @@ -48,12 +48,10 @@ * [Ninepatches](/wiki/graphics/2d/ninepatches) * [Orthographic camera](/wiki/graphics/2d/orthographic-camera) * [Packing atlases at runtime](/wiki/graphics/2d/packing-atlases-at-runtime) - * [Packing atlases offline](/wiki/graphics/2d/packing-atlases-offline) * [Pixmaps](/wiki/graphics/2d/pixmaps) * [SpriteBatch, TextureRegions, and Sprites](/wiki/graphics/2d/spritebatch-textureregions-and-sprites) * [Texture Compression](/wiki/graphics/2d/texture-compression) * [Tile maps](/wiki/graphics/2d/tile-maps) - * [Using textureatlases](/wiki/graphics/2d/using-textureatlases) * [3D Graphics](/wiki/graphics/3d/3d-graphics) * [3D animations and skinning](/wiki/graphics/3d/3d-animations-and-skinning) * [3D Particle Effects](/wiki/graphics/3d/3d-particle-effects) diff --git a/_includes/wiki_sidebar.md b/_includes/wiki_sidebar.md index 24dba6d8..5e1d5021 100644 --- a/_includes/wiki_sidebar.md +++ b/_includes/wiki_sidebar.md @@ -80,12 +80,10 @@ * [Ninepatches](/wiki/graphics/2d/ninepatches) * [Orthographic camera](/wiki/graphics/2d/orthographic-camera) * [Packing atlases at runtime](/wiki/graphics/2d/packing-atlases-at-runtime) - * [Packing atlases offline](/wiki/graphics/2d/packing-atlases-offline) * [Pixmaps](/wiki/graphics/2d/pixmaps) * [SpriteBatch, TextureRegions, and Sprites](/wiki/graphics/2d/spritebatch-textureregions-and-sprites) * [Texture Compression](/wiki/graphics/2d/texture-compression) * [Tile maps](/wiki/graphics/2d/tile-maps) - * [Using textureatlases](/wiki/graphics/2d/using-textureatlases) * [3D Graphics](/wiki/graphics/3d/3d-graphics) * [3D animations and skinning](/wiki/graphics/3d/3d-animations-and-skinning) * [3D Particle Effects](/wiki/graphics/3d/3d-particle-effects) diff --git a/wiki/graphics/2d/packing-atlases-at-runtime.md b/wiki/graphics/2d/packing-atlases-at-runtime.md index ea58aaa3..be2df9d3 100644 --- a/wiki/graphics/2d/packing-atlases-at-runtime.md +++ b/wiki/graphics/2d/packing-atlases-at-runtime.md @@ -1,6 +1,5 @@ --- title: Packing atlases at runtime --- -- [Texture-packer](/wiki/tools/texture-packer) - [PixmapPacker](https://javadoc.io/doc/com.badlogicgames.gdx/gdx/latest/com/badlogic/gdx/graphics/g2d/PixmapPacker.html) [(code)](https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/graphics/g2d/PixmapPacker.java) - The original [blog post](https://web.archive.org/web/20200928223250/https://www.badlogicgames.com/wordpress/?p=2297) detailing the use of `PixmapPacker` diff --git a/wiki/graphics/2d/packing-atlases-offline.md b/wiki/graphics/2d/packing-atlases-offline.md deleted file mode 100644 index bd4a812c..00000000 --- a/wiki/graphics/2d/packing-atlases-offline.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Packing atlases offline ---- -Use the Texture Packer utility to packages offline (as opposed to during runtime of your libGDX program) - -[Texture Packer](/wiki/tools/texture-packer) diff --git a/wiki/graphics/2d/using-textureatlases.md b/wiki/graphics/2d/using-textureatlases.md deleted file mode 100644 index 56307820..00000000 --- a/wiki/graphics/2d/using-textureatlases.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Using textureatlases ---- -See the [TexturePacker2 documentation](/wiki/tools/texture-packer#textureatlas) for more information. \ No newline at end of file diff --git a/wiki/tools/texture-packer.md b/wiki/tools/texture-packer.md index 2e0c9cf5..ce2910d2 100644 --- a/wiki/tools/texture-packer.md +++ b/wiki/tools/texture-packer.md @@ -1,5 +1,8 @@ --- title: Texture packer +redirect_from: + - /wiki/graphics/2d/packing-atlases-offline + - /wiki/graphics/2d/using-textureatlases --- * [TexturePacker](#texturepacker) * [Running TexturePacker](#running-texturepacker)