Added ability to adjust mouse settings in game

This commit is contained in:
2024-08-09 01:23:47 -05:00
parent 028a04bff7
commit ef1af747ba
6 changed files with 94 additions and 31 deletions

View File

@ -2,7 +2,7 @@
[ext_resource type="Script" path="res://Assets/scripts/Component Scripts/Settings_Option.gd" id="1_aieqa"]
[node name="HBoxContainer" type="HBoxContainer"]
[node name="Setting Option" type="HBoxContainer"]
custom_minimum_size = Vector2(0, 40)
alignment = 1
script = ExtResource("1_aieqa")
@ -10,7 +10,7 @@ script = ExtResource("1_aieqa")
[node name="Label" type="Label" parent="."]
custom_minimum_size = Vector2(400, 0)
layout_mode = 2
text = "Mouse Sensitity"
text = "Temp String"
horizontal_alignment = 1
vertical_alignment = 1