Skip to content
This repository was archived by the owner on Dec 15, 2019. It is now read-only.

Commit 1ebcb9b

Browse files
JasperJasper
authored andcommitted
examples fixes
1 parent 2451d78 commit 1ebcb9b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

examples/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: default
33
title: PhysicsJS Examples
44
---
55

6+
# PhysicsJS Examples
7+
68
* [Showcase](./showcase.html)
79
* [Google Gravity](./google-gravity.html)
810
* [Spaceship Game](./spaceship)

examples/satnav.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/showcase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1 class="header"><a href="http://wellcaffeinated.net/PhysicsJS">Physics<span>J
5757
},[
5858
'jquery',
5959
'physicsjs',
60-
'./Satnav',
60+
'./satnav',
6161
'./demo-mouse-events',
6262
'./sims/simple',
6363
'./sims/newtonian',

examples/spaceship/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require(
44
baseUrl: './',
55
packages: [{
66
name: 'physicsjs',
7-
location: '../../dist/',
7+
location: 'http://wellcaffeinated.net/PhysicsJS/assets/scripts/vendor/physicsjs-0.5.2/',
88
main: 'physicsjs-0.5.2.min'
99
}]
1010
},

0 commit comments

Comments
 (0)