It looks like you're new here. If you want to get involved, click one of these buttons!
i know how to get it in asset viewer: i'd like to get its width and height in code, to auto-scale it. thanks,
Try this.
function setup() s=readImage(asset.builtin.Planet_Cute.Character_Horn_Girl) print(s.width) print(s.height) end
neat, thanks, that'll work for me.
Comments
Try this.
neat, thanks, that'll work for me.