[templates] Change the template ordering to put command based first (#3863)

Previously it was a bit buried.
This commit is contained in:
Peter Johnson
2022-01-04 21:23:57 -08:00
committed by GitHub
parent b09f5b2cf2
commit 05d66f862d
2 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,15 @@
[
{
"name": "Command Robot",
"description": "Command style",
"tags": [
"Command"
],
"foldername": "commandbased",
"gradlebase": "java",
"mainclass": "Main",
"commandversion": 2
},
{
"name": "Timed Robot",
"description": "Timed style",
@@ -35,13 +46,14 @@
"commandversion": 2
},
{
"name": "Command Robot",
"description": "Command style",
"name": "Romi - Command Robot",
"description": "Romi - Command style",
"tags": [
"Command"
"Command",
"Romi"
],
"foldername": "commandbased",
"gradlebase": "java",
"foldername": "romicommandbased",
"gradlebase": "javaromi",
"mainclass": "Main",
"commandversion": 2
},
@@ -57,18 +69,6 @@
"mainclass": "Main",
"commandversion": 2
},
{
"name": "Romi - Command Robot",
"description": "Romi - Command style",
"tags": [
"Command",
"Romi"
],
"foldername": "romicommandbased",
"gradlebase": "javaromi",
"mainclass": "Main",
"commandversion": 2
},
{
"name": "Educational Robot",
"description": "Educational Robot - Not for competition use",