Hexadecimal colors, particle data, cleaned a bit of entities, added player dash animation particles

This commit is contained in:
lustlion
2022-01-20 00:53:59 +01:00
parent d96d5dd56d
commit ccc059f40d
15 changed files with 149 additions and 456 deletions

View File

@@ -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 = {