mirror of
https://github.com/Nokorpo/LibreAim.git
synced 2025-06-09 09:35:16 +09:00
Minor main menu tweaks
This commit is contained in:
parent
1f446ea606
commit
05fe45d726
2 changed files with 10 additions and 5 deletions
|
@ -182,9 +182,11 @@ layout_mode = 2
|
|||
size_flags_horizontal = 3
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer/Panel/SelectLevel/Control"]
|
||||
layout_mode = 2
|
||||
offset_right = 562.0
|
||||
offset_bottom = 150.0
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 228.0
|
||||
grow_horizontal = 2
|
||||
theme_override_constants/margin_left = 80
|
||||
theme_override_constants/margin_top = 150
|
||||
theme_override_constants/margin_right = 80
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=21 format=3 uid="uid://cropshnueuiqr"]
|
||||
[gd_scene load_steps=22 format=3 uid="uid://cropshnueuiqr"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/main_menu/settings.gd" id="1_4ilr3"]
|
||||
[ext_resource type="Texture2D" uid="uid://ql8v8tau18u1" path="res://assets/images/icons/checkbox_checked.svg" id="2_gf318"]
|
||||
|
@ -13,6 +13,7 @@
|
|||
[ext_resource type="Script" path="res://scenes/main_menu/audio.gd" id="10_0bjg8"]
|
||||
[ext_resource type="Texture2D" uid="uid://b6xs7w20eke54" path="res://assets/images/checkerboard.png" id="10_tgbab"]
|
||||
[ext_resource type="Script" path="res://scenes/game_world/destroyed_sound.gd" id="11_yfmwu"]
|
||||
[ext_resource type="Texture2D" uid="uid://nng31j22g6fh" path="res://assets/images/icons/play.svg" id="13_8vd46"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1yvei"]
|
||||
|
||||
|
@ -126,7 +127,7 @@ alignment = 0
|
|||
|
||||
[node name="Controls" type="Button" parent="HBoxContainer/Control/MarginContainer/Gamemodes"]
|
||||
layout_mode = 2
|
||||
text = "Sensitivity"
|
||||
text = "Controls"
|
||||
alignment = 0
|
||||
|
||||
[node name="Audio" type="Button" parent="HBoxContainer/Control/MarginContainer/Gamemodes"]
|
||||
|
@ -468,6 +469,8 @@ text = "Hit sound"
|
|||
[node name="Preview" type="Button" parent="HBoxContainer/Control2/Audio/MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Preview sound"
|
||||
icon = ExtResource("13_8vd46")
|
||||
alignment = 0
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="HBoxContainer/Control2/Audio/MarginContainer/VBoxContainer/Preview"]
|
||||
script = ExtResource("11_yfmwu")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue