jong/src/tui/render/mod.rs

9 lines
137 B
Rust
Raw Normal View History

2026-01-13 04:11:09 -08:00
use bevy::prelude::*;
2026-01-11 22:32:30 -08:00
pub(crate) mod hand;
pub(crate) mod ingame;
pub(crate) mod tile;
2026-01-13 04:11:09 -08:00
#[derive(Component)]
pub(crate) struct Hovered;