2022-07-17 15:53:56 +01:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2022-07-16 21:33:47 +01:00
|
|
|
|
2022-07-17 15:53:56 +01:00
|
|
|
[ext_resource path="res://Assets/Dice/Dice6.png" type="Texture" id=1]
|
2022-07-16 21:33:47 +01:00
|
|
|
[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
|
2022-07-17 15:53:56 +01:00
|
|
|
texture = ExtResource( 1 )
|
2022-07-16 21:33:47 +01:00
|
|
|
expand = true
|
|
|
|
stretch_mode = 6
|
|
|
|
script = ExtResource( 2 )
|