Skip to content

Commit a77112d

Browse files
committed
update examples
1 parent d54f665 commit a77112d

File tree

54 files changed

+15
-18435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+15
-18435
lines changed

example/basic-anim/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Anim - Stage.js</title>

example/basic-drawing/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Drawing - Stage.js</title>

example/basic-example/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Example - Stage.js</title>

example/basic-grid/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Grid - Stage.js</title>

example/basic-layout/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Layout - Stage.js</title>

example/basic-matrix/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Matrix - Stage.js</title>

example/basic-mouse/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Mouse - Stage.js</title>

example/basic-package/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Package - Stage.js</title>

example/basic-package/package/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Package - Stage.js</title>

example/basic-pinwheel/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Stage(function(stage) {
1616

1717
Stage({
1818
name : 'pinwheel',
19-
image : 'pinwheel.png',
19+
image : './pinwheel.png',
2020
});

example/basic-pinwheel/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Pinwheel - Stage.js</title>

example/basic-row-fix/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Row - Stage.js</title>

example/basic-row/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Row - Stage.js</title>

example/basic-stretch/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Stretch - Stage.js</title>

example/basic-string/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>String - Stage.js</title>

example/basic-tile/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Tile - Stage.js</title>

example/basic-tween/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>Tween - Stage.js</title>

example/basic-window/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!DOCTYPE html>
21
<html><head>
32

43
<title>String - Stage.js</title>

0 commit comments

Comments
 (0)