Commit 6a8bee70 authored by wildfirecode's avatar wildfirecode

egret相关文件移入egret文件夹

parent 1d33f6f5
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080/egret/index.html",
"webRoot": "${workspaceFolder}"
}
]
}
\ No newline at end of file
File added
......@@ -38,7 +38,7 @@
<script src="libs/modules/promise/promise.js"></script>
<script src="libs/zepto.min.js"></script>
<script src="libs/security.js"></script>
<script src="libs/physics/physics.min.js"></script>
<script src="libs/physics.min.js"></script>
<!-- <script src="default.thm.js"></script> -->
<script src="output.js"></script>
<script>
......
import { ExmlPlugin } from "built-in";
import { ExmlPlugin2 } from "./ExmlPlugin2";
/**
......
{
"compilerOptions": {
"module": "commonjs",
"module": "es6",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
......
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