diff options
author | Joop Kiefte <ikojba@gmail.com> | 2020-09-20 09:44:21 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2020-09-20 09:44:21 +0200 |
commit | de36bfd4aecb683c128fb4294de545317fc0edab (patch) | |
tree | 1a33dd93d772fda98533565ea5c416606961fa2a /main.go | |
parent | f8ec632ce36fa33aadfb28f515ac585b45118179 (diff) |
Fix nextbox colors
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ func main() { slines := fmt.Sprintf("lines %d", linescleared) if !harddrop { fpos(0, 0, f.Add(p)) - next := tris.NewField(20, 4) + var next tris.Field b, next = b.Next(5) npos(0, 24, next) ppos(1, 32, sscore) |