first
This commit is contained in:
60
scene/MapScreen.tscn
Normal file
60
scene/MapScreen.tscn
Normal file
@@ -0,0 +1,60 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c7i4riys4l3py"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bshnb8sg3aqv6" path="res://script/map_screen.gd" id="1_37cg4"]
|
||||
|
||||
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_tutrq"]
|
||||
|
||||
[node name="MapScreen" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 1
|
||||
script = ExtResource("1_37cg4")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0.16924527, 0.1692453, 0.16924527, 1)
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 505.0
|
||||
offset_right = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 505.0
|
||||
offset_right = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = SubResource("PlaceholderTexture2D_tutrq")
|
||||
|
||||
[node name="PlayerIndicator" type="ColorRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 74.0
|
||||
offset_top = -61.0
|
||||
offset_right = 94.0
|
||||
offset_bottom = -41.0
|
||||
color = Color(0, 0, 1, 1)
|
||||
|
||||
[node name="TaskList" type="VBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 20.0
|
||||
offset_right = 505.0
|
||||
offset_bottom = 628.0
|
||||
Reference in New Issue
Block a user