From 0eeaf0ecd8d155ee09b654a37fdde26125e39642 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 7 Apr 2020 13:59:36 -0400 Subject: [PATCH] Add credits for the music used in the 2D platformer demos (#461) * Add credits for the music used in the 2D platformer demos * Update 2d/platformer/README.md Co-Authored-By: Hugo Locurcio * Update 2d/physics_platformer/README.md Co-Authored-By: Hugo Locurcio Co-authored-by: Hugo Locurcio --- 2d/physics_platformer/README.md | 4 ++++ 2d/platformer/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/2d/physics_platformer/README.md b/2d/physics_platformer/README.md index fa8ff61a..bfda72b0 100644 --- a/2d/physics_platformer/README.md +++ b/2d/physics_platformer/README.md @@ -26,3 +26,7 @@ the physics engine, inside of `_integrate_forces()`. ![Screenshot of the beginning](screenshots/beginning.png) ![Screenshot of the seesaw and the player riding an enemy](screenshots/seesaw-riding.png) + +## Music + +"Pompy" by Hubert Lamontagne (madbr) https://soundcloud.com/madbr/pompy diff --git a/2d/platformer/README.md b/2d/platformer/README.md index fed9bc86..a2e6ca39 100644 --- a/2d/platformer/README.md +++ b/2d/platformer/README.md @@ -39,3 +39,7 @@ Renderer: GLES 3 (particles are not available in GLES 2) ![Player shooting in the direction of an enemy](screenshots/shoot.png) ![The entire level layout viewed in the editor](screenshots/layout.png) + +## Music + +"Pompy" by Hubert Lamontagne (madbr) https://soundcloud.com/madbr/pompy