117 lines
4 KiB
Text
117 lines
4 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://cmafth1g3e7fq"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/about.gd" id="1_3w66n"]
|
|
[ext_resource type="Theme" uid="uid://bt3yyqwlp4f7j" path="res://themes/title_text.tres" id="2_iiwsw"]
|
|
[ext_resource type="Theme" uid="uid://caw53lcko4jnt" path="res://themes/button.tres" id="3_be5ml"]
|
|
[ext_resource type="Texture2D" uid="uid://cv4b706h3q0un" path="res://assets/icons/godot.png" id="4_crlyq"]
|
|
[ext_resource type="Texture2D" uid="uid://cr6tjmhggnyy5" path="res://assets/icons/gamedev.jpg" id="5_k1dgm"]
|
|
[ext_resource type="Texture2D" uid="uid://cvr0tn4rm24dd" path="res://assets/icons/untar.jpg" id="6_1ssdm"]
|
|
|
|
[sub_resource type="Theme" id="Theme_841u2"]
|
|
Label/font_sizes/font_size = 30
|
|
|
|
[node name="About" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_3w66n")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 20
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_right = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
theme = ExtResource("2_iiwsw")
|
|
text = "About"
|
|
|
|
[node name="Back" type="Button" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 10
|
|
size_flags_vertical = 0
|
|
theme = ExtResource("3_be5ml")
|
|
text = "Back"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = SubResource("Theme_841u2")
|
|
text = "Developed By :
|
|
- Michael William Jonathan
|
|
|
|
Supervisor :
|
|
- Ir. Jeanny Pragantha, M. Eng
|
|
- Darius Andana Haris, M. TI"
|
|
autowrap_mode = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/margin_left = 20
|
|
theme_override_constants/margin_top = 60
|
|
theme_override_constants/margin_right = 30
|
|
theme_override_constants/margin_bottom = 60
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2/MarginContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("4_crlyq")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 6
|
|
texture = ExtResource("5_k1dgm")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="TextureRect3" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer2/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 6
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("6_1ssdm")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[connection signal="pressed" from="Panel/MarginContainer/VBoxContainer/HBoxContainer/Back" to="." method="_on_back_pressed"]
|