Adding inventory microservice
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 7s

This commit is contained in:
2026-03-15 10:21:49 -05:00
parent 9809869cbe
commit 9a7d6544ef
27 changed files with 1483 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ extends Node3D
const CHARACTER_API_URL := "https://pchar.ranaze.com/api/Characters"
@export var tile_size := 4.0
@export var tile_size := 16.0
@export var block_height := 1.0
@export_range(1, 8, 1) var tile_radius := 3
@export var tracked_node_path: NodePath