2018-08-25 08:05:54 +00:00
|
|
|
[gd_scene load_steps=9 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://gui_scene/GUI/GUI.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://gui_scene/GUI/HUD/HUD.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://assets/GUI/fonts/ryzom.ttf" type="DynamicFontData" id=3]
|
|
|
|
[ext_resource path="res://gui_scene/GUI/Home/Home.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://gui_scene/GUI/Settings/Settings.tscn" type="PackedScene" id=5]
|
|
|
|
[ext_resource path="res://gui_scene/GUI/Help/Help.tscn" type="PackedScene" id=6]
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
size = 14
|
|
|
|
font_data = ExtResource( 3 )
|
|
|
|
|
|
|
|
[sub_resource type="Theme" id=2]
|
|
|
|
default_font = SubResource( 1 )
|
|
|
|
|
2018-08-28 08:00:17 +00:00
|
|
|
[node name="GUI" type="MarginContainer"]
|
2018-08-25 08:05:54 +00:00
|
|
|
pause_mode = 2
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
mouse_filter = 1
|
|
|
|
custom_constants/margin_right = 0
|
|
|
|
custom_constants/margin_top = 0
|
|
|
|
custom_constants/margin_left = 0
|
|
|
|
custom_constants/margin_bottom = 0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2019-03-05 19:20:05 +00:00
|
|
|
[node name="HUD" parent="." instance=ExtResource( 2 )]
|
2018-08-25 08:05:54 +00:00
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
2019-03-05 19:20:05 +00:00
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
2018-08-25 08:05:54 +00:00
|
|
|
theme = SubResource( 2 )
|
|
|
|
|
2019-03-05 19:20:05 +00:00
|
|
|
[node name="Home" parent="." instance=ExtResource( 4 )]
|
2018-08-25 08:05:54 +00:00
|
|
|
visible = false
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
2019-03-05 19:20:05 +00:00
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
2018-08-25 08:05:54 +00:00
|
|
|
|
2019-03-05 19:20:05 +00:00
|
|
|
[node name="Settings" parent="." instance=ExtResource( 5 )]
|
2018-08-25 08:05:54 +00:00
|
|
|
visible = false
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
2019-03-05 19:20:05 +00:00
|
|
|
margin_right = 1280.0
|
|
|
|
margin_bottom = 720.0
|
2018-08-25 08:05:54 +00:00
|
|
|
|
2019-03-05 19:20:05 +00:00
|
|
|
[node name="Help" parent="." instance=ExtResource( 6 )]
|
2018-08-25 08:05:54 +00:00
|
|
|
margin_right = 256.0
|
|
|
|
margin_bottom = 256.0
|
|
|
|
|
|
|
|
[connection signal="logout_pressed" from="Home" to="." method="_on_Home_logout_pressed"]
|
|
|
|
[connection signal="play_pressed" from="Home" to="." method="_on_Home_play_pressed"]
|
|
|
|
[connection signal="setting_pressed" from="Home" to="." method="_on_Home_setting_pressed"]
|
|
|
|
[connection signal="font_changed" from="Settings" to="." method="_on_Settings_font_changed"]
|
|
|
|
[connection signal="return_pressed" from="Settings" to="." method="_on_Settings_return_pressed"]
|