remove json on gitignore

pull/2/head
bgiraudr 1 year ago
parent f997efb737
commit df3e9ab714

2
.gitignore vendored

@ -3,7 +3,7 @@
/build-cg
/*.g1a
/*.g3a
*.json
/assets-cg/maps/**/*.json
*~
/images

@ -0,0 +1,7 @@
{
"name":"Charge",
"id":2,
"pp":25,
"atk":15,
"precision":100
}

@ -0,0 +1,7 @@
{
"name":"Cheat",
"id":3,
"pp":25,
"atk":45,
"precision":100
}

@ -0,0 +1,7 @@
{
"name":"Deuxième",
"id":1,
"pp":100,
"atk":11,
"precision":50
}

@ -0,0 +1,7 @@
{
"name":"Test capacité",
"id":0,
"pp":5,
"atk":20,
"precision":50
}

@ -0,0 +1,17 @@
{
"name":"test",
"sprite":"test",
"stats":{
"atk":10,
"def":10,
"pv":20,
"level":1,
"xp":300,
"max_pv":20
},
"moves":[
0,
1,
2
]
}
Loading…
Cancel
Save