mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-11 03:56:18 +00:00
251 lines
8.1 KiB
Plaintext
251 lines
8.1 KiB
Plaintext
[gd_scene load_steps=22 format=3 uid="uid://cmqfu6cc780h4"]
|
|
|
|
[ext_resource type="Theme" uid="uid://ks2uyxqg6u4k" path="res://mhjnr/theme.tres" id="1_knjtf"]
|
|
[ext_resource type="Script" path="res://main.gd" id="2_p7swk"]
|
|
[ext_resource type="Texture2D" uid="uid://dyga5qn124307" path="res://cover_art/schatzjaeger.webp" id="3_5nh86"]
|
|
[ext_resource type="Texture2D" uid="uid://by4wug5r7311q" path="res://cover_art/schatzjaeger_2.jpg" id="4_f32r0"]
|
|
[ext_resource type="Texture2D" uid="uid://bkn3cdrm1fj8b" path="res://cover_art/schatzjaeger_3.jpg" id="5_wx0lg"]
|
|
[ext_resource type="Texture2D" uid="uid://8vn1dpq37mve" path="res://cover_art/atlantis.webp" id="6_hvil1"]
|
|
[ext_resource type="Texture2D" uid="uid://bk5a3xob0raqj" path="res://cover_art/mh_kart.jpg" id="7_2e20o"]
|
|
[ext_resource type="Texture2D" uid="uid://dkhygfyylbjov" path="res://cover_art/mh_kart2.jpg" id="8_txpwp"]
|
|
[ext_resource type="Texture2D" uid="uid://l8groudaf385" path="res://cover_art/mh_kart3.webp" id="9_lxivp"]
|
|
[ext_resource type="Script" path="res://install_status_button.gd" id="10_5ntk6"]
|
|
[ext_resource type="Texture2D" uid="uid://cjp0ilsodyu4j" path="res://cover_art/mh_kart4.jpg" id="10_7ea4r"]
|
|
[ext_resource type="Texture2D" uid="uid://wetnflcj1b0w" path="res://cover_art/mh1.jpg" id="11_jg4b8"]
|
|
[ext_resource type="Texture2D" uid="uid://baqjofchj6yaw" path="res://cover_art/mhw.webp" id="12_rg2iw"]
|
|
[ext_resource type="Texture2D" uid="uid://brovl1cel1uiw" path="res://cover_art/mh2.jpg" id="13_q5tum"]
|
|
[ext_resource type="Texture2D" uid="uid://ix132vewff0h" path="res://cover_art/mh3.jpg" id="14_pi7qg"]
|
|
[ext_resource type="Texture2D" uid="uid://k8i84cvnuun" path="res://cover_art/mhx.jpg" id="15_gwira"]
|
|
[ext_resource type="Texture2D" uid="uid://bst48atkwn7r1" path="res://cover_art/mhrem.png" id="16_mgcbp"]
|
|
[ext_resource type="Texture2D" uid="uid://l37kev18676o" path="res://cover_art/mhwant.jpg" id="17_xtbol"]
|
|
[ext_resource type="Texture2D" uid="uid://cpigwqlll0kbf" path="res://cover_art/mhpir.jpg" id="18_s6b4p"]
|
|
[ext_resource type="Texture2D" uid="uid://chcjw51coc53r" path="res://cover_art/mhinv.jpg" id="19_f2jto"]
|
|
[ext_resource type="Texture2D" uid="uid://bmybnhi2i2ep" path="res://cover_art/mhdir.jpg" id="20_bo8ks"]
|
|
|
|
[node name="main" type="ScrollContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 20.0
|
|
offset_bottom = 154.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_knjtf")
|
|
script = ExtResource("2_p7swk")
|
|
|
|
[node name="margins" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="margins"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
alignment = 1
|
|
|
|
[node name="JNR" type="VBoxContainer" parent="margins/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="margins/VBoxContainer/JNR"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Moorhuhn Schatzjäger"
|
|
|
|
[node name="JNR" type="HFlowContainer" parent="margins/VBoxContainer/JNR"]
|
|
layout_mode = 2
|
|
|
|
[node name="Schatzjaeger1" type="Button" parent="margins/VBoxContainer/JNR/JNR"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("3_5nh86")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Schatzjaeger2" type="Button" parent="margins/VBoxContainer/JNR/JNR"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("4_f32r0")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Schatzjaeger3" type="Button" parent="margins/VBoxContainer/JNR/JNR"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("5_wx0lg")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Atlantis" type="Button" parent="margins/VBoxContainer/JNR/JNR"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("6_hvil1")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Kart" type="VBoxContainer" parent="margins/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="margins/VBoxContainer/Kart"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label2" type="Label" parent="margins/VBoxContainer/Kart/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Moorhuhn Kart"
|
|
|
|
[node name="Button" type="Button" parent="margins/VBoxContainer/Kart/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Start"
|
|
|
|
[node name="JNR2" type="HFlowContainer" parent="margins/VBoxContainer/Kart"]
|
|
layout_mode = 2
|
|
|
|
[node name="Kart" type="Button" parent="margins/VBoxContainer/Kart/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("7_2e20o")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Kart2" type="Button" parent="margins/VBoxContainer/Kart/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("8_txpwp")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Kart3" type="Button" parent="margins/VBoxContainer/Kart/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 76
|
|
text = "✅"
|
|
icon = ExtResource("9_lxivp")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
script = ExtResource("10_5ntk6")
|
|
game = "mhk3"
|
|
|
|
[node name="Kart4" type="Button" parent="margins/VBoxContainer/Kart/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("10_7ea4r")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="Shoot" type="VBoxContainer" parent="margins/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label2" type="Label" parent="margins/VBoxContainer/Shoot"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Shoot 'em Up"
|
|
|
|
[node name="JNR2" type="HFlowContainer" parent="margins/VBoxContainer/Shoot"]
|
|
layout_mode = 2
|
|
|
|
[node name="MH1" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("11_jg4b8")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHW" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("12_rg2iw")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MH2" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("13_q5tum")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MH3" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("14_pi7qg")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHX" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("15_gwira")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHREM" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("16_mgcbp")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHWAN" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("17_xtbol")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHPIR" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("18_s6b4p")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHINV" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("19_f2jto")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[node name="MHDIR" type="Button" parent="margins/VBoxContainer/Shoot/JNR2"]
|
|
custom_minimum_size = Vector2(200, 256)
|
|
layout_mode = 2
|
|
disabled = true
|
|
icon = ExtResource("20_bo8ks")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
|
|
[connection signal="pressed" from="margins/VBoxContainer/Kart/HBoxContainer/Button" to="." method="_start_mhk"]
|