mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: new create_image() (part 1)
This commit is contained in:
@ -19,7 +19,7 @@ const (
|
||||
win_width = block_size * field_width
|
||||
win_height = block_size * field_height
|
||||
timer_period = 250 // ms
|
||||
text_size = 12
|
||||
text_size = 24
|
||||
limit_thickness = 3
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user