diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-20 12:37:15 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-20 12:41:01 +0100 |
| commit | 56314aee84b5b0eff25e1b63a56aeccd67fa369a (patch) | |
| tree | 3ba31f20153d268e9b72db0be01062ed7ceca205 | |
| parent | feat: initial commit (diff) | |
| download | hare-chip8-56314aee84b5b0eff25e1b63a56aeccd67fa369a.tar.gz | |
refactor: increase default scale and clockspeed
| -rw-r--r-- | main.ha | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ use time; use types; use sdl2; -def SCALE: int = 10; -def CLOCKSPEED: int = 540; +def SCALE: int = 20; +def CLOCKSPEED: int = 600; def SCREEN_WIDTH: size = 64; def SCREEN_HEIGHT: size = 32; |
