Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Sep 8, 2023
1 parent 0cfb6dd commit 60b3736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/action_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::{
},
ui_color::TRANSPARENT_BACKGROUND,
Action, AfterUpdate, Currency, TaipoState, TowerSelection,
/* XXX */ FONT_SIZE_ACTION_PANEL,
};

pub struct ActionPanelPlugin;
Expand All @@ -28,6 +27,8 @@ impl Plugin for ActionPanelPlugin {
}
}

pub static FONT_SIZE_ACTION_PANEL: f32 = 32.0;

#[derive(Resource, Default)]
pub struct ActionPanel {
actions: Vec<ActionPanelItem>,
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ mod util;
mod wave;

pub static FONT_SIZE: f32 = 32.0;
pub static FONT_SIZE_ACTION_PANEL: f32 = 32.0;
pub static FONT_SIZE_INPUT: f32 = 32.0;
pub static FONT_SIZE_LABEL: f32 = 24.0;

Expand Down

0 comments on commit 60b3736

Please sign in to comment.