16 lines
401 B
Plaintext
16 lines
401 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Assets/Dice/Dice6.png" type="Texture" id=1]
|
|
[ext_resource path="res://UI/DiceView.gd" type="Script" id=2]
|
|
|
|
[node name="DiceView" 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 )
|
|
dice_value = 6
|