Private
Public Access
1
0

add Sprechblasen
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m21s

This commit is contained in:
Sebastian Unterschütz
2025-11-30 19:00:59 +01:00
parent 61e82e0dba
commit 56dd8db9a3
2 changed files with 83 additions and 17 deletions

View File

@@ -57,6 +57,7 @@ type ActiveObstacle struct {
Y float64 `json:"y"`
Width float64 `json:"w"`
Height float64 `json:"h"`
Speech string `json:"speech,omitempty"`
}
type ActivePlatform struct {