Adding scene teleporter
Deploy Promiscuity Auth API / deploy (push) Successful in 46s
Deploy Promiscuity Character API / deploy (push) Successful in 46s
Deploy Promiscuity Locations API / deploy (push) Successful in 46s
k8s smoke test / test (push) Successful in 8s

This commit is contained in:
2026-03-06 12:34:59 -06:00
parent 2850c26657
commit 0a8cf20de9
12 changed files with 229 additions and 286 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ func _on_select_button_pressed() -> void:
var character: Dictionary = _characters[index]
SelectedCharacter.set_character(character)
get_tree().change_scene_to_file("res://scenes/Levels/location_level.tscn")
get_tree().change_scene_to_file("res://scenes/Levels/transportation_level.tscn")
func _on_refresh_button_pressed() -> void:
_load_characters()