mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
fix
This commit is contained in:
parent
dac475f067
commit
3a01c1c480
@ -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(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user