feat: change camera rotation to be always active when mouse is captured
Deploy Promiscuity Auth API / deploy (push) Successful in 1m0s
Deploy Promiscuity Character API / deploy (push) Successful in 1m1s
Deploy Promiscuity Crafting API / deploy (push) Successful in 1m0s
Deploy Promiscuity Inventory API / deploy (push) Successful in 1m0s
Deploy Promiscuity Locations API / deploy (push) Successful in 1m0s
Deploy Promiscuity Mail API / deploy (push) Successful in 1m1s
Deploy Promiscuity World API / deploy (push) Successful in 1m1s
k8s smoke test / test (push) Successful in 21s

This commit is contained in:
2026-05-12 17:19:34 -05:00
parent 2907fabe85
commit ffee63dc57
4 changed files with 17 additions and 22 deletions
+1
View File
@@ -10,6 +10,7 @@ const PLAYGROUND_SCENE := "res://scenes/Levels/level.tscn"
func _ready():
_register_focus_sounds()
_update_login_button()
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
func _register_focus_sounds() -> void:
var button_container := $MarginContainer/CenterContainer/ContentVBox/VBoxContainer