mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-30 23:01:34 +00:00
fix: render.js
This commit is contained in:
parent
1d29f27252
commit
06857dff02
@ -7,7 +7,7 @@ const render = {
|
||||
name: 'ship waifu~',
|
||||
root: 'render/al/',
|
||||
// 001.png ~ 038.png
|
||||
array: Array.apply(null, { length: 50 }).map((_, i) => `${('00' + (i + 1)).slice(-3)}.png`)
|
||||
array: Array.apply(null, { length: 38 }).map((_, i) => `${('00' + (i + 1)).slice(-3)}.png`)
|
||||
},
|
||||
miku: {
|
||||
name: 'miku ❤️~',
|
||||
|
Loading…
Reference in New Issue
Block a user