141 lines
4.2 KiB
Plaintext
141 lines
4.2 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://doxm7uab8i3tq"]
|
|
|
|
[ext_resource type="Script" uid="uid://12kjdou2kp5y" path="res://gui/game/quota_reward/scripts/quota_reward.gd" id="1_gye62"]
|
|
[ext_resource type="Shader" uid="uid://cuni3ggtw2uuy" path="res://gui/game/pause/resources/blur.gdshader" id="2_6ibex"]
|
|
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/default_theme.tres" id="3_x2kx4"]
|
|
[ext_resource type="LabelSettings" uid="uid://dqwayi8yjwau2" path="res://gui/ressources/title_label_settings.tres" id="4_trw0e"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_gy0la"]
|
|
shader = ExtResource("2_6ibex")
|
|
shader_parameter/strength = 3.3
|
|
shader_parameter/mix_percentage = 0.3
|
|
|
|
[sub_resource type="Theme" id="Theme_7fpy7"]
|
|
|
|
[sub_resource type="Animation" id="Animation_8323k"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("RewardChoiceContainer:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 0)]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("RewardChoiceContainer:visible")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 1,
|
|
"values": [true]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_4f1tl"]
|
|
resource_name = "show"
|
|
length = 0.3
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("RewardChoiceContainer:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0.033333335, 0.3),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("RewardChoiceContainer:visible")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0, 0.033333335),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 1,
|
|
"values": [false, true]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_7fpy7"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_8323k"),
|
|
&"show": SubResource("Animation_4f1tl")
|
|
}
|
|
|
|
[node name="RewardChoice" type="CanvasLayer"]
|
|
process_mode = 3
|
|
script = ExtResource("1_gye62")
|
|
|
|
[node name="RewardChoiceContainer" type="Control" parent="."]
|
|
unique_name_in_owner = true
|
|
modulate = Color(1, 1, 1, 0)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="RewardChoiceContainer"]
|
|
material = SubResource("ShaderMaterial_gy0la")
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.0352941, 0.0196078, 0.12549, 0.705882)
|
|
|
|
[node name="Choice" type="MarginContainer" parent="RewardChoiceContainer"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("3_x2kx4")
|
|
theme_override_constants/margin_left = 30
|
|
theme_override_constants/margin_top = 30
|
|
theme_override_constants/margin_right = 30
|
|
theme_override_constants/margin_bottom = 30
|
|
|
|
[node name="VSplitContainer" type="VBoxContainer" parent="RewardChoiceContainer/Choice"]
|
|
layout_mode = 2
|
|
theme = ExtResource("3_x2kx4")
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="RewardChoiceContainer/Choice/VSplitContainer"]
|
|
layout_mode = 2
|
|
theme = SubResource("Theme_7fpy7")
|
|
text = "CHOOSE_A_REWARD"
|
|
label_settings = ExtResource("4_trw0e")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label2" type="Label" parent="RewardChoiceContainer/Choice/VSplitContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("3_x2kx4")
|
|
text = "REWARD_SCREEN_TEXT"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ChoicesContainer" type="HBoxContainer" parent="RewardChoiceContainer/Choice/VSplitContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme = ExtResource("3_x2kx4")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_7fpy7")
|
|
}
|