Crates.io | macroquad_grid |
lib.rs | macroquad_grid |
version | 0.1.1 |
source | src |
created_at | 2023-05-11 21:56:21.177074 |
updated_at | 2023-05-11 22:02:12.763949 |
description | grid to use with macroquad |
homepage | https://github.com/TheDinner22/macroquad_grid |
repository | https://github.com/TheDinner22/macroquad_grid |
max_upload_size | |
id | 862474 |
size | 29,184 |
feel like I put a lot of time into writing some good old doc comments so why don't you read those instead:
-- draw_rect takes in (x, y) as top left corner
-- draw_text takes in (x, y) as bottom left corner of text
the rect is below and to the right of the given xy pair the text is above and to the right of the given xy pair