This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Class EnemyHorde | |
-- Speed Shooting Earth | |
-- A freesource game project using Codea and Google Maps | |
-- More games: xixgames.com | |
-- by @juaxix | |
-- 6/6/2012 | |
ENEMY_SPAWN_EASY = 0 | |
ENEMY_SPAWN_HARD = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------- | |
-- Include -- | |
-- Dynamically loads a codea tab or project into and -- | |
-- isolated enviroment or _G -- | |
-- Written by XanDDemoX -- | |
-- Version 1.01 -- | |
--------------------------------------------------------- | |
include = {} | |
-- create meta table | |
local includemeta = {} |