60 lines
1.6 KiB
Text
60 lines
1.6 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://byyyhq3x8t2d8"]
|
|
|
|
[ext_resource type="Theme" uid="uid://d035h7upxrw3h" path="res://theme.tres" id="1_emusj"]
|
|
[ext_resource type="Script" path="res://info_window.gd" id="1_oy31s"]
|
|
[ext_resource type="PackedScene" uid="uid://bsj3th0rsn7a8" path="res://ResourceAllocation.tscn" id="3_r3oy0"]
|
|
|
|
[node name="InfoWindow" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 6
|
|
anchor_left = 1.0
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_left = -226.0
|
|
offset_top = -133.0
|
|
offset_right = -13.0
|
|
offset_bottom = 133.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_emusj")
|
|
script = ExtResource("1_oy31s")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.0605303, 0.0605303, 0.0605303, 1)
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -93.5
|
|
offset_top = 14.0
|
|
offset_right = 103.5
|
|
offset_bottom = 44.0
|
|
grow_horizontal = 2
|
|
theme_override_font_sizes/normal_font_size = 16
|
|
bbcode_enabled = true
|
|
text = "[center]Test Title"
|
|
|
|
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -83.5
|
|
offset_top = 36.0
|
|
offset_right = 83.5
|
|
offset_bottom = 66.0
|
|
grow_horizontal = 2
|
|
bbcode_enabled = true
|
|
text = "[center]Test Title"
|
|
|
|
[node name="ResourceAllocation" parent="." instance=ExtResource("3_r3oy0")]
|
|
layout_mode = 1
|