Initial card => tilemap

This commit is contained in:
Patrick Gelvin
2025-08-27 07:47:11 -07:00
parent c81d17ce31
commit 37cb394bf5
9 changed files with 464 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
use bevy::prelude::*;
pub mod map;
pub mod player;
/// Data component for info about the player's current set of cards.
///