Created Particles, added fairy particle, added more entity methods like kill() and entity id
This commit is contained in:
9
main.lua
9
main.lua
@@ -43,11 +43,10 @@ function love.load()
|
||||
|
||||
main_Player = Player:New(75,50)
|
||||
|
||||
table.insert(LoadedEntities,main_Player)
|
||||
table.insert(LoadedEntities,Kupo:New(100,150))
|
||||
table.insert(LoadedEntities,Kupo:New(300,150))
|
||||
table.insert(LoadedEntities,Decoration:New(200,89,animation.decoration.candelabra,80))
|
||||
table.insert(LoadedEntities,Fairy:New(200,88))
|
||||
Kupo:New(100,150)
|
||||
Kupo:New(300,150)
|
||||
Decoration:New(200,89,animation.decoration.candelabra,80)
|
||||
Fairy:New(200,88)
|
||||
|
||||
gravity = 0.2
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user