store rendered tile as entity rather than raw Paragraph

This commit is contained in:
Tao Tien 2026-01-13 03:32:08 -08:00
parent 9b99dad50b
commit 4112edbf2a
12 changed files with 63 additions and 47 deletions

View file

@ -1,6 +1,6 @@
use bevy::prelude::*;
use crate::tiles::*;
use crate::tile::*;
#[derive(Component)]
pub(crate) struct Dice(u8, u8);