Skip to content

Instantly share code, notes, and snippets.

@miwillhite
Last active December 21, 2015 09:59
Show Gist options
  • Save miwillhite/6288907 to your computer and use it in GitHub Desktop.
Save miwillhite/6288907 to your computer and use it in GitHub Desktop.
<attribute name="imageName" attributeType="String" syncable="YES"/>
<attribute name="isPlacedInScene" optional="YES" attributeType="Boolean" defaultValueString="NO" syncable="YES"/>
<attribute name="name" attributeType="String" defaultValueString="piece" syncable="YES"/>
<attribute name="uuid" attributeType="Integer 32" syncable="YES"/>
<attribute name="xPosition" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
<attribute name="xScale" attributeType="Double" defaultValueString="1" syncable="YES"/>
<attribute name="yPosition" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
<attribute name="yScale" attributeType="Double" defaultValueString="1" syncable="YES"/>
<attribute name="zPosition" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
<attribute name="zRotation" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment