187 lines
5.7 KiB
Text
187 lines
5.7 KiB
Text
[gd_scene load_steps=13 format=3]
|
|
|
|
[ext_resource type="Script" path="res://ui/game_ui.gd" id="1_ui"]
|
|
[ext_resource type="PackedScene" path="res://ui/player_menu.tscn" id="2_menu"]
|
|
[ext_resource type="Theme" path="res://ui/game_theme.tres" id="3_theme"]
|
|
[ext_resource type="Script" path="res://ui/screen_fade.gd" id="4_fade"]
|
|
[ext_resource type="PackedScene" path="res://ui/title_screen.tscn" id="5_title"]
|
|
[ext_resource type="PackedScene" path="res://ui/pause_menu.tscn" id="6_pause"]
|
|
[ext_resource type="PackedScene" path="res://ui/hotbar.tscn" id="7_hotbar"]
|
|
[ext_resource type="PackedScene" path="res://ui/fishing_shop.tscn" id="8_shop"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_chase_background"]
|
|
bg_color = Color(0.055, 0.105, 0.125, 1)
|
|
corner_radius_top_left = 6
|
|
corner_radius_top_right = 6
|
|
corner_radius_bottom_right = 6
|
|
corner_radius_bottom_left = 6
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_chase_fill"]
|
|
bg_color = Color(0.937, 0.357, 0.384, 0.95)
|
|
corner_radius_top_left = 6
|
|
corner_radius_top_right = 6
|
|
corner_radius_bottom_right = 6
|
|
corner_radius_bottom_left = 6
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_catch_fill"]
|
|
bg_color = Color(0.275, 0.784, 0.471, 0.92)
|
|
corner_radius_top_left = 6
|
|
corner_radius_top_right = 6
|
|
corner_radius_bottom_right = 6
|
|
corner_radius_bottom_left = 6
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBox_transparent"]
|
|
bg_color = Color(0, 0, 0, 0)
|
|
|
|
[node name="GameUI" type="CanvasLayer"]
|
|
script = ExtResource("1_ui")
|
|
|
|
[node name="FishingPanel" type="PanelContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
z_index = 60
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -205.0
|
|
offset_top = -216.0
|
|
offset_right = 205.0
|
|
offset_bottom = -128.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
theme = ExtResource("3_theme")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="FishingPanel"]
|
|
theme_override_constants/margin_left = 14
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 14
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="FishingPanel/MarginContainer"]
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="StatusLabel" type="Label" parent="FishingPanel/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
text = ""
|
|
horizontal_alignment = 1
|
|
theme_override_font_sizes/font_size = 16
|
|
|
|
[node name="ShowcaseDetails" type="Label" parent="FishingPanel/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
horizontal_alignment = 1
|
|
|
|
[node name="CatchTrack" type="Control" parent="FishingPanel/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
custom_minimum_size = Vector2(0, 20)
|
|
|
|
[node name="GreenCatchProgress" type="ProgressBar" parent="FishingPanel/MarginContainer/VBoxContainer/CatchTrack"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme_override_styles/background = SubResource("StyleBox_chase_background")
|
|
theme_override_styles/fill = SubResource("StyleBox_catch_fill")
|
|
value = 0.0
|
|
show_percentage = false
|
|
|
|
[node name="RedChaseProgress" type="ProgressBar" parent="FishingPanel/MarginContainer/VBoxContainer/CatchTrack"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme_override_styles/background = SubResource("StyleBox_transparent")
|
|
theme_override_styles/fill = SubResource("StyleBox_chase_fill")
|
|
value = 0.0
|
|
show_percentage = false
|
|
|
|
[node name="BarrierMarkers" type="Control" parent="FishingPanel/MarginContainer/VBoxContainer/CatchTrack"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="BarrierSummary" type="Label" parent="FishingPanel/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
horizontal_alignment = 1
|
|
|
|
[node name="BarrierHealth" type="Label" parent="FishingPanel/MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
horizontal_alignment = 1
|
|
|
|
[node name="PlayerMenu" parent="." instance=ExtResource("2_menu")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="Hotbar" parent="." instance=ExtResource("7_hotbar")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="ShopPrompt" type="PanelContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
z_index = 55
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -150.0
|
|
offset_top = -284.0
|
|
offset_right = 150.0
|
|
offset_bottom = -246.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
theme = ExtResource("3_theme")
|
|
|
|
[node name="Margin" type="MarginContainer" parent="ShopPrompt"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 12
|
|
theme_override_constants/margin_top = 7
|
|
theme_override_constants/margin_right = 12
|
|
theme_override_constants/margin_bottom = 7
|
|
|
|
[node name="Label" type="Label" parent="ShopPrompt/Margin"]
|
|
layout_mode = 2
|
|
text = "Press E to open Fishing Shop"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="FishingShop" parent="." instance=ExtResource("8_shop")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="ScreenFade" type="ColorRect" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
z_index = 100
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 0
|
|
color = Color(0, 0, 0, 1)
|
|
script = ExtResource("4_fade")
|
|
|
|
[node name="TitleScreen" parent="." instance=ExtResource("5_title")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="PauseMenu" parent="." instance=ExtResource("6_pause")]
|
|
unique_name_in_owner = true
|