Added ability to adjust mouse settings in game
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user