resolution sets

This commit is contained in:
2023-07-08 11:49:47 +02:00
parent 73f06f458f
commit 6028c5770f
2 changed files with 39 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ func (d *Domain) GetInitialConfig() *konstructor.Config {
return &konstructor.Config{
Name: "Teletype Adventure",
Screen: &konstructor.ScreenConfig{
Width: 640,
Height: 480,
Width: konstructor.VGAResolutionSet.Width,
Height: konstructor.VGAResolutionSet.Height,
Scale: 2,
},
Header: &konstructor.HeaderConfig{