mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #1305 from YeldhamDev/fps_tutorial_typo
Fixed small typo in the part one of the FPS tutorial
This commit is contained in:
@@ -124,7 +124,7 @@ _________
|
||||
|
||||
Attach a new script to the ``Player`` node and call it ``Player.gd``.
|
||||
|
||||
Lets programming our player by adding the ability to move around, look around with the mouse, and jump.
|
||||
Lets program our player by adding the ability to move around, look around with the mouse, and jump.
|
||||
Add the following code to ``Player.gd``:
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user