feat: 1995
This commit is contained in:
commit
fb89263930
69 changed files with 3359 additions and 0 deletions
2
engine/math/Vec2.ts
Normal file
2
engine/math/Vec2.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/** 2D vector, used for texture coordinates. */
|
||||
export type Vec2 = { x: number; y: number }
|
||||
Loading…
Add table
Add a link
Reference in a new issue