Difference between revisions of "Custom assets"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
(Created page with "==Creating assets== {| class="mw-collapsible" !| |- | {| class="mw-collapsible" !| |- | ===The basics=== To start creating assets, there are a few rules that need to be foll...")
 
Line 1: Line 1:
 
==Creating assets==
 
==Creating assets==
{| class="mw-collapsible"
 
!|
 
|-
 
|
 
 
 
{| class="mw-collapsible"
 
{| class="mw-collapsible"
 
!|
 
!|

Revision as of 17:09, 18 October 2018

Creating assets

The basics

To start creating assets, there are a few rules that need to be followed. Whether the file is for a tileset, doodad, item, or actor, the image's height and width need to be by the power of 2 (^2). Both width and height don't need to match. It is also recommended that the file format supports an alpha channel for transparency. Files like JPEG don't have transparency channels but files like PNG do. ( Untested but I'm pretty sure the game won't accept a file without a transparency channel.)

Examples: Height:512px Width:256px OR Height:16px Width:1024px

More information on the wiki on power of 2


Tilemaps

Doodads

Actors

Items