mirror of
https://github.com/danbulant/heaventaker
synced 2026-06-19 22:51:50 +00:00
Fix missing first art and background
This commit is contained in:
parent
5f6bdcfab6
commit
64bf82efba
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@
|
|||
$: character = characters.find(c => c.name === d.character);
|
||||
|
||||
var art;
|
||||
$: art = d.character_art || d.pose ? character.poses[d.pose] : character.art;;
|
||||
var background;
|
||||
$: background = d.background;
|
||||
|
||||
function asleep(ms) {
|
||||
return new Promise((resolve) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue