fixed arrow physics

This commit is contained in:
lustlion
2022-02-22 01:14:38 +01:00
parent f0bc02c418
commit a4490bc827
10 changed files with 123 additions and 115 deletions

View File

@@ -29,8 +29,6 @@ function love.load()
logPrint(loveInitLog)
loveInitLog = nil
Canvas = {}
Darkness.Create()
Camera.width = game.width
Camera.height = game.height
@@ -52,8 +50,8 @@ function love.load()
main_Player = Player:New(75,50)
--Kupo:New(100,150)
--Kupo:New(300,150)
Kupo:New(100,150)
Kupo:New(300,150)
HookAnchor:New(200,89)
HookAnchor:New(400,89)
Fairy:New(200,88)