Mercurial > games > semicongine
comparison examples/E04_input.nim @ 732:dcc12ab20a91
did: fix API changes broke examples
| author | Sam <sam@basx.dev> |
|---|---|
| date | Tue, 30 May 2023 16:58:35 +0700 |
| parents | 5f7ec8d1bd33 |
| children | a4c757f5d17f |
comparison
equal
deleted
inserted
replaced
| 731:c12b11a5f112 | 732:dcc12ab20a91 |
|---|---|
| 1 import std/enumerate | 1 import std/enumerate |
| 2 import std/typetraits | 2 import std/typetraits |
| 3 import std/math | 3 import std/math |
| 4 | 4 |
| 5 import semicongine | 5 import ../src/semicongine |
| 6 | 6 |
| 7 const | 7 const |
| 8 arrow = @[ | 8 arrow = @[ |
| 9 newVec3f(-1, -1), | 9 newVec3f(-1, -1), |
| 10 newVec3f(1, -1), | 10 newVec3f(1, -1), |
