Skip to content

Commit

Permalink
Uodate
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiyi committed Aug 16, 2015
1 parent 71c0bba commit 2b0ec5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added img_bk-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions sketch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var img;
var img1,img2,img3,img4,img5,img6,img7,img8,img9,img10,img11,img12;
var fTitle;
var tName,tSay,camX,camY,camOffsetX,camOffsetY,yearX,nBtn;

Expand All @@ -8,16 +8,15 @@ function preload() {
img2 = loadImage("coscup-02.png");
img3 = loadImage("coscup-03.png");
img4 = loadImage("coscup-04.png");
img5 = loadImage("coscup-05.png");
img6 = loadImage("coscup-06.png");
img5 = loadImage("coscup-06.png");
img6 = loadImage("coscup-05.png");
img7 = loadImage("coscup-07.png");
img8 = loadImage("coscup-08.png");
img9 = loadImage("coscup-09.png");
img10 = loadImage("coscup-10.png");
img11 = loadImage("coscup-11.png");
img12 = loadImage("coscup-11.png");


imgBK = loadImage("img_bk-01.png");
// fTitle = loadFont("NotoSansCJKtc-Bold.otf");
}

Expand Down Expand Up @@ -58,6 +57,7 @@ function setup() {
}
var displayName,displaySay,displayX,displayY,ofX,ofY;
function draw() {

displayName = tName.value();
displaySay = tSay.value();
displayX = camX.value();
Expand Down

0 comments on commit 2b0ec5c

Please sign in to comment.