[gd_scene load_steps=3 format=2] [ext_resource path="res://Assets/Dice/Dice6.png" type="Texture" id=1] [ext_resource path="res://UI/Dice.gd" type="Script" id=2] [node name="Dice" type="TextureRect"] margin_right = 100.0 margin_bottom = 100.0 size_flags_horizontal = 3 size_flags_vertical = 3 texture = ExtResource( 1 ) expand = true stretch_mode = 6 script = ExtResource( 2 )