kupo nice now
bow nice aim nice arrow nice all nice
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user