Преглед на файлове

Update the platformer demo's readme

Nathan Lovato преди 5 години
родител
ревизия
ab04b998fc
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      2d/platformer/README.md

+ 3 - 3
2d/platformer/README.md

@@ -1,14 +1,14 @@
-# 2D Platformer #
+# 2D Platformer
 
 This demo is a pixel art 2D platformer with graphics and sound.
 
 It shows you how to code characters and physics-based objects in a real game context. This is a relatively complete demo where the player can jump, walk on slopes, fire bullets, interact with enemies, and more. It contains one closed level, and the player is invincible, unlike the enemies.
 
-You will find most of the demo’s content in the `Level.tscn`. You can open it from the default `Game.tscn` scene, or double click on `Level.tscn` in the `src/Level/` directory.
+You will find most of the demo’s content in the `Level.tscn` scene. You can open it from the default `Game.tscn` scene, or double click on `Level.tscn` in the `src/Level/` directory.
 
 We invite you to open the demo's GDScript files in the editor as they contain a lot of comments that explain how each class works.
 
-## Features ##
+## Features
 
 - Side-scrolling player controller.
     - Can walk on and snap to slopes.