updated ebiten version from 2.7.9 to 2.9.9
This commit is contained in:
+5
-5
@@ -141,11 +141,11 @@ const (
|
||||
KeySlash
|
||||
KeySpace
|
||||
KeyTab
|
||||
KeyReserved0
|
||||
KeyReserved1
|
||||
KeyReserved2
|
||||
KeyReserved3
|
||||
KeyMax = KeyReserved3
|
||||
KeyAlt
|
||||
KeyControl
|
||||
KeyShift
|
||||
KeyMeta
|
||||
KeyMax = KeyMeta
|
||||
)
|
||||
|
||||
func (k Key) String() string {
|
||||
|
||||
Reference in New Issue
Block a user