mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: support transparency for rect/triangle/etc primitives too
This commit is contained in:
@ -87,7 +87,7 @@ const (
|
||||
]
|
||||
|
||||
background_color = gx.white
|
||||
ui_color = gx.red
|
||||
ui_color = gx.rgba(255,0,0, 210)
|
||||
)
|
||||
|
||||
// TODO: type Tetro [tetro_size]struct{ x, y int }
|
||||
|
Reference in New Issue
Block a user