Misc heading fixes

This commit is contained in:
Rémi Verschelde
2019-01-08 11:30:55 +01:00
parent 3b7b77e3fc
commit aa7a9f8675
34 changed files with 140 additions and 128 deletions

View File

@@ -3,7 +3,7 @@
Part 5
======
Part Overview
Part overview
-------------
In this part, we're going to add grenades to the player, give the player the ability to grab and throw objects, and add turrets!

View File

@@ -3,7 +3,7 @@
Part 4
======
Part Overview
Part overview
-------------
In this part, we will be adding health pickups, ammo pickups, targets the player can destroy, support for joypads, and add the ability to change weapons with the scroll wheel.

View File

@@ -63,7 +63,7 @@ Feel free to use these assets however you want! All original assets belong to th
.. tip:: You can find the finished project for each part at the bottom of each part's page
Part Overview
Part overview
-------------
In this part we will be making a first person player that can move around
@@ -76,6 +76,7 @@ sprint, look around with a mouse based first person camera, jump into the air, a
Getting everything ready
------------------------
Launch Godot and open up the project included in the starter assets.
.. note:: While these assets are not necessarily required to use the scripts provided in this tutorial,

View File

@@ -3,7 +3,7 @@
Part 6
======
Part Overview
Part overview
-------------
In this part, we're going to add a main menu and pause menu,

View File

@@ -3,7 +3,7 @@
Part 3
======
Part Overview
Part overview
-------------
In this part, we will be limiting the player's weapons by giving them ammo. We will also

View File

@@ -3,7 +3,7 @@
Part 2
======
Part Overview
Part overview
-------------
In this part we will be giving our player weapons to play with.