- Created Dialog widget
- standard information dialog works TODO: implement more complex dialogs where multiple options can be selected
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user