This commit is contained in:
martyTF 2026-06-20 15:30:20 +02:00
parent 5ebdddac06
commit c1780bf26f
3 changed files with 64 additions and 0 deletions

View file

@ -45,6 +45,9 @@
mountTownSquare(document.getElementById("townsquare-root"), {
serverOrigin: "https://townsquare.cauenapier.com",
siteKey: "site_hOHNcG3sZU7FM_c1",
scene: { "benches": 2, "benchXs": [0.33, 0.72], "trees": 6, "treeXs": [0.1, 0.3, 0.4, 0.6, 0.7, 0.8], "lamps": 2, "lampXs": [0.33, 0.72], "birds": 18 },
connections: [{ "side": "left", "label": "Town Square", "url": "https://townsquare.cauenapier.com/" }],
theme: "host"
});
</script>
</div>