Commit 6046baaa authored by wildfirecode13's avatar wildfirecode13

Update hello-world.md

parent 39a8dc77
......@@ -41,7 +41,7 @@ class Main extends egret.DisplayObjectContainer {
window['Main']=Main;
```
最后我们用下面的代码来启动引擎。
最后我们把下面的代码放入`main.js`尾部来启动引擎。
```js
egret.runEgret({
renderMode: "webgl", audioType: 0, calculateCanvasScaleFactor: function (context) {
......@@ -57,5 +57,5 @@ egret.runEgret({
```
## 运行代码
我们用chrome来运行`index.html`便可以看到在画布上出现了红色的`hello world`字样。运行结果如下图。
我们用chrome来运行`index.html`便可以看到在画布上出现了红色的`hello world`字样。运行结果如下图。完整的源码请见:http://gitlab2.dui88.com/wanghongyuan/egret-hello-world。
![avatar](http://yun.duiba.com.cn/db_games/game-development-tutorial/hello_egret.png)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment