chore: remove old character data file
This commit is contained in:
parent
66cedc2002
commit
308c258980
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
return {
|
|
||||||
["sonic"] = {
|
|
||||||
name = "Sonic",
|
|
||||||
fullname = "Sonic the Hedgehog", -- Nom qu'on affiche quand on veut le complet
|
|
||||||
stats = {
|
|
||||||
spd = 5,
|
|
||||||
jmp = 3,
|
|
||||||
jumpaction = "jumpdash",
|
|
||||||
jumpaction_power = 2,
|
|
||||||
action = "spinattack",
|
|
||||||
action_power = 1,
|
|
||||||
breakcraft = false, -- brise les objets fragile rien qu'au contact
|
|
||||||
},
|
|
||||||
assets = {
|
|
||||||
lifeicon = 1,
|
|
||||||
spriteset = "sonic",
|
|
||||||
},
|
|
||||||
unlocked = true
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue