Skip to content

Commit

Permalink
Tidy up stubs about packing atlases (#204)
Browse files Browse the repository at this point in the history
* Remove 'Packing atlases offline'

* TexturePacker isn't for packing at runtime

* Remove 'Using textureatlases'

Another stub page
  • Loading branch information
Frosty-J authored Jul 18, 2024
1 parent 6580991 commit e4190ec
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
2 changes: 0 additions & 2 deletions _includes/wiki_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions _includes/wiki_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion wiki/graphics/2d/packing-atlases-at-runtime.md
Original file line number Diff line number Diff line change
@@ -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`
6 changes: 0 additions & 6 deletions wiki/graphics/2d/packing-atlases-offline.md

This file was deleted.

4 changes: 0 additions & 4 deletions wiki/graphics/2d/using-textureatlases.md

This file was deleted.

3 changes: 3 additions & 0 deletions wiki/tools/texture-packer.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit e4190ec

Please sign in to comment.