Adjusted menu behvariour with entity and particle movement. adjusted player entity

This commit is contained in:
lustlion
2022-02-03 06:02:06 +01:00
parent 7595ed3b90
commit d4dbc034ea
4 changed files with 25 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ function love.load()
LoadedParticles = {}
LevelLoadTiles()
language = "HEON"
language = "ENG"
LocaleLoad(language)
main_Player = Player:New(75,50)