updated to-do
This commit is contained in:
6
main.lua
6
main.lua
@@ -43,12 +43,12 @@ function love.load()
|
||||
main_Player = Player:New(75,50)
|
||||
|
||||
table.insert(LoadedEntities,main_Player)
|
||||
table.insert(LoadedEntities,Kupo:New(700,150))
|
||||
table.insert(LoadedEntities,Kupo:New(800,150))
|
||||
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))
|
||||
|
||||
gravity = 0.2
|
||||
gravity = 0.05
|
||||
end
|
||||
|
||||
function love.update(dt)
|
||||
|
||||
Reference in New Issue
Block a user