fix: details

This commit is contained in:
2026-04-04 14:47:03 +08:00
parent 39f5e6159c
commit aba035f2ec
3 changed files with 93 additions and 34 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default function App<TState extends Record<string, unknown>>(props: { gam
return (
<div className="flex flex-col h-screen">
<div className="flex-1 relative">
<PhaserGame>
<PhaserGame config={{ width: 640, height: 750 }}>
<PhaserScene sceneKey="GameScene" scene={scene.value} autoStart data={gameHost.value} />
</PhaserGame>
</div>