Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Menu
Projects
Groups
Snippets
Get a free trial
Sign up
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Terence Martin
ts-game-engine
Commits
934f560b
Commit
934f560b
authored
May 24, 2016
by
Terence Martin
Browse files
Switch to release 0.3.1
This officially bumps the engine version number up.
parent
1261a443
Changes
7
Hide whitespace changes
Inline
Side-by-side
collide-test.html
View file @
934f560b
...
...
@@ -120,7 +120,7 @@
<script
src=
"bootstrap/assets/js/jquery.min.js"
></script>
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"bootstrap/assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"js/engine-0.3.
0
.js"
></script>
<script
src=
"js/engine-0.3.
1
.js"
></script>
<script
src=
"js/collide-test.js"
></script>
</body>
</html>
index.html
View file @
934f560b
...
...
@@ -111,7 +111,7 @@
<script
src=
"bootstrap/assets/js/jquery.min.js"
></script>
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"bootstrap/assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"js/engine-0.3.
0
.js"
></script>
<script
src=
"js/engine-0.3.
1
.js"
></script>
<script
src=
"js/game.js"
></script>
</body>
</html>
js/engine-0.3.
0
.d.ts
→
js/engine-0.3.
1
.d.ts
View file @
934f560b
File moved
js/engine-0.3.
0
.js
→
js/engine-0.3.
1
.js
View file @
934f560b
File moved
ts/collide-test/tsconfig.json
View file @
934f560b
...
...
@@ -8,7 +8,7 @@
"outFile"
:
"../../js/collide-test.js"
},
"files"
:
[
"../../js/engine-0.3.
0
.d.ts"
,
"../../js/engine-0.3.
1
.d.ts"
,
"main.ts"
]
}
ts/engine/tsconfig.json
View file @
934f560b
...
...
@@ -5,7 +5,7 @@
"noImplicitAny"
:
false
,
"declaration"
:
true
,
"sourceMap"
:
false
,
"outFile"
:
"../../js/engine-0.3.
0
.js"
"outFile"
:
"../../js/engine-0.3.
1
.js"
},
"files"
:
[
"nurdz.ts"
,
...
...
ts/game/tsconfig.json
View file @
934f560b
...
...
@@ -8,7 +8,7 @@
"outFile"
:
"../../js/game.js"
},
"files"
:
[
"../../js/engine-0.3.
0
.d.ts"
,
"../../js/engine-0.3.
1
.d.ts"
,
"main.ts"
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment