Added phaser build and hellophaser sample
This commit is contained in:
10
resources/Project Templates/RequireJS/index.html
Normal file
10
resources/Project Templates/RequireJS/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>hello phaser-requirejs</title>
|
||||
<script data-main="src/main" src="src/libs/requirejs/require.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user