View 3DSnow.lua
--# Main | |
-- 3D Snow | |
function setup() | |
displayMode(OVERLAY) | |
displayMode(FULLSCREEN) | |
parameter.watch("FPS") | |
parameter.boolean("camOrtho", false) | |
parameter.number("timeSpeed", 0, 8, 1) |
View gist:91b315bfebc40c2a3e98
--# Main | |
--Dungeon ver 1.06 alpha | |
--navigation | |
--touch left 1/3 of screen to turn left, right 1/3 of screen to turn right | |
--touch top 1/3 of screen to move forward, bottom 1/3 of screen to go backwards | |
--double tap left or right to turn 90 degrees | |
--touch centre of screen to stop | |
--touching multiple times speeds up |
View 1aTabOrder
Chat Room Tab Order Version: 0.0.34 | |
------------------------------ | |
This file should not be included in the Codea project. | |
#ChangeLog | |
#Main | |
#Log | |
#Server |
View Main.lua
--# Main | |
--Battle Tactic Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Battle Tactic project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Battle Tactic If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Battle Tactic" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
View Main.lua
--# Main | |
--Battle Tactic Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Battle Tactic project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Battle Tactic If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Battle Tactic" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
View Main.lua
--# Main | |
--SpritePicker Single Install | |
--Installer created by @Briarfox | |
--- This will pull the SpritePicker project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named SpritePicker If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "SpritePicker" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
View Main.lua
--# Main | |
--Fish Bowl Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Fish Bowl project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Fish Bowl If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Fish Bowl" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
View Main.lua
--# Main | |
--Fish Bowl Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Fish Bowl project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Fish Bowl If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Fish Bowl" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
View Main.lua
--# Main | |
--Fish Bowl Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Fish Bowl project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Fish Bowl If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Fish Bowl" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
View Main.lua
--# Main | |
--10Life 2 Single Install | |
--Installer created by @Briarfox | |
--- This will pull the 10Life 2 project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named 10Life 2 If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "10Life 2" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) |
NewerOlder