Skip to content

Instantly share code, notes, and snippets.

@Slashin8r
Slashin8r / 1aTabOrder
Last active December 19, 2015 13:29
RPGenerator Release v0.7.23 -Make your own RPG in Codea by Slashin8r
RPGenerator Tab Order Version: 0.7.23
------------------------------
This file should not be included in the Codea project.
#ChangeLog
#Characters
#Events
#GenerateMap
#GenerateMap2
#Icons
#Main
@Slashin8r
Slashin8r / Main.lua
Last active December 19, 2015 13:29
RPGenerator AutoInstall
--# Main
--RPGenerator Single Install
--Installer created by @Briarfox
--- This will pull the RPGenerator project into Codea for you
-- Instructions:
-- * Create a new project in Codea named RPGenerator If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "RPGenerator"
-- * 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
@Slashin8r
Slashin8r / Main.lua
Last active December 19, 2015 17:38
RPG AutoInstall
--# Main
--RPG Single Install
--Installer created by @Briarfox
--- This will pull the RPG project into Codea for you
-- Instructions:
-- * Create a new project in Codea named RPG If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "RPG"
-- * 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
@Slashin8r
Slashin8r / 1aTabOrder
Last active December 19, 2015 17:38
RPG Release v0.5.0 -Make your own RPG in Codea by Slashin8r
RPG Tab Order Version: 0.5.0
------------------------------
This file should not be included in the Codea project.
#Characters
#Events
#Images
#Items
#Main
#Map1
#Map2
@Slashin8r
Slashin8r / 1aTabOrder
Created July 17, 2013 14:25
SpriteMaker Release v1.0.0 -Modified version of Spritely
SpriteMaker Tab Order Version: 1.0.0
------------------------------
This file should not be included in the Codea project.
#ColorTray
#EditGrid
#Frame
#IconButton
#IconImages
#InfoScreen
#LoadScreen
@Slashin8r
Slashin8r / 1aTabOrder
Created July 21, 2013 15:05
CiderControls Release v1.6.5 -
CiderControls Tab Order Version: 1.6.5
------------------------------
This file should not be included in the Codea project.
#Frame
#Control
#Dial
#Doughnut
#CheckBox
#Dialog
#ColorSelector
@Slashin8r
Slashin8r / Main.lua
Created July 21, 2013 15:07
CiderControls AutoInstall
--# Main
--CiderControls Single Install
--Installer created by @Briarfox
--- This will pull the CiderControls project into Codea for you
-- Instructions:
-- * Create a new project in Codea named CiderControls If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "CiderControls"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)