44 lines
1.4 KiB
Text
44 lines
1.4 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://c7hu51a2omayl"]
|
|
|
|
[ext_resource type="Script" uid="uid://c6xp0y6y0gnjt" path="res://core/scripts/player_interface.gd" id="1_nbn0p"]
|
|
[ext_resource type="Texture2D" uid="uid://dtnvfhpg0fmlk" path="res://packs/Kenney-cursors/Outline/steps.svg" id="1_ur0rc"]
|
|
[ext_resource type="Script" uid="uid://bxo7f7f1th34m" path="res://core/scripts/player_selection_manager.gd" id="3_u7fvt"]
|
|
[ext_resource type="StyleBox" uid="uid://nn1eq5h68x1b" path="res://UI/selection_rect_style.tres" id="4_u7fvt"]
|
|
|
|
[sub_resource type="Theme" id="Theme_ur0rc"]
|
|
|
|
[node name="PlayerInterface" type="Control"]
|
|
modulate = Color(0.6745098, 1, 1, 1)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
pivot_offset = Vector2(960, 540)
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
mouse_filter = 2
|
|
script = ExtResource("1_nbn0p")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 35.0
|
|
offset_top = -62.559998
|
|
offset_right = 169.0
|
|
offset_bottom = -22.559937
|
|
grow_vertical = 0
|
|
pivot_offset = Vector2(0, 40)
|
|
theme = SubResource("Theme_ur0rc")
|
|
text = "Test Button"
|
|
icon = ExtResource("1_ur0rc")
|
|
|
|
[node name="SelectionManager" type="Control" parent="."]
|
|
process_mode = 3
|
|
process_priority = -1
|
|
anchors_preset = 0
|
|
mouse_filter = 2
|
|
script = ExtResource("3_u7fvt")
|
|
rect_style = ExtResource("4_u7fvt")
|