Easier to understand this way
This commit is contained in:
parent
d5a9f5867b
commit
36275cf1e9
1 changed files with 1 additions and 3 deletions
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue