Replace Assets
Replace the default asset pack with your own game assets
Xtremepush provides a default asset pack with each game to serve as a template for your game layout. To align your game with your brand, ensure you replace these default assets with your own.
To replace the game assets, go to the Assets tab in your campaign and do the following:
- Download all the original assets to keep a backup copy.
- Create your new assets locally.
- Ensure that your new assets have:
- The same name as the original files you replace with. For example, if you replaced a logo with an original file name ABC123, then the file name of the new logo must also be ABC123.
- The same file format as the original asset. For example, if you must replace a .
png
file with another .png
file.
- Replace the old assets by uploading your new assets.
Supported Asset Types
The allowed file formats for each asset type:
- Sounds:
.mp3
(Recommended)- Other supported formats:
m4a
,ogg,
mp4
,acc
, andwebm
- Other supported formats:
- Fonts:
.woff
(Recommended)- Other supported formats:
woff2
,otf,
andttf
- Other supported formats:
Recommended formats for Sounds and Fonts
It is recommended to use
.mp3
format for sounds and.woff
format for fonts to avoid compatibility issues on some devices.
- Images:
.jpg/.png.
- Animations .
webp
. See Add Animations for information on how to build animations from .png files - Layout:
.json
Updated 1 day ago