Added fineart resources.

This commit is contained in:
genxium
2022-11-16 20:58:12 +08:00
parent 95dcc2ef17
commit 7e12853a73
88 changed files with 3814 additions and 1 deletions

View File

@@ -85,8 +85,9 @@ type Game struct {
func NewGame() *Game {
stageName := "simple" // Use this for calibration
// stageName := "simple" // Use this for calibration
// stageName := "richsoil"
stageName := "dungeon"
stageDiscreteW, stageDiscreteH, stageTileW, stageTileH, playerPosMap, barrierMap, err := parseStage(stageName)
if nil != err {
panic(err)