clean up tile rendering

This commit is contained in:
Crispy 2024-10-05 15:18:41 +02:00
parent 86548a8b0d
commit 5a23dde43a
5 changed files with 14 additions and 35 deletions

View file

@ -1,5 +1,3 @@
use std::collections::HashMap;
use raylib::prelude::*;
pub mod board;