48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://src/ui/ChooseFlightIn.gd" type="Script" id=1]
|
|
[ext_resource path="res://src/ui/Map.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://src/ui/ShipStats.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://src/ui/CrewUI.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://src/ui/GameMenu.tscn" type="PackedScene" id=5]
|
|
|
|
[node name="ChooseFlightIn" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
margin_left = -2.0
|
|
margin_right = 1022.0
|
|
margin_bottom = 123.0
|
|
bbcode_enabled = true
|
|
bbcode_text = "
|
|
[center]Our scanners have detected points of interest along the flight path to the [b]Diligent[/b].
|
|
Plot a course to the rendezvous with the [b]Diligent[/b] by selecting an encounter from each group.
|
|
|
|
Hit \"Engage\" when everything is plotted to confirm the course.[/center]"
|
|
text = "
|
|
Our scanners have detected points of interest along the flight path to the Diligent.
|
|
Plot a course to the rendezvous with the Diligent by selecting an encounter from each group.
|
|
|
|
Hit \"Engage\" when everything is plotted to confirm the course."
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Map" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="ShipStats" parent="." instance=ExtResource( 3 )]
|
|
|
|
[node name="CrewUI" parent="." instance=ExtResource( 4 )]
|
|
|
|
[node name="Ready" type="Button" parent="."]
|
|
margin_left = 447.0
|
|
margin_top = 536.0
|
|
margin_right = 586.0
|
|
margin_bottom = 584.0
|
|
text = "Engage"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="GameMenu" parent="." instance=ExtResource( 5 )]
|