Merge branch 'develop' into redistributable

This commit is contained in:
DecDuck
2025-10-29 20:57:31 +11:00
13 changed files with 1179 additions and 81 deletions

View File

@ -72,7 +72,7 @@
{{ $t("store.images") }}
</h2>
<div class="relative">
<VueCarousel :items-to-show="1">
<VueCarousel :items-to-show="1" :wrap-around="true">
<VueSlide
v-for="image in game.mImageCarouselObjectIds"
:key="image"