fixes+changes:

- fixed windows build, using path, instead of path/filepath
- added switch + door, implemented relation (pair_system missing yet)
- fixed ldtk map loading, now using correct entitymap.png tileset
This commit is contained in:
2024-03-28 19:41:20 +01:00
parent f6d5385d35
commit dcf31e46ed
12 changed files with 541 additions and 60 deletions

View File

@@ -16,7 +16,7 @@ const (
const PLAYERSPEED int = 5
const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond
const LEVEL_END_WAIT time.Duration = 500 * time.Millisecond
const version string = "1.2.1"
const version string = "1.2.2"
const MenuRectX int = 600
const MenuRectY int = 0