I dont fucking know how to solve this shit i hate git #3
2
main.lua
2
main.lua
|
@ -48,7 +48,7 @@ function love.load()
|
||||||
table.insert(LoadedEntities,Decoration:New(200,89,animation.decoration.candelabra,80))
|
table.insert(LoadedEntities,Decoration:New(200,89,animation.decoration.candelabra,80))
|
||||||
table.insert(LoadedEntities,Fairy:New(200,88))
|
table.insert(LoadedEntities,Fairy:New(200,88))
|
||||||
|
|
||||||
gravity = 0.2
|
gravity = 0.05
|
||||||
end
|
end
|
||||||
|
|
||||||
function love.update(dt)
|
function love.update(dt)
|
||||||
|
|
Loading…
Reference in New Issue