Small hand rework, simplest cards shuffle

This commit is contained in:
Rendo 2026-01-26 00:48:56 +05:00
commit 1f389f5285
5 changed files with 90 additions and 31 deletions

3
src/grid.rs Normal file
View file

@ -0,0 +1,3 @@
use bevy::prelude::*;
pub struct GridPlugin;