NoveltyML reference > Resources

<Resource>
Base type for Novelty resources. [Noninstantiable]

Attribute Description Type
name [Required] Unique identifier of object String
hidden Don't show in asset browser. Boolean

Child tags Description Count
<Meta> Meta information 1


<Meta>
Meta information about this asset

Attribute Description Type
author Author/creator of this asset String
comment Custom comment String
thumbnail Filename of thumbnail image String

Remarks: Thumbnails should be 96x96 pixels in size, but doesn't have to.


Resource types

Type Description
<Animation> Animation resource
<Audio> Audio resource
<Font> Bitmap font resource
<Script> Script resource
<Texture> Texture resource


Back to top