Begin a Card module for handling the tile parts

This commit is contained in:
2025-08-22 18:30:56 -05:00
parent 393473c6f9
commit 5dcae119f0
2 changed files with 159 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
use bevy::{prelude::*, window::WindowResolution};
use bevy_inspector_egui::{bevy_egui::EguiPlugin, quick::WorldInspectorPlugin};
mod card;
fn main() {
App::new()
.add_plugins(DefaultPlugins.set(WindowPlugin {