From e9380d7eedc44d369034fda51a770462dd05f402 Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Sat, 22 Apr 2017 16:17:33 +0200 Subject: [PATCH] minor change in platformer example readme --- examples/platformer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/platformer/README.md b/examples/platformer/README.md index 1562766..48d4247 100644 --- a/examples/platformer/README.md +++ b/examples/platformer/README.md @@ -6,8 +6,8 @@ Gopher! Use **arrow keys** to run and jump around. Press **ENTER** to restart. (And hush, hush, secret. Press TAB for slo-mo!) -The pixel art feel is, other than from the pixel art spritesheet, achieved by using a 160x120px -large off-screen canvas, drawing everything to it and then stretching it to fit the window. +The retro feel is, other than from the pixel art spritesheet, achieved by using a 160x120px large +off-screen canvas, drawing everything to it and then stretching it to fit the window. The Gopher spritesheet comes from excellent [Egon Elbre](https://github.com/egonelbre/gophers). -- GitLab