From 55857cf15c46712c149c569027b2ede0fb388432 Mon Sep 17 00:00:00 2001 From: David Djordjevic Date: Tue, 22 Jan 2019 03:07:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a808607..38ba47e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MonocleEngineDemo -A working project made using MonocleEngine by Matt Thorson and MonoGame, covering basing things. +A working project made using MonocleEngine by Matt Thorson (the creator of Celeste and TowerFall) and MonoGame, covering basing things. This project contains the project, MonocleEngine (https://bitbucket.org/MattThorson/monocle-engine/src/default/) source and a built version of Cevyray's Crunch project (https://github.com/chevyray/crunch), along with some sprites for demonstration purposes. -It contains two scenes, entities, loading atlases from generated xml crunch files, creating a spritebank and using it inside entities, basic collisions, camera adjustments and object movement using MInput. \ No newline at end of file +It contains two scenes, entities, loading atlases from generated xml crunch files, creating a spritebank and using it inside entities, basic collisions, camera adjustments and object movement using MInput. + +Hope that it will help everyone who is learning and using Monocle Engine.