refac: playground pos and ball color

This commit is contained in:
Kylin_on_Mac
2023-09-22 15:19:14 +08:00
parent 628a7678e1
commit 8129c284bd
3 changed files with 23 additions and 37 deletions

View File

@ -43,27 +43,6 @@
"max": 30,
"default": 10,
"help": "set the score to win this game "
},
{
"name": "color",
"verbose": "矩形顏色",
"type": "str",
"choices": [
{
"verbose": "CYAN",
"value": "00BCD4"
},
{
"verbose": "YELLOW",
"value": "FFEB3B"
},
{
"verbose": "ORANGE",
"value": "FF9800"
}
],
"help": "set the color of rectangle",
"default": "00BCD4"
}
]
}