23 lines
427 B
Plaintext
23 lines
427 B
Plaintext
{
|
|
[ "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",
|
|
},
|
|
}
|