Skip to content

Commit

Permalink
Upgraded to use new engine version.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvroman committed Feb 23, 2019
1 parent 1e983f0 commit abbf2dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"namorvtech": "^1.0.1",
"namorvtech": "2.0.2",
"typescript": "^3.3.3"
}
}
4 changes: 2 additions & 2 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// NOTE: To reference the engine on disk instead of the package, comment
// the first reference and uncomment the second.

/// <reference path="../node_modules/namorvtech/dist/NTMain.d.ts" />
///// <reference path="../../namorvtech/dist/NTMain.d.ts" />
///// <reference path="../node_modules/namorvtech/dist/NTMain.d.ts" />
/// <reference path="../../namorvtech/dist/NTMain.d.ts" />

var test = "";

Expand Down
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>NamorvTech Game Engine</title>
<script type="text/javascript" src="NTMain.js"></script>
<script type="text/javascript" src="testgame.js"></script>
<style type="text/css">
html, body {
padding: 0;
Expand Down

0 comments on commit abbf2dc

Please sign in to comment.