The X

2 files use the extension of ATLAS

.ATLAS

Atlas Generator File

Classification:game files
An ATLAS file is a settings file created by Phaser Editor, an IDE used to develop HTML5 games. It is used to generate a texture atlas, which is a .PNG image packed with a collection of sprites that are used for textures of objects and characters in a game. ATLAS files contain the settings for a texture atlas and the paths to each sprite to be packed in the PNG image when the game is built.

instruction:

You can open and edit ATLAS files in Phaser Editor. When you are finished editing the ATLAS file, you can generate the texture atlas. The texture atlas includes a PNG image with the sprite textures and a .JSON file, which contains the placement of each sprite in the PNG file. The JSON file is referenced by the game to apply the correct textures to each character or object in the game. Texture atlases are typically utilized to combine sprite textures for characters or objects in a game into one larger file. This feature reduces the number of separate sprite texture files. Instead of using multiple images to texture objects and characters, developers can use Phaser Editor or another framework to generate one PNG file with multiple sprites packed in it. The graphics hardware in the device running the game can treat the sprites as one unit instead of multiple units, which reduces the number of bind and draw calls and saves memory. Texture atlases may be created by a variety of 2D game frameworks, such as Photon Storm Phaser and Apple SpriteKit. Some games that use texture atlases, include Iron Armada, Surge Breaker, Goodnight, and Protolife. Although Phaser Editor uses ATLAS files to generate texture atlases, other frameworks, such as Photon Storm Phaser and Apple SpriteKit, do not use an ATLAS file. Instead, developers using these frameworks place sprites inside a folder with the .atlas extension and the framework generates the PNG texture atlas and JSON or .XML file when the game is built.

ATLAS(Atlas Generator File) related software:

Windows

2 software

Mac

2 software

Linux

2 software

发送 E801 至公众号 IT小技巧 查看软件名称。
.ATLAS

Texture Atlas Skin File

Classification:developer files
An ATLAS file is a skin configuration file used by libGDX, an open source game development framework. It is used to configure the appearance of UI elements, or widgets, in a game, such as fonts, buttons, labels, and images. ATLAS files contain the position and size of images for the UI elements, which are packed in a .PNG file to decrease game loading time.

instruction:

The ATLAS file is one of 3 files that make up a texture atlas, which is used to reduce the number of separate image files used for the UI elements in the game. The following three files are required in libGDX to create a skin for UI elements in a game: PNG file - This file contains all the images used to make up the appearance of the UI elements. The images are packed in one file to reduce memory usage. ATLAS file - This file contains the properties of each image stored in the PNG file. It includes the name and size of the packed PNG file and the behavior and xy locations of each image in the packed PNG file. JSON file - This file contains information that maps the images specified in the ATLAS file to each UI element. NOTE: The ATLAS, PNG, and .JSON files that make up a texture atlas should be located in the same folder of the game assets with the same name.

ATLAS(Texture Atlas Skin File) related software:

Windows

2 software

Mac

2 software

Linux

2 software

发送 E800 至公众号 IT小技巧 查看软件名称。