- Created Dialog widget

- standard information dialog works
TODO:
  implement more complex dialogs where multiple options can be selected
This commit is contained in:
FantasyPvP
2024-03-21 00:12:53 +00:00
parent e80df5100f
commit 6505d219de
8 changed files with 171 additions and 37 deletions
+1
View File
@@ -52,6 +52,7 @@ pub struct ScreenChar {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum RenderError {
OutOfBounds(bool, bool), // (bool, bool) refers to x and y respectively
TooSmall,
InvalidCharacter,
InvalidColour,
InvalidRenderMode,