aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameSession/GameSession.tscn
diff options
context:
space:
mode:
author Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-08-19 20:43:59 +0200
committer Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-08-19 20:43:59 +0200
commit8a8ae125a5606a0ceeb4171419176f09d86dad04 (patch)
treee172d535538208bb9fc97bd620f84b0d5393cd45 /game/src/Game/GameSession/GameSession.tscn
parent00426f3ab57e7a06a92f3aeac6466a403a933f80 (diff)
init
Diffstat (limited to 'game/src/Game/GameSession/GameSession.tscn')
-rw-r--r--game/src/Game/GameSession/GameSession.tscn21
1 files changed, 17 insertions, 4 deletions
diff --git a/game/src/Game/GameSession/GameSession.tscn b/game/src/Game/GameSession/GameSession.tscn
index c9f4095..d515feb 100644
--- a/game/src/Game/GameSession/GameSession.tscn
+++ b/game/src/Game/GameSession/GameSession.tscn
@@ -1,9 +1,10 @@
-[gd_scene load_steps=10 format=3 uid="uid://bgnupcshe1m7r"]
+[gd_scene load_steps=11 format=3 uid="uid://bgnupcshe1m7r"]
[ext_resource type="Script" path="res://src/Game/GameSession/GameSession.gd" id="1_eklvp"]
[ext_resource type="PackedScene" uid="uid://cvl76duuym1wq" path="res://src/Game/MusicConductor/MusicPlayer.tscn" id="2_kt6aa"]
[ext_resource type="PackedScene" uid="uid://g524p8lr574w" path="res://src/Game/GameSession/MapControlPanel/MapControlPanel.tscn" id="3_afh6d"]
[ext_resource type="PackedScene" uid="uid://dvdynl6eir40o" path="res://src/Game/GameSession/GameSessionMenu.tscn" id="3_bvmqh"]
+[ext_resource type="PackedScene" uid="uid://cyr5e31ucu44d" path="res://src/Game/GameSession/MainManagamentPanel/MainManagamentPanel.tscn" id="3_wxhjf"]
[ext_resource type="PackedScene" uid="uid://dkehmdnuxih2r" path="res://src/Game/GameSession/MapView.tscn" id="4_xkg5j"]
[ext_resource type="PackedScene" uid="uid://byq323jbel48u" path="res://src/Game/GameSession/ProvinceOverviewPanel/ProvinceOverviewPanel.tscn" id="5_osjnn"]
[ext_resource type="PackedScene" uid="uid://cnbfxjy1m6wja" path="res://src/Game/Menu/OptionMenu/OptionsMenu.tscn" id="6_p5mnx"]
@@ -24,6 +25,9 @@ _game_session_menu = NodePath("GameSessionMenu")
[node name="MapView" parent="." instance=ExtResource("4_xkg5j")]
+[node name="MainManagamentPanel" parent="." instance=ExtResource("3_wxhjf")]
+layout_mode = 1
+
[node name="MapControlPanel" parent="." instance=ExtResource("3_afh6d")]
layout_mode = 1
anchors_preset = 3
@@ -38,9 +42,13 @@ grow_vertical = 0
layout_mode = 1
[node name="GameSpeedPanel" parent="." instance=ExtResource("7_myy4q")]
-layout_mode = 0
-offset_right = 302.0
+layout_mode = 1
+anchors_preset = 1
+anchor_left = 1.0
+anchor_right = 1.0
+offset_left = -311.0
offset_bottom = 31.0
+grow_horizontal = 0
[node name="GameSessionMenu" parent="." instance=ExtResource("3_bvmqh")]
visible = false
@@ -72,12 +80,17 @@ offset_right = 640.0
[node name="MusicPlayer" parent="." instance=ExtResource("2_kt6aa")]
layout_mode = 1
-anchors_preset = 1
+anchors_preset = 6
anchor_left = 1.0
+anchor_top = 0.5
anchor_right = 1.0
+anchor_bottom = 0.5
offset_left = -150.0
+offset_top = -55.0
offset_right = 0.0
+offset_bottom = 55.0
grow_horizontal = 0
+grow_vertical = 2
[connection signal="map_view_camera_changed" from="MapView" to="MapControlPanel" method="_on_map_view_camera_changed"]
[connection signal="game_session_menu_button_pressed" from="MapControlPanel" to="." method="_on_game_session_menu_button_pressed"]