Skip to content

Commit

Permalink
更改背景
Browse files Browse the repository at this point in the history
  • Loading branch information
jwj1342 committed Jun 6, 2022
1 parent 3ae8d48 commit 527f7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ void banner_img() {
//banner_y = banner.getheight();
putimage(0, 0, &banner);
IMAGE sign;
loadimage(&sign, "./img/sign.jpg", 120, 66);
//loadimage(&sign, "./img/sign.jpg", 120, 66);
//banner_x = banner.getwidth();
//banner_y = banner.getheight();
putimage(1080, 600, &sign);
//putimage(1080, 600, &sign);
}
void setallbox() {
bottom(x, y, 150, 50, "加法", 20);
Expand Down

0 comments on commit 527f7ca

Please sign in to comment.