Skip to content

Commit

Permalink
fix typo in fps-tutorial-2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad2001MFS authored Oct 15, 2024
1 parent 2dc3beb commit ec5b73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tutorials/fps/tutorial-2/fps-tutorial-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The next thing we need to do is to create a prefab for projectile, that will be

## Projectile

You mask ask - why we need a prefab for projectiles, why not just make a ray-based shooting? The answer is very simple -
You may ask - why we need a prefab for projectiles, why not just make a ray-based shooting? The answer is very simple -
flexibility. Once we'll finish with this "complex" system, we'll get very flexible weapon system that will allow you
to create weapons of any kind - it could be simple bullets, grenades, rockets, plasma, etc.

Expand Down Expand Up @@ -300,4 +300,4 @@ Run the game, and you should see something like this when shooting:
## Conclusion

In this tutorial part we've added weapons that can shoot projectiles, which in their turn can interact with the
environment.
environment.

0 comments on commit ec5b73f

Please sign in to comment.