Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DUMOULIN ANTOINE
Wrecking Brawl
Commits
253f9988
Commit
253f9988
authored
May 11, 2021
by
DUMOULIN ANTOINE
Browse files
Merge branch 'bugfix/heal' into 'develop'
less heal See merge request fauchezlegouic/projet-integrateur!421
parents
90a46898
e9af2ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrecking Brawl/Assets/Scripts/Items/InventoryItems.cs
View file @
253f9988
...
...
@@ -30,7 +30,7 @@ public class InventoryItems : MonoBehaviour, IInputListener
private
UIController
_UiDisp
=
null
;
// pour l'affichage dans l'UI
public
PlayerController
_player
=
null
;
// Le joueur
private
float
_pourcentHeal
=
0.
2
0f
;
// Pourcentage de vie gagné par kit de soin
private
float
_pourcentHeal
=
0.0
5
f
;
// Pourcentage de vie gagné par kit de soin
public
ParticleSystem
particleHealing
=
null
;
// Système de particule du gain de vie
//public AudioSource audioHeal; // Source audio du soin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment