reorg app db
This commit is contained in:
32
neural/etc/apps.db
Normal file
32
neural/etc/apps.db
Normal 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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user