Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

About Vector #38

Closed Bowarc closed 11 months ago

Bowarc commented 11 months ago

Last commit at the time: bad34dd

The current problem is that Anchor are not using the size of the element so it's fucked.

Imo the easy fix is to make a Rect struct (+ keep a way to store 2d Value like current Vector)

But the Rect struct would include the size in it's new_anchor's operation