186 lines
5.9 KiB
Text
186 lines
5.9 KiB
Text
[gd_scene format=3 uid="uid://c0ahhupmdstxq"]
|
|
|
|
[ext_resource type="Script" uid="uid://cc2x4u4d0qrg1" path="res://UI/Panels/itch_app_panel.gd" id="1_5d14s"]
|
|
[ext_resource type="Script" uid="uid://cyef5m8x5f7k6" path="res://lib/games_info/itch_io_service.gd" id="2_15a0r"]
|
|
[ext_resource type="Texture2D" uid="uid://bw7yr2aonagxc" path="res://assets/font_awesome/itch-io.svg" id="3_xpc18"]
|
|
[ext_resource type="Texture2D" uid="uid://4juherhkw8hp" path="res://addons/script_splitter/assets/Close.svg" id="4_g2paa"]
|
|
[ext_resource type="FontFile" uid="uid://cx1a4aqqxhsrn" path="res://assets/neon-wave-theme/polentical_neon/Polentical Neon Italic.ttf" id="5_itotn"]
|
|
[ext_resource type="FontFile" uid="uid://b6u8lwedqawa7" path="res://assets/neon-wave-theme/polentical_neon/Polentical Neon Bold italic.ttf" id="6_3efm0"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3mi7s"]
|
|
content_margin_left = 8.0
|
|
content_margin_top = 8.0
|
|
content_margin_right = 8.0
|
|
content_margin_bottom = 8.0
|
|
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
border_color = Color(0.6215238, 0.6215239, 0.62152356, 1)
|
|
border_blend = true
|
|
corner_radius_top_left = 8
|
|
corner_radius_top_right = 8
|
|
corner_radius_bottom_right = 8
|
|
corner_radius_bottom_left = 8
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_tbax8"]
|
|
font_size = 24
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_s4fpn"]
|
|
font = ExtResource("5_itotn")
|
|
font_size = 20
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_cc846"]
|
|
font = ExtResource("6_3efm0")
|
|
font_size = 20
|
|
|
|
[node name="ItchAppPanel" type="PanelContainer" unique_id=691251029]
|
|
offset_right = 616.0
|
|
offset_bottom = 860.0
|
|
script = ExtResource("1_5d14s")
|
|
selected_itchio_game = 1
|
|
|
|
[node name="ItchIOService" type="Node" parent="." unique_id=1316795504]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("2_15a0r")
|
|
metadata/_custom_type_script = "uid://cyef5m8x5f7k6"
|
|
|
|
[node name="Background" type="TextureRect" parent="." unique_id=1907032212]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="v" type="VBoxContainer" parent="." unique_id=279286858]
|
|
layout_mode = 2
|
|
|
|
[node name="m" type="MarginContainer" parent="v" unique_id=357824354]
|
|
layout_mode = 2
|
|
|
|
[node name="h" type="HBoxContainer" parent="v/m" unique_id=833665550]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Icon" type="TextureRect" parent="v/m/h" unique_id=1660071037]
|
|
custom_minimum_size = Vector2(24, 24)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("3_xpc18")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Title" type="Label" parent="v/m/h" unique_id=833828536]
|
|
layout_mode = 2
|
|
text = "itchIO App Info"
|
|
|
|
[node name="Clear" type="Button" parent="v/m" unique_id=1103305607]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
icon = ExtResource("4_g2paa")
|
|
icon_alignment = 1
|
|
|
|
[node name="hsep" type="HSeparator" parent="v" unique_id=1999803799]
|
|
layout_mode = 2
|
|
|
|
[node name="h" type="HBoxContainer" parent="v" unique_id=660296882]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="v/h" unique_id=1424894063]
|
|
layout_mode = 2
|
|
text = "App url"
|
|
|
|
[node name="AppSearch" type="LineEdit" parent="v/h" unique_id=1792920414]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="AppId" type="LineEdit" parent="v" unique_id=327619984]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "2673807"
|
|
placeholder_text = "App ID"
|
|
alignment = 1
|
|
|
|
[node name="info" type="PanelContainer" parent="v" unique_id=1542425427]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_3mi7s")
|
|
|
|
[node name="sc" type="ScrollContainer" parent="v/info" unique_id=1867214191]
|
|
layout_mode = 2
|
|
|
|
[node name="v" type="VBoxContainer" parent="v/info/sc" unique_id=3173697]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="GameName" type="Label" parent="v/info/sc/v" unique_id=279823622]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
label_settings = SubResource("LabelSettings_tbax8")
|
|
horizontal_alignment = 1
|
|
text_overrun_behavior = 3
|
|
|
|
[node name="AuthorName" type="RichTextLabel" parent="v/info/sc/v" unique_id=348439232]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
bbcode_enabled = true
|
|
fit_content = true
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CapsuleImage" type="TextureRect" parent="v/info/sc/v" unique_id=1515227202]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="hr" type="HBoxContainer" parent="v/info/sc/v" unique_id=1865485586]
|
|
layout_mode = 2
|
|
alignment = 2
|
|
|
|
[node name="lb" type="Label" parent="v/info/sc/v/hr" unique_id=1295698123]
|
|
layout_mode = 2
|
|
text = "Release Date:"
|
|
label_settings = SubResource("LabelSettings_s4fpn")
|
|
|
|
[node name="ReleaseDate" type="Label" parent="v/info/sc/v/hr" unique_id=489036318]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
label_settings = SubResource("LabelSettings_cc846")
|
|
|
|
[node name="h_price" type="HBoxContainer" parent="v/info/sc/v" unique_id=2028526260]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
alignment = 2
|
|
|
|
[node name="lb_price_desc" type="Label" parent="v/info/sc/v/h_price" unique_id=956528954]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Price:"
|
|
label_settings = SubResource("LabelSettings_s4fpn")
|
|
|
|
[node name="GamePrice" type="Label" parent="v/info/sc/v/h_price" unique_id=290394728]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
label_settings = SubResource("LabelSettings_cc846")
|
|
|
|
[node name="hsep" type="HSeparator" parent="v/info/sc/v" unique_id=343519708]
|
|
layout_mode = 2
|
|
|
|
[node name="Description" type="RichTextLabel" parent="v/info/sc/v" unique_id=1459602721]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
bbcode_enabled = true
|
|
|
|
[node name="VisitPage" type="Button" parent="v" unique_id=914935418]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Visit Steam Page"
|