in-game cheat/debug menu
This commit is contained in:
parent
7460ddee05
commit
0ef3a51e56
5 changed files with 82 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue