[gd_scene load_steps=2 format=2] [ext_resource path="res://Tools/Dice.gd" type="Script" id=1] [node name="DiceScreen" type="CanvasLayer"] [node name="ButtonRoll" type="Button" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -18.0 margin_top = -10.0 margin_right = 18.0 margin_bottom = 10.0 text = "Roll" script = ExtResource( 1 ) [node name="DiceLabelOne" type="Label" parent="."] margin_left = 507.0 margin_top = 260.0 margin_right = 547.0 margin_bottom = 274.0 text = "6" [connection signal="pressed" from="ButtonRoll" to="ButtonRoll" method="_on_ButtonRoll_pressed"]