Mose sensitivity now can't be 0 with slider
This commit is contained in:
parent
04802f258d
commit
2cd4b21af5
2 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,7 @@ offset_left = 4.0
|
||||||
offset_top = 622.0
|
offset_top = 622.0
|
||||||
offset_right = 94.0
|
offset_right = 94.0
|
||||||
offset_bottom = 648.0
|
offset_bottom = 648.0
|
||||||
text = "Version: 20230529"
|
text = "Version: 20230601"
|
||||||
|
|
||||||
[node name="OurTimeIsNowSolo" type="Sprite2D" parent="."]
|
[node name="OurTimeIsNowSolo" type="Sprite2D" parent="."]
|
||||||
position = Vector2(123, 104)
|
position = Vector2(123, 104)
|
||||||
|
|
|
@ -23,8 +23,10 @@ offset_left = 487.0
|
||||||
offset_top = 238.0
|
offset_top = 238.0
|
||||||
offset_right = 671.0
|
offset_right = 671.0
|
||||||
offset_bottom = 254.0
|
offset_bottom = 254.0
|
||||||
|
min_value = 0.001
|
||||||
max_value = 0.02
|
max_value = 0.02
|
||||||
step = 0.001
|
step = 0.001
|
||||||
|
value = 0.001
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="."]
|
[node name="Label" type="Label" parent="."]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
Loading…
Reference in a new issue