ygdra/screen/map_screen.tscn

127 lines
2.9 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://screen/map_screen.gd" type="Script" id=1]
[ext_resource path="res://hud/map_viewer.tscn" type="PackedScene" id=2]
[ext_resource path="res://LibertinusSans-Regular.otf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1]
size = 24
font_data = ExtResource( 3 )
[node name="MapScreen" type="Node"]
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.211765, 0.294118, 0.231373, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MapViewer" parent="." instance=ExtResource( 2 )]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -300.0
margin_right = 300.0
margin_bottom = 600.0
[node name="Captions" type="Control" parent="."]
anchor_bottom = 1.0
margin_right = 192.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Entrance" type="ColorRect" parent="Captions"]
margin_left = 24.0
margin_top = 48.0
margin_right = 40.0
margin_bottom = 64.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="EntranceLbl" type="Label" parent="Captions"]
margin_left = 56.0
margin_top = 40.0
margin_right = 178.0
margin_bottom = 68.0
custom_fonts/font = SubResource( 1 )
text = "Entrance"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Exit" type="ColorRect" parent="Captions"]
margin_left = 24.0
margin_top = 88.0
margin_right = 40.0
margin_bottom = 104.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ExitLbl" type="Label" parent="Captions"]
margin_left = 56.0
margin_top = 80.0
margin_right = 178.0
margin_bottom = 108.0
custom_fonts/font = SubResource( 1 )
text = "Exit"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Path" type="ColorRect" parent="Captions"]
margin_left = 24.0
margin_top = 128.0
margin_right = 40.0
margin_bottom = 144.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PathLbl" type="Label" parent="Captions"]
margin_left = 56.0
margin_top = 120.0
margin_right = 178.0
margin_bottom = 148.0
custom_fonts/font = SubResource( 1 )
text = "Path"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Player" type="Polygon2D" parent="Captions"]
position = Vector2( 13.3333, 8.00017 )
scale = Vector2( 0.666667, 0.999999 )
polygon = PoolVector2Array( 16, 160, 40, 168, 16, 176 )
[node name="PlayerLbl" type="Label" parent="Captions"]
margin_left = 56.0
margin_top = 160.0
margin_right = 178.0
margin_bottom = 188.0
custom_fonts/font = SubResource( 1 )
text = "Player"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Chest" type="Polygon2D" parent="Captions"]
position = Vector2( 18.6667, 74.6667 )
scale = Vector2( 0.666667, 0.666667 )
polygon = PoolVector2Array( 16, 200, 8, 208, 8, 216, 16, 224, 24, 224, 32, 216, 32, 208, 24, 200 )
[node name="ChestLbl" type="Label" parent="Captions"]
margin_left = 56.0
margin_top = 200.0
margin_right = 178.0
margin_bottom = 228.0
custom_fonts/font = SubResource( 1 )
text = "Chest"
__meta__ = {
"_edit_use_anchors_": false
}