mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fmt: remove inline comments (#19263)
This commit is contained in:
parent
3d2731fca7
commit
18e60e77de
50 changed files with 951 additions and 1034 deletions
|
@ -52,14 +52,14 @@ const (
|
|||
]
|
||||
// Each tetro has its unique color
|
||||
colors = [
|
||||
gx.rgb(0, 0, 0), /* unused ? */
|
||||
gx.rgb(255, 242, 0), /* yellow quad */
|
||||
gx.rgb(174, 0, 255), /* purple triple */
|
||||
gx.rgb(60, 255, 0), /* green short topright */
|
||||
gx.rgb(255, 0, 0), /* red short topleft */
|
||||
gx.rgb(255, 180, 31), /* orange long topleft */
|
||||
gx.rgb(33, 66, 255), /* blue long topright */
|
||||
gx.rgb(74, 198, 255), /* lightblue longest */
|
||||
gx.rgb(0, 0, 0), // unused ?
|
||||
gx.rgb(255, 242, 0), // yellow quad
|
||||
gx.rgb(174, 0, 255), // purple triple
|
||||
gx.rgb(60, 255, 0), // green short topright
|
||||
gx.rgb(255, 0, 0), // red short topleft
|
||||
gx.rgb(255, 180, 31), // orange long topleft
|
||||
gx.rgb(33, 66, 255), // blue long topright
|
||||
gx.rgb(74, 198, 255), // lightblue longest
|
||||
gx.rgb(0, 170, 170),
|
||||
]
|
||||
background_color = gx.white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue