37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c35ohffpqfqnr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://chm704rgdebfb" path="res://icon.png" id="2_swjw6"]
|
|
[ext_resource type="PackedScene" uid="uid://bbogimp25gyre" path="res://Client/Scenes/ClientMain.tscn" id="2_uaail"]
|
|
[ext_resource type="PackedScene" uid="uid://caivf0icbv7gk" path="res://Core/Scenes/CogwheelConsole.tscn" id="3_ama40"]
|
|
|
|
[node name="MainCanvas" type="CanvasLayer"]
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
visible = false
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_swjw6")
|
|
|
|
[node name="ClientMain" parent="." instance=ExtResource("2_uaail")]
|
|
|
|
[node name="CogwheelConsole" parent="." instance=ExtResource("3_ama40")]
|