Easier to understand this way

This commit is contained in:
nelle 2023-10-28 13:39:20 -06:00
parent d5a9f5867b
commit 36275cf1e9

View file

@ -9,9 +9,7 @@ import org.hexworks.zircon.api.component.ComponentAlignment
import org.hexworks.zircon.api.grid.TileGrid
import org.hexworks.zircon.api.view.base.BaseView
class StartView (
private val grid: TileGrid
) : BaseView(grid, ColorThemes.arc()) {
class StartView (private val grid: TileGrid) : BaseView(grid, ColorThemes.arc()) {
init {
val msg = "Welcome to $GAME_ID."