Start drawing objects

This commit is contained in:
2025-02-15 18:33:18 -05:00
parent dfcfd17bfc
commit c4f17bfc13
9 changed files with 380 additions and 88 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use egui::{Context, ViewportBuilder, ViewportId};
pub use game::GameWindow;
pub use gdb::GdbServerWindow;
pub use input::InputWindow;
pub use vram::{BgMapWindow, CharacterDataWindow};
pub use vram::{BgMapWindow, CharacterDataWindow, ObjectWindow};
use winit::event::KeyEvent;
use crate::emulator::SimId;