Hi guys, I'm trying to reduce the scale of a packed scene (ui_dice_roll_view) that will live inside a Panel (DiceRollPanel).
The base scene (ui_dice_roll_view) is very big, because we need a high resolution elsewhere, but in here we just need a scaled down version. Also important to mention is that this scene will be dynamic in size, depending on active dice at the time, so it can grow from one dice to six.
Is there a way to scale the (ui_dice_roll_view) to be smaller in just this instance?