1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

CI test: break tetris

This commit is contained in:
Alexander Medvednikov 2019-06-26 21:24:47 +02:00
parent 876715dd2a
commit fcf60306c4

View File

@ -10,6 +10,8 @@ import gg
import glfw import glfw
import math import math
asdf
const ( const (
BlockSize = 20 // pixels BlockSize = 20 // pixels
FieldHeight = 20 // # of blocks FieldHeight = 20 // # of blocks