From 8f1613ca0fab95fe837d9278e7829f70fb7bc934 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 24 Apr 2017 02:23:37 +0200 Subject: That's it for today, Compo is gone but might make the Jam --- hud.tscn | 181 ++++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 134 insertions(+), 47 deletions(-) (limited to 'hud.tscn') diff --git a/hud.tscn b/hud.tscn index f76ca3f..2d91118 100644 --- a/hud.tscn +++ b/hud.tscn @@ -1,8 +1,10 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://scripts/hud.gd" type="Script" id=1] [ext_resource path="res://scripts/multiverse_shop.gd" type="Script" id=2] [ext_resource path="res://scripts/storage.gd" type="Script" id=3] +[ext_resource path="res://scripts/howto.gd" type="Script" id=4] +[ext_resource path="res://scripts/messages.gd" type="Script" id=5] [node name="HUD" type="Node"] @@ -10,10 +12,10 @@ script = ExtResource( 1 ) [node name="ms_button" type="Button" parent="."] -margin_left = 620.0 -margin_top = 30.0 -margin_right = 752.0 -margin_bottom = 55.0 +margin_left = 5.0 +margin_top = 5.0 +margin_right = 137.0 +margin_bottom = 30.0 rect_clip_content = false hint_tooltip = "The best resources in the whole multi-verse!" mouse_filter = 0 @@ -26,6 +28,9 @@ flat = false [node name="ms" type="Control" parent="."] +visible = false +margin_left = -615.0 +margin_right = -615.0 rect_clip_content = false mouse_filter = 0 script = ExtResource( 2 ) @@ -33,9 +38,9 @@ script = ExtResource( 2 ) [node name="tabs" type="TabContainer" parent="ms"] margin_left = 620.0 -margin_top = 56.0 +margin_top = 31.0 margin_right = 893.0 -margin_bottom = 486.0 +margin_bottom = 459.0 rect_clip_content = false mouse_filter = 0 tab_align = 0 @@ -43,7 +48,6 @@ tabs_visible = true [node name="*" type="Tabs" parent="ms/tabs"] -editor/display_folded = true anchor_right = 1 anchor_bottom = 1 margin_left = 4.0 @@ -65,7 +69,6 @@ mouse_filter = 0 [node name="**" type="Tabs" parent="ms/tabs"] -editor/display_folded = true visible = false anchor_right = 1 anchor_bottom = 1 @@ -88,7 +91,6 @@ mouse_filter = 0 [node name="***" type="Tabs" parent="ms/tabs"] -editor/display_folded = true visible = false anchor_right = 1 anchor_bottom = 1 @@ -109,37 +111,31 @@ margin_right = 3.0 margin_bottom = 31.0 mouse_filter = 0 -[node name="other" type="Tabs" parent="ms/tabs"] +[node name="panel" type="Panel" parent="ms"] -editor/display_folded = true -visible = false -anchor_right = 1 -anchor_bottom = 1 -margin_left = 4.0 -margin_top = 32.0 -margin_right = 4.0 -margin_bottom = 4.0 +margin_left = 895.0 +margin_top = 55.0 +margin_right = 990.0 +margin_bottom = 460.0 rect_clip_content = false mouse_filter = 0 -[node name="items" type="Tree" parent="ms/tabs/other"] +[node name="Label" type="Label" parent="ms/panel"] anchor_right = 1 anchor_bottom = 1 -margin_left = 5.0 -margin_top = 5.0 -margin_right = 3.0 -margin_bottom = 31.0 -mouse_filter = 0 - -[node name="panel" type="Panel" parent="ms"] - -margin_left = 895.0 -margin_top = 80.0 -margin_right = 990.0 -margin_bottom = 485.0 +margin_left = -265.0 +margin_top = 375.0 +margin_right = 72.0 +margin_bottom = -1.0 +rect_scale = Vector2( 0.9, 0.9 ) rect_clip_content = false -mouse_filter = 0 +mouse_filter = 2 +size_flags_vertical = 0 +text = "Hint: mouse over an item for it's description." +percent_visible = 1.0 +lines_skipped = 0 +max_lines_visible = -1 [node name="buy" type="Button" parent="ms/panel"] @@ -160,10 +156,10 @@ flat = false [node name="storage_button" type="Button" parent="."] -margin_left = 755.0 -margin_top = 30.0 -margin_right = 814.0 -margin_bottom = 55.0 +margin_left = 757.0 +margin_top = 5.0 +margin_right = 816.0 +margin_bottom = 30.0 rect_clip_content = false mouse_filter = 0 toggle_mode = true @@ -175,7 +171,8 @@ flat = false [node name="storage" type="Control" parent="."] -visible = false +margin_left = 2.0 +margin_right = 2.0 rect_clip_content = false mouse_filter = 0 script = ExtResource( 3 ) @@ -183,9 +180,9 @@ script = ExtResource( 3 ) [node name="panel" type="Panel" parent="storage"] margin_left = 755.0 -margin_top = 55.0 -margin_right = 990.0 -margin_bottom = 485.0 +margin_top = 56.0 +margin_right = 1018.0 +margin_bottom = 460.0 rect_clip_content = false mouse_filter = 0 @@ -193,16 +190,16 @@ mouse_filter = 0 margin_left = 15.0 margin_top = 10.0 -margin_right = 220.0 -margin_bottom = 410.0 +margin_right = 252.0 +margin_bottom = 392.0 mouse_filter = 0 [node name="funds" type="PanelContainer" parent="."] -margin_left = 815.0 -margin_top = 28.0 -margin_right = 946.0 -margin_bottom = 57.0 +margin_left = 817.0 +margin_top = 3.0 +margin_right = 948.0 +margin_bottom = 32.0 rect_clip_content = false mouse_filter = 0 @@ -235,10 +232,100 @@ percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 +[node name="help_button" type="Button" parent="."] + +margin_left = 951.0 +margin_top = 5.0 +margin_right = 1020.0 +margin_bottom = 30.0 +rect_clip_content = false +mouse_filter = 0 +toggle_mode = true +enabled_focus_mode = 2 +shortcut = null +group = null +text = "HowTo" +flat = false + +[node name="help" type="Control" parent="."] + +margin_left = 2.0 +margin_right = 2.0 +rect_clip_content = false +mouse_filter = 0 +script = ExtResource( 4 ) + +[node name="panel" type="Panel" parent="help"] + +margin_left = 756.0 +margin_top = 56.0 +margin_right = 1018.0 +margin_bottom = 460.0 +rect_clip_content = false +mouse_filter = 0 + +[node name="text" type="RichTextLabel" parent="help/panel"] + +margin_left = 7.0 +margin_top = 8.0 +margin_right = 252.0 +margin_bottom = 394.0 +mouse_filter = 0 +bbcode_enabled = true +bbcode_text = "" +visible_characters = -1 + +[node name="messages" type="Control" parent="."] + +margin_left = 380.0 +margin_top = 10.0 +margin_right = 745.0 +margin_bottom = 460.0 +rect_clip_content = false +mouse_filter = 2 +size_flags_vertical = 0 +script = ExtResource( 5 ) + +[node name="combibator_button" type="Button" parent="."] + +margin_left = 5.0 +margin_top = 575.0 +margin_right = 91.0 +margin_bottom = 595.0 +rect_clip_content = false +mouse_filter = 0 +toggle_mode = false +enabled_focus_mode = 2 +shortcut = null +group = null +text = "Combinator" +flat = false + +[node name="incubator_button" type="Button" parent="."] + +margin_left = 95.0 +margin_top = 575.0 +margin_right = 168.0 +margin_bottom = 595.0 +rect_clip_content = false +mouse_filter = 0 +toggle_mode = false +enabled_focus_mode = 2 +shortcut = null +group = null +text = "Incubator" +flat = false + [connection signal="pressed" from="ms_button" to="." method="_on_ms_button_pressed"] [connection signal="pressed" from="ms/panel/buy" to="ms" method="_on_buy_pressed"] [connection signal="pressed" from="storage_button" to="." method="_on_storage_button_pressed"] +[connection signal="pressed" from="help_button" to="." method="_on_help_button_pressed"] + +[connection signal="pressed" from="combibator_button" to="." method="_on_combibator_button_pressed"] + +[connection signal="pressed" from="incubator_button" to="." method="_on_incubator_button_pressed"] + -- cgit v1.2.3-70-g09d2