|
|
@ -1,4 +1,4 @@ |
|
|
|
[gd_scene load_steps=10 format=3 uid="uid://bxnxpcc3hwrrf"] |
|
|
|
[gd_scene load_steps=12 format=3 uid="uid://bxnxpcc3hwrrf"] |
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://45e6o8fnn5g6" path="res://sprites/slot-machine1.png" id="1_67gbi"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://cl1qwesnw8di7" path="res://sprites/slot-symbol2.png" id="2_epvcj"] |
|
|
@ -9,6 +9,10 @@ |
|
|
|
[ext_resource type="Script" path="res://SlotSymbol.cs" id="5_3my0i"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://b746l2ipvabqy" path="res://sprites/slot-symbol4.png" id="5_gusk3"] |
|
|
|
[ext_resource type="Texture2D" uid="uid://dhid2cal2tbv2" path="res://sprites/slot-machine4.png" id="6_u8o3a"] |
|
|
|
[ext_resource type="Script" path="res://SpinsUI.cs" id="10_1u7q7"] |
|
|
|
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_my47k"] |
|
|
|
font_size = 33 |
|
|
|
|
|
|
|
[node name="Game" type="Node2D"] |
|
|
|
|
|
|
@ -49,7 +53,7 @@ SlotType = 1 |
|
|
|
position = Vector2(-120, 143) |
|
|
|
texture = ExtResource("2_epvcj") |
|
|
|
script = ExtResource("5_3my0i") |
|
|
|
SlotType = 1 |
|
|
|
SlotType = 3 |
|
|
|
|
|
|
|
[node name="wheel2" type="Sprite2D" parent="slot machine" node_paths=PackedStringArray("SlotSymbols")] |
|
|
|
position = Vector2(127, 0) |
|
|
@ -83,7 +87,7 @@ SlotType = 1 |
|
|
|
position = Vector2(-120, 143) |
|
|
|
texture = ExtResource("2_epvcj") |
|
|
|
script = ExtResource("5_3my0i") |
|
|
|
SlotType = 1 |
|
|
|
SlotType = 3 |
|
|
|
|
|
|
|
[node name="wheel3" type="Sprite2D" parent="slot machine" node_paths=PackedStringArray("SlotSymbols")] |
|
|
|
position = Vector2(259, 0) |
|
|
@ -117,8 +121,46 @@ SlotType = 1 |
|
|
|
position = Vector2(-120, 143) |
|
|
|
texture = ExtResource("2_epvcj") |
|
|
|
script = ExtResource("5_3my0i") |
|
|
|
SlotType = 1 |
|
|
|
SlotType = 3 |
|
|
|
|
|
|
|
[node name="slot-front" type="Sprite2D" parent="slot machine"] |
|
|
|
position = Vector2(2, -3) |
|
|
|
texture = ExtResource("6_u8o3a") |
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="slot machine"] |
|
|
|
offset_left = -279.679 |
|
|
|
offset_top = -346.019 |
|
|
|
offset_right = -239.679 |
|
|
|
offset_bottom = -306.019 |
|
|
|
scale = Vector2(14.16, 1) |
|
|
|
color = Color(0.247059, 0.231373, 0.576471, 1) |
|
|
|
|
|
|
|
[node name="Spins" type="Label" parent="."] |
|
|
|
unique_name_in_owner = true |
|
|
|
offset_left = 110.0 |
|
|
|
offset_top = 586.0 |
|
|
|
offset_right = 231.0 |
|
|
|
offset_bottom = 632.0 |
|
|
|
text = "Spins: 2" |
|
|
|
label_settings = SubResource("LabelSettings_my47k") |
|
|
|
script = ExtResource("10_1u7q7") |
|
|
|
|
|
|
|
[node name="Readout" type="Label" parent="."] |
|
|
|
unique_name_in_owner = true |
|
|
|
offset_left = 358.0 |
|
|
|
offset_top = 586.0 |
|
|
|
offset_right = 479.0 |
|
|
|
offset_bottom = 632.0 |
|
|
|
label_settings = SubResource("LabelSettings_my47k") |
|
|
|
horizontal_alignment = 2 |
|
|
|
script = ExtResource("10_1u7q7") |
|
|
|
|
|
|
|
[node name="Points" type="Label" parent="."] |
|
|
|
unique_name_in_owner = true |
|
|
|
offset_left = 225.0 |
|
|
|
offset_top = 24.0 |
|
|
|
offset_right = 346.0 |
|
|
|
offset_bottom = 70.0 |
|
|
|
text = "000000" |
|
|
|
label_settings = SubResource("LabelSettings_my47k") |
|
|
|
horizontal_alignment = 2 |
|
|
|