scale and common drawing method

This commit is contained in:
2023-07-07 19:07:47 +02:00
parent 05ec82d8e8
commit 9a7be89da6
2 changed files with 18 additions and 34 deletions

View File

@@ -22,8 +22,8 @@ func main() {
Config: &konstructor.Config{
Name: "Game",
Screen: &konstructor.ScreenConfig{
Width: 320,
Height: 240,
Width: 640,
Height: 480,
Scale: 2,
},
KeyMap: konstructor.KeyMap{