kupo nice now

bow nice
aim nice
arrow nice

all nice
This commit is contained in:
lustlion
2021-10-25 01:41:40 +02:00
parent 5b7924fe4e
commit 1e1f9edb45
22 changed files with 348 additions and 82 deletions

View File

@@ -1,6 +1,3 @@
image = {
background = love.graphics.newImage("assets/terrain/background.png")
}
-- animations
animation = {
kupo = {
@@ -12,7 +9,12 @@ animation = {
bow = {
path = "assets/characters/kupo/kupo_bow",
frames = 6,
speed = 1/8
speed = 1/10
},
arrow = {
path = "assets/characters/kupo/kupo_arrow",
frames = 1,
speed = 1
}
},
nancy = {