This is going to be the last wad info window thingy

Going to remove it to focus on something more interesting

Or at least more achievable
This commit is contained in:
2023-07-27 22:33:08 +01:00
parent 07f7b67119
commit dbe4b550ac
3 changed files with 38 additions and 23 deletions

View File

@@ -123,6 +123,8 @@ impl CommandManager {
pub struct WadInfo {
pub path: PathBuf,
pub name: String,
#[serde(skip_deserializing)]
pub info_text: Option<String>,
}
#[derive(Serialize, Deserialize, Debug, Clone)]