reorg app db

This commit is contained in:
kepler155c@gmail.com
2018-12-26 04:01:11 -05:00
parent 8b354549cc
commit 0a2a3c06dc
9 changed files with 62 additions and 30 deletions

32
neural/etc/apps.db Normal file
View File

@@ -0,0 +1,32 @@
{
[ "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",
},
[ "Sensor" ] = {
title = "Sensor",
category = "Neural",
run = "Entities.lua",
},
[ "Scanner" ] = {
title = "Scanner",
category = "Neural",
run = "Scanner.lua",
},
}