button system

This commit is contained in:
Rendo 2026-01-25 00:15:46 +05:00
commit 4ba69a6834
5 changed files with 62 additions and 1 deletions

4
src/card/drag.rs Normal file
View file

@ -0,0 +1,4 @@
use bevy::prelude::*;
#[derive(Component)]
pub struct DraggableCard;