16 lines
401 B
Plaintext
Raw Normal View History

2022-07-17 13:05:20 +01:00
[gd_scene load_steps=3 format=2]
2022-07-16 21:33:47 +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/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
2022-07-16 21:33:47 +01:00
script = ExtResource( 2 )
dice_value = 6