refactoring to systems complete. also added observers for collision checks

This commit is contained in:
2024-02-11 13:00:56 +01:00
parent ac643f49d3
commit 72f0aa7691
10 changed files with 187 additions and 82 deletions

View File

@@ -5,7 +5,7 @@ Background: background-orange
# ############
# #
############ #
# S #
# o S #
# ######## ###
#
############ #

View File

@@ -76,7 +76,7 @@ func NewTileParticle(class []string) *Tile {
Class: "particle",
Solid: false,
Renderable: false,
Particle: -1,
Particle: 0,
Particles: sprites,
}
}