Files
tower-defense-prototype/game/math2d.odin
T

7 lines
46 B
Odin

package game
Vec2 :: struct {
x, y: f32,
}