Skip to content
Snippets Groups Projects
Verified Commit c1db75fb authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat:s small code change

parent dded278d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,10 @@ use getrandom::getrandom;
#[cfg(feature = "web")]
use wasm_bindgen::prelude::*;
/// The width of the screen in pixels.
pub const SCREEN_PIXEL_WIDTH: usize = 64;
/// The height of the screen in pixels.
pub const SCREEN_PIXEL_HEIGHT: usize = 32;
const NUM_KEYS: usize = 16;
......
mod chip8;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment