refac: playground pos and ball color
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user