Skip to content

Commit

Permalink
Demo magnification set to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 26, 2023
1 parent c18666c commit 65c9e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/scala/demo/RogueLikeGame.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.scalajs.js.annotation.JSExportTopLevel
@JSExportTopLevel("IndigoGame")
object RogueLikeGame extends IndigoGame[Size, Size, Model, ViewModel]:

val magnification: Int = 1
val magnification: Int = 2

def initialScene(bootData: Size): Option[SceneName] =
None
Expand Down

0 comments on commit 65c9e6e

Please sign in to comment.