Refaktoriserat kartan till en solid 3D-Array [][][]Entity och adderat dubbla views (TopDown & SideView) var spelaren laddar sina Animation Frames

This commit is contained in:
2026-04-26 00:24:28 +02:00
parent b250629e34
commit feabe7366c
135 changed files with 316 additions and 153 deletions

View File

@@ -62,4 +62,4 @@ func (g *Game) ChangeScene(s SceneType) {
case ScenePlay:
g.currentScene = scenes.NewPlayScene()
}
}
}