package management

This commit is contained in:
kepler155c
2018-11-03 18:14:11 -04:00
parent aa66b1c663
commit 1f7ef4a483
124 changed files with 1274 additions and 9 deletions

View File

@@ -0,0 +1,22 @@
{
[ "shootingGallery" ] = {
title = "Gallery",
category = "Neural",
run = "shootingGallery.lua",
},
[ "neuralFight" ] = {
title = "Fight",
category = "Neural",
run = "neuralFight.lua",
},
[ "neuralFly" ] = {
title = "Fly",
category = "Neural",
run = "neuralFly.lua",
},
[ "neuralRemote" ] = {
title = "Remote",
category = "Neural",
run = "neuralRemote.lua",
},
}