Lock improvement
This commit is contained in:
@ -146,7 +146,7 @@ extra_spacing_bottom = 5
|
||||
font_data = ExtResource( 13 )
|
||||
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
|
||||
|
||||
[node name="Main" type="WorldEnvironment"]
|
||||
[node name="Main" type="WorldEnvironment" index="0"]
|
||||
|
||||
environment = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
@ -627,6 +627,8 @@ autostart = false
|
||||
|
||||
[connection signal="timeout" from="DropTimer" to="." method="_on_DropTimer_timeout"]
|
||||
|
||||
[connection signal="timeout" from="LockDelay" to="." method="lock"]
|
||||
|
||||
[connection signal="timeout" from="AutoShiftDelay" to="." method="_on_AutoShiftDelay_timeout"]
|
||||
|
||||
[connection signal="timeout" from="AutoShiftTimer" to="." method="_on_AutoShiftTimer_timeout"]
|
||||
|
Reference in New Issue
Block a user