Might have a small cheApe bug here, the version field doesn't get set to its intended value by guerilla when a new tag is created. For instance my shader collection tag has this:
Code:
<TagGroup name="shader_post_process_collection" groupTag="shpc" version="1">
<field type="ShortInteger" name="version" locked="true" />
<field type="Pad" definition="2" />
...and always has version 1 when created by guerilla. But the os bitmap tag:
Code:
<TagGroup name="os_bitmap" groupTag="osbm" version="1">
<field type="ShortInteger" name="version" locked="true" />
<field type="Pad" definition="2" />
...has version 0.
Also, whats the field type name for real argb color? I've tried a number of variations but can't find the right one
.
Bookmarks