Hexadecimal colors, particle data, cleaned a bit of entities, added player dash animation particles
This commit is contained in:
@@ -6,6 +6,11 @@ animation = {
|
||||
path = "assets/entities/particle/fairy",
|
||||
frames = 4,
|
||||
speed = 1/4
|
||||
},
|
||||
player_dash = {
|
||||
path = "assets/entities/particle/player_dash",
|
||||
frames = 1,
|
||||
speed = 0
|
||||
}
|
||||
},
|
||||
fairy = {
|
||||
@@ -36,7 +41,7 @@ animation = {
|
||||
arrow = {
|
||||
path = "assets/entities/kupo/kupo_arrow",
|
||||
frames = 1,
|
||||
speed = 1
|
||||
speed = 0
|
||||
}
|
||||
},
|
||||
moth_mask = {
|
||||
|
||||
Reference in New Issue
Block a user