fix(front): set backgroundAlpha to 0 in Pixi component for improved rendering

This commit is contained in:
keven1024
2025-07-28 18:22:36 +08:00
parent 8392b26455
commit 13cbf5e5ed

View File

@@ -40,7 +40,7 @@ defineExpose({
<template>
<div ref="containerRef" class="w-full h-full">
<Application :width="width" :height="height" :resolution="resolution" ref="app" autoDensity antialias>
<Application :width="width" :height="height" :resolution="resolution" ref="app" autoDensity antialias :backgroundAlpha="0">
<slot />
</Application>
</div>