committed by
GitHub
parent
1ea545ccb2
commit
7fea7e91aa
@@ -203,7 +203,7 @@ public class Fonts{
|
|||||||
|
|
||||||
/** Merges the UI and font atlas together for better performance. */
|
/** Merges the UI and font atlas together for better performance. */
|
||||||
public static void mergeFontAtlas(TextureAtlas atlas){
|
public static void mergeFontAtlas(TextureAtlas atlas){
|
||||||
//grab all textures from the ui page, remove all the regions assigned to it, then copy them over to Fonts.packer and replace the texture in this atlas.
|
//grab all textures from the ui page, remove all the regions assigned to it, then copy them over to UI.packer and replace the texture in this atlas.
|
||||||
|
|
||||||
//grab old UI texture and regions...
|
//grab old UI texture and regions...
|
||||||
Texture texture = atlas.find("logo").texture;
|
Texture texture = atlas.find("logo").texture;
|
||||||
|
|||||||
Reference in New Issue
Block a user