{{#unless isPrototype}}
{{/unless}}
{{#if isPrototype}}

{{localize "TOKEN.AppendNumberHint" name=object.name}}

{{localize "TOKEN.PrependAdjectiveHint" name=object.name}}


{{/if}} {{#unless isPrototype}}
{{numberInput object.x name="x" step=1 disabled=(not isGM) placeholder=(localize "Pixels")}} {{numberInput object.y name="y" step=1 disabled=(not isGM) placeholder=(localize "Pixels")}}
{{numberInput object.elevation name="elevation" placeholder=gridUnits}}
{{/unless}}
{{numberInput object.rotation name="rotation" placeholder=(localize "Degrees")}}
{{filePicker target="texture.src" type="imagevideo"}}
{{#if randomImgEnabled}}
{{else if hasAlternates}}
{{/if}}
{{numberInput object.width name="width" placeholder=(localize "spaces")}} {{numberInput object.height name="height" placeholder=(localize "spaces")}}

{{localize "TOKEN.DimensionsHint"}}

{{ rangePicker name="scale" value=scale min="0.2" max="3.0" step="0.1" }}
{{ colorPicker name="texture.tint" value=object.texture.tint }}
{{ rangePicker name="alpha" value=object.alpha min="0" max="1" step="0.05" }}
{{> "templates/scene/parts/token-vision.html"}} {{> "templates/scene/parts/token-lighting.html"}} {{> "templates/scene/parts/token-resources.html"}}