You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
688 B
24 lines
688 B
[gd_scene load_steps=3 format=3 uid="uid://br618d1sbfgie"] |
|
|
|
[ext_resource type="Script" uid="uid://doey28skdr0ty" path="res://hud/radial_menu.gd" id="1_pmlck"] |
|
[ext_resource type="Theme" uid="uid://4tevy1my8joc" path="res://hud/theme/ui_theme.tres" id="2_ahx0k"] |
|
|
|
[node name="RadialMenu" type="Node2D"] |
|
script = ExtResource("1_pmlck") |
|
|
|
[node name="Label" type="Label" parent="."] |
|
anchors_preset = 8 |
|
anchor_left = 0.5 |
|
anchor_top = 0.5 |
|
anchor_right = 0.5 |
|
anchor_bottom = 0.5 |
|
offset_left = -29.0 |
|
offset_top = -16.0 |
|
offset_right = 29.0 |
|
offset_bottom = 16.0 |
|
grow_horizontal = 2 |
|
grow_vertical = 2 |
|
theme = ExtResource("2_ahx0k") |
|
horizontal_alignment = 1 |
|
vertical_alignment = 1 |
|
autowrap_mode = 2
|
|
|