diff --git a/examples/tetris/tetris.v b/examples/tetris/tetris.v index 6eb728a328..aa2b1d2d50 100644 --- a/examples/tetris/tetris.v +++ b/examples/tetris/tetris.v @@ -10,6 +10,8 @@ import gg import glfw import math +asdf + const ( BlockSize = 20 // pixels FieldHeight = 20 // # of blocks