prout: monter temporairement un buff de 1000 prouts

Comme ça tu testes, et tu me dis si tu kiffe.
This commit is contained in:
Thomas Lavocat
2023-10-13 21:08:25 +02:00
parent ec7c28fda9
commit 0f857df574

View File

@@ -118,7 +118,7 @@ var dashing : bool = false
var dash_step : int = -1
var dash_direction_x : int = 1
var dash_direction_y : int = 1
var available_dashs = 0
var available_dashs = 1000
# Variables d'état relative au crouch
var crouch : bool = false