Hexadecimal colors, particle data, cleaned a bit of entities, added player dash animation particles

This commit is contained in:
lustlion
2022-01-20 00:53:59 +01:00
parent d96d5dd56d
commit ccc059f40d
15 changed files with 149 additions and 456 deletions

View File

@@ -39,6 +39,7 @@ function love.load()
levelNum = 1
currLevel = levelList[levelNum]
LoadedEntities = {}
LoadedParticles = {}
LevelLoadTiles()
main_Player = Player:New(75,50)