{{formGroup fields.texture.fields.src value=source.texture.src rootId=rootId}}
{{formInput fields.texture.fields.scaleX value=source.texture.scaleX id=(concat rootId "-texture.scaleX")}} {{formInput fields.texture.fields.scaleY value=source.texture.scaleY id=(concat rootId "-texture.scaleY")}}

{{localize "TILE.ScaleHint"}}

{{formInput fields.texture.fields.anchorX value=source.texture.anchorX id=(concat rootId "-texture.anchorX")}} {{formInput fields.texture.fields.anchorY value=source.texture.anchorY id=(concat rootId "-texture.anchorY")}}
{{formGroup fields.alpha value=source.alpha step=0.05 rootId=rootId}} {{formGroup fields.texture.fields.tint value=source.texture.tint placeholder="#ffffff" rootId=rootId}} {{localize "TILE.VideoOptions"}} {{formGroup fields.video.fields.loop value=source.video.loop disabled=(not hasVideo) rootId=rootId}} {{formGroup fields.video.fields.autoplay value=source.video.autoplay disabled=(not hasVideo) rootId=rootId}} {{formGroup fields.video.fields.volume value=source.video.volume step=0.05 disabled=(not hasVideo) rootId=rootId}}