Created a test obstacle to test collisions with.
[urggr.git] / src / urggr_package / urggr_package.lua
blob986f9a78ec515320ac5afefe97257f81c8bd4339
1 --[[
2 Urggr - An horizontal scrolling shoot'em up.
3 Copyright 2008 Antoine Chavasse <a.chavasse@gmail.com>
5 This file is part of Urggr.
7 Urggr is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 3
9 as published by the Free Software Foundation.
11 Urggr is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 --]]
19 module( "urggr", package.seeall )
21 dofile '${LUA_PACKAGE_INSTALL_PATH}/mainmenu.lua'
22 dofile '${LUA_PACKAGE_INSTALL_PATH}/game.lua'
23 dofile '${LUA_PACKAGE_INSTALL_PATH}/level.lua'
24 dofile '${LUA_PACKAGE_INSTALL_PATH}/gameobject.lua'
25 dofile '${LUA_PACKAGE_INSTALL_PATH}/camera.lua'
26 dofile '${LUA_PACKAGE_INSTALL_PATH}/ship.lua'
27 dofile '${LUA_PACKAGE_INSTALL_PATH}/playership.lua'
28 dofile '${LUA_PACKAGE_INSTALL_PATH}/test_obstacle.lua'