Skip to content

Commit

Permalink
fix card_base_red filename
Browse files Browse the repository at this point in the history
  • Loading branch information
syuribox authored Nov 30, 2023
1 parent ccc0cca commit a2f450f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game_airis.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function preload() {
img_temp[58] = loadImage('./img/058_clear_coin.png');
img_temp[60] = loadImage('./img/060_green_orge.png');
img_card[0] = loadImage('./img/card_base_green.png');
img_card[1] = loadImage('./img/card_base_red');
img_card[1] = loadImage('./img/card_base_red.png');
};
const card_base = [
//name, img, _hp, at, def,hit agi skill
Expand Down Expand Up @@ -666,4 +666,4 @@ function text_futi(str, x, y, color_str, color_futi){
text(str, x+1, y+1);
fill(color_str);
text(str, x, y);
}
}

0 comments on commit a2f450f

Please sign in to comment.