rope, moved entities from LoadedEntities to LoadedObjects.Entities

This commit is contained in:
lustlion
2022-02-10 18:18:37 +01:00
parent 7f42dea6fa
commit ff99b79563
15 changed files with 143 additions and 42 deletions

View File

@@ -43,7 +43,6 @@ function love.load()
levelNum = 1
currLevel = levelList[levelNum]
logPrint("currLevel: "..currLevel)
LoadedEntities = {}
LoadedParticles = {}
LevelLoadTiles()