Browse Source

legère update

master vf2
BARRAUX Arthur 2 years ago
parent
commit
ff01ebff66
  1. 2
      main.py

2
main.py

@ -78,7 +78,7 @@ class Personnage(Animation):
self.pdv = 20
self.max_pdv = 20
self.xp = xp
self.inv = ['potion'for i in range(7)]
self.inv = ['potion'for i in range(2)]
self.shape = ['', '']
self.x = x

Loading…
Cancel
Save