Basic Dodging Enemy Creation #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/DodgingEnemy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Un mini fix sinon c'est magnifique.
@ -0,0 +8,4 @@public bool dodgedProjectile(){System.Random random = new System.Random();if(random.Next(0, 99) > 25) return false;Pourrais mettre la valeur du % pour dodge (le 25) en SerializedField