in-game cheat/debug menu

This commit is contained in:
Llywelwyn 2023-08-13 13:43:16 +01:00
parent 7460ddee05
commit 0ef3a51e56
5 changed files with 82 additions and 8 deletions

View file

@ -6,8 +6,10 @@ use super::{
use rltk::{Rltk, VirtualKeyCode, RGB};
use specs::prelude::*;
use std::collections::BTreeMap;
mod cheat_menu;
mod letter_to_option;
mod tooltip;
pub use cheat_menu::*;
pub fn draw_lerping_bar(
ctx: &mut Rltk,