gui stuff

gui stuff
This commit is contained in:
FantasyPvP
2023-11-22 00:36:23 +00:00
parent 7f81232556
commit 1d08240981
4 changed files with 90 additions and 28 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ impl Element {
#[derive(Clone)]
pub struct ColouredElement {
frame: Vec<Vec<ScreenChar>>,
dimensions: (u8, u8)
pub frame: Vec<Vec<ScreenChar>>,
pub dimensions: (u8, u8)
}
impl ColouredElement {