David1Socha / number-nibbler

A basic math-based children's game. Made in the Love2D framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scale grid elements based on box size

David1Socha opened this issue · comments

Player, enemy, flies, etc. should scale on box_size, which itself is based on the minimum of width or height. This should make things look better at extreme resolutions

Done