Removed global physics. Changed "angle" to "heading".
commitf2200abb0ccb92043a6c21f963ecd5e10b37c7ee
authorBrett Lajzer <brett@brettlajzer.com>
Thu, 11 Oct 2007 16:34:41 +0000 (11 12:34 -0400)
committerBrett Lajzer <brett@brettlajzer.com>
Thu, 11 Oct 2007 16:34:41 +0000 (11 12:34 -0400)
tree4f6f4f295441869f7ae2201929ff33ca11ab4f80
parentda45f29315822d768056e06791141cf7db74e5e5
Removed global physics. Changed "angle" to "heading".

While heading is still not descriptive enough because it
normally implies 0 degress to be toward the top of the screen,
it's far better than angle, which gets confused with rotation.
17 files changed:
base/Object.lua
demos/luashooter/scripts/enemies/soup_can.lua
demos/luashooter/scripts/enemies/swooper.lua
demos/luashooter/scripts/enemy.lua
demos/luashooter/scripts/levels/level1.lua
demos/luashooter/scripts/player.lua
demos/tutorial/scripts/MyObj.lua
demos/tutorial/scripts/main.lua
doc/basic_tutorial.html
doc/basic_tutorial.txt
doc/class_eventmanager.html
doc/class_fpsmanager.html
doc/class_object.html
doc/class_objectlist.html
doc/fun_ref.html
doc/index.html
doc/index.txt