Skip to content

Commit

Permalink
modify folder name, replace ‘_’ to ‘-’ .
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivenyang committed Jan 10, 2014
1 parent 19ac370 commit a38428a
Show file tree
Hide file tree
Showing 624 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ You are almost complete the procedure. The last step is test the class, let's ch

### Test

There is a **myApp.js** file at **Resources/src**. Add following codes in **onEnter** function of **MyScene**:
There is a **myApp.js** file at **Resources/res**. Add following codes in **onEnter** function of **MyScene**:

```
var MyScene = cc.Scene.extend({
Expand Down Expand Up @@ -242,4 +242,4 @@ var MyScene = cc.Scene.extend({
If you see following result in output windows, congratulations you made it!


![logInfo](src/logInfo.png)
![logInfo](res/logInfo.png)
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ JSB_XObject_createClass(cx, myBinding, "XObject");

### 四、测试

打开**Resources/src**文件夹下的**myApp.js**文件。在**MyScene****onEnter**方法中添加如下代码:
打开**Resources/res**文件夹下的**myApp.js**文件。在**MyScene****onEnter**方法中添加如下代码:

```
var MyScene = cc.Scene.extend({
Expand All @@ -264,4 +264,4 @@ var MyScene = cc.Scene.extend({

如果绑定成功,将会获得如下显示:

![logInfo](src/logInfo.png)
![logInfo](res/logInfo.png)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a38428a

Please sign in to comment.