This commit is contained in:
Artem 2023-04-29 21:51:46 +02:00
parent dac475f067
commit 3a01c1c480

View File

@ -14,7 +14,7 @@
autoStart: true, autoStart: true,
backgroundAlpha: 0, backgroundAlpha: 0,
width: 900, width: 900,
height: 1000 height: 900
}); });
model = await Live2DModel.from("https://cdn.arti3.dev/live2d/ram/ram.model3.json"); model = await Live2DModel.from("https://cdn.arti3.dev/live2d/ram/ram.model3.json");
@ -22,7 +22,7 @@
model.scale.set(0.45); model.scale.set(0.45);
model.x = -600 model.x = -600
model.y = -40 model.y = -70
}); });
onDestroy(() => { onDestroy(() => {