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
Matrix Tab Order | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Main | |
#mpilgrem | |
#Zoyt | |
#IPad41001 |
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
--AutoGist Single Install | |
--Installer created by @Briarfox | |
--- This will pull the AutoGist project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named AutoGist. | |
--This is case sensitive | |
ProjectName = "AutoGist" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Make sure there is a single tab in the project | |
-- * Run and wait for success! |
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
--StatusBar Single Install | |
--Installer created by @Briarfox | |
--- This will pull the StatusBar project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named test If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "StatusBar" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Make sure there is a single tab in the project |
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
--Original Code from Jvm38 | |
------CLOCK CLASS | |
Clock = class() | |
function Clock:init(x,y) | |
-- you can accept and set parameters here | |
--parameter.integer("fpsVisible",0,1,1) | |
-- you can accept and set parameters here | |
self.x = x |
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
--AutoGist Single Install | |
--Installer created by @acp edited by @Briarfox | |
--- This will pull the AutoGist project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named AutoGist If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "AutoGist" --Do not change this or else AutoGist will not work | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Run, run again, |
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
AutoGist Tab Order Version: 2.2.8 | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Main | |
#Gist | |
#Installer | |
#json | |
#Base64 | |
#UpdateChecker | |
#ChangeLog |
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 |
NewerOlder