mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples/tetris: use better unique colors, implement game over/pause
This commit is contained in:

committed by
Alexander Medvednikov

parent
49205dcce3
commit
4760fea489
@@ -35,7 +35,7 @@ import const (
|
||||
)
|
||||
|
||||
import const (
|
||||
GLFW_KEY_ENTER
|
||||
GLFW_KEY_SPACE
|
||||
GLFW_KEY_A
|
||||
GLFW_KEY_B
|
||||
GLFW_KEY_P
|
||||
@@ -49,7 +49,6 @@ import const (
|
||||
GLFW_KEY_Z
|
||||
GLFW_KEY_UP
|
||||
GLFW_KEY_DOWN
|
||||
GLFW_KEY_UP
|
||||
GLFW_KEY_LEFT
|
||||
GLFW_KEY_RIGHT
|
||||
GLFW_KEY_BACKSPACE
|
||||
|
Reference in New Issue
Block a user