.ATLAS ファイル拡張子

2個のファイルタイプ.atlas拡張子を使用しています。

Texture Atlas Skin File

開発元 N/A
人気度
2.9  |  8 
 

ATLASファイルとは?

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.

詳細情報

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:

  1. 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.
  2. 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.
  3. JSON file - This file contains information that maps the images specified in the ATLAS file to each UI element.

注: 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.

File Viewer Plusで400種類以上のファイル形式を開けます。無料ダウンロード

ATLASファイルを開く、または参照するプログラム

Windows
無料
Mac
無料
Linux
無料
カテゴリ: 開発者
更新日: 2019-01-31

Atlas Generator File

開発元 N/A
人気度
1.7  |  3 
 

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.

詳細情報

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ファイルを開く、または参照するプログラム

Windows
Mac
Linux
カテゴリ: ゲーム
更新日: 2019-01-30

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているすべてのファイル形式とソフトウェアについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。