1
0
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:
Alexander Medvednikov
2020-08-01 23:40:25 +02:00
parent d56d622a43
commit fb4550e582
2 changed files with 144 additions and 72 deletions

View File

@ -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
)