File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Examples
96
96
```
97
97
GameController.init();
98
98
```
99
- ![ http://clay.io/images/controller/1.png ] (GamePad 1 )
99
+ ![ GamePad 1 ] ( http://clay.io/images/controller/1.png )
100
100
101
101
** Joystick on left, 1 button on right**
102
102
```
@@ -120,7 +120,7 @@ GameController.init( {
120
120
}
121
121
} );
122
122
```
123
- ![ http://clay.io/images/controller/2.png ] (GamePad 2 )
123
+ ![ GamePad 2 ] ( http://clay.io/images/controller/2.png )
124
124
125
125
** Joysticks on both sides**
126
126
```
@@ -145,7 +145,7 @@ GameController.init( {
145
145
}
146
146
});
147
147
```
148
- ![ http://clay.io/images/controller/3.png ] (GamePad 3 )
148
+ ![ GamePad 3 ] ( http://clay.io/images/controller/3.png )
149
149
150
150
** Two large buttons at bottom**
151
151
```
@@ -162,7 +162,7 @@ GameController.init( {
162
162
right: false
163
163
} );
164
164
```
165
- ![ http://clay.io/images/controller/4.png ] (GamePad 4 )
165
+ ![ GamePad 4 ] ( http://clay.io/images/controller/4.png )
166
166
167
167
These examples are just the start - the customization allows for quite a bit to be done,
168
168
and of course, the code can always be edited as well.
You can’t perform that action at this time.
0 commit comments