cod5-sdk/deffiles/materials/textureAtlas.template

9 lines
262 B
Plaintext

#if "$textureAtlasRowCount$" == ""
#error "textureAtlasRowCount may not be blank"
#endif
#if "$textureAtlasColumnCount$" == ""
#error "textureAtlasColumnCount may not be blank"
#endif
textureAtlas( @textureAtlasRowCount@, @textureAtlasColumnCount@ );