-
Notifications
You must be signed in to change notification settings - Fork 0
/
DicePad.tscn
60 lines (47 loc) · 1.96 KB
/
DicePad.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[gd_scene load_steps=5 format=3 uid="uid://dpr2dn7df0vx"]
[ext_resource type="Texture2D" uid="uid://dmtstcv0ku624" path="res://Assets/Tiny Swords (Update 010)/UI/Buttons/Button_Hover_9Slides.png" id="1_3hvh3"]
[ext_resource type="Script" path="res://DicePad.cs" id="1_y1qae"]
[ext_resource type="PackedScene" uid="uid://488i76iej3i" path="res://Dice.tscn" id="2_cle7w"]
[ext_resource type="Texture2D" uid="uid://cn2j7fy63vmh2" path="res://Assets/Tiny Swords (Update 010)/UI/Icons/Pressed_10.png" id="3_ahh6i"]
[node name="DicePad" type="Node2D"]
script = ExtResource("1_y1qae")
[node name="DicePad" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(136, 38)
scale = Vector2(1.41667, 0.395833)
texture = ExtResource("1_3hvh3")
[node name="Die1" parent="." instance=ExtResource("2_cle7w")]
position = Vector2(48, 32)
[node name="Die2" parent="." instance=ExtResource("2_cle7w")]
position = Vector2(92, 32)
[node name="Die3" parent="." instance=ExtResource("2_cle7w")]
position = Vector2(136, 32)
[node name="Die4" parent="." instance=ExtResource("2_cle7w")]
position = Vector2(180, 32)
[node name="Die5" parent="." instance=ExtResource("2_cle7w")]
position = Vector2(224, 32)
[node name="Lock1" type="Sprite2D" parent="."]
visible = false
position = Vector2(60, 48)
scale = Vector2(0.765625, 0.671875)
texture = ExtResource("3_ahh6i")
[node name="Lock2" type="Sprite2D" parent="."]
visible = false
position = Vector2(104, 50)
scale = Vector2(0.765625, 0.671875)
texture = ExtResource("3_ahh6i")
[node name="Lock3" type="Sprite2D" parent="."]
visible = false
position = Vector2(148, 48)
scale = Vector2(0.765625, 0.671875)
texture = ExtResource("3_ahh6i")
[node name="Lock4" type="Sprite2D" parent="."]
visible = false
position = Vector2(192, 48)
scale = Vector2(0.765625, 0.671875)
texture = ExtResource("3_ahh6i")
[node name="Lock5" type="Sprite2D" parent="."]
visible = false
position = Vector2(236, 48)
scale = Vector2(0.765625, 0.671875)
texture = ExtResource("3_ahh6i")