Fix scroll wheel zoom, persist zoom, consolidate player scripts, and migrate GEMINI.md to .agents/AGENTS.md
Deploy Promiscuity Auth API / deploy (push) Successful in 1m23s
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 1m1s
Deploy Promiscuity Locations API / deploy (push) Successful in 1m2s
Deploy Promiscuity Mail API / deploy (push) Successful in 1m2s
Deploy Promiscuity World API / deploy (push) Successful in 59s
k8s smoke test / test (push) Successful in 20s

This commit is contained in:
2026-06-22 20:07:39 -05:00
parent 3b21cf3182
commit 7f21b40d93
7 changed files with 42 additions and 285 deletions
@@ -1,6 +1,7 @@
extends Node
var _requested_spawn_name: StringName = &""
var camera_zoom_dist: float = 3.0
func request_spawn(spawn_name: StringName) -> void: