lcabrini / tanks4godot

My first attempt at creating a game with Godot.
MIT License
1 stars 0 forks source link

Replace magic number 200 in explosion code #15

Open lcabrini opened 5 years ago

lcabrini commented 5 years ago

In the function _on_explosion_body_entered(), turn the number 200 into a variable or a constant that indicates what it means.