mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: new create_image() (part 1)
This commit is contained in:
parent
d56d622a43
commit
fb4550e582
2 changed files with 144 additions and 72 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue