21 lines
742 B
Text
21 lines
742 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dsmwg1rxedi3x"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Ship/minimap.gd" id="1_l4bpl"]
|
|
[ext_resource type="PackedScene" uid="uid://c7iafvpoopwc0" path="res://scenes/MinimapMarker.tscn" id="2_u2t3y"]
|
|
[ext_resource type="Texture2D" uid="uid://5gkjqkiiiggg" path="res://sprites/Minimap/minimap_back.png" id="3_jpxtx"]
|
|
|
|
[node name="Minimap" type="Control"]
|
|
layout_mode = 3
|
|
anchor_right = 0.187
|
|
anchor_bottom = 0.333
|
|
offset_right = 0.639984
|
|
offset_bottom = 0.23999
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_l4bpl")
|
|
marker = ExtResource("2_u2t3y")
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
position = Vector2(120, 120)
|
|
texture = ExtResource("3_jpxtx")
|