Added game seed indication
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dqkp7nlhnb7sh"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dqkp7nlhnb7sh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bk8qn34w5cqmj" path="res://game/menu/map/area_map.gd" id="1_hkcry"]
|
||||
[ext_resource type="PackedScene" uid="uid://b8qwok6v44la" path="res://game/menu/map_indicators/current_sector_indicator.tscn" id="2_fx4fd"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwru7i7xetjth" path="res://game/menu/map_indicators/selected_sector_indicator.tscn" id="3_oxnrh"]
|
||||
[ext_resource type="PackedScene" uid="uid://chdrjc7c6bdpb" path="res://game/entities/world/background.tscn" id="4_fx4fd"]
|
||||
[ext_resource type="Theme" uid="uid://bqqtjq710luul" path="res://styles/label_theme.tres" id="5_2pr56"]
|
||||
|
||||
[node name="AreaMap" type="Node2D"]
|
||||
script = ExtResource("1_hkcry")
|
||||
@@ -17,3 +18,11 @@ script = ExtResource("1_hkcry")
|
||||
[node name="SelectedSectorIndicator" parent="." instance=ExtResource("3_oxnrh")]
|
||||
|
||||
[node name="Background" parent="." instance=ExtResource("4_fx4fd")]
|
||||
|
||||
[node name="SeedLabel" type="Label" parent="."]
|
||||
offset_left = 511.0
|
||||
offset_top = 350.0
|
||||
offset_right = 639.0
|
||||
offset_bottom = 358.0
|
||||
theme = ExtResource("5_2pr56")
|
||||
horizontal_alignment = 2
|
||||
|
||||
Reference in New Issue
Block a user