From 5d55bbbb4e574b07a3845b0e12c52b70fa1362eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20K=C3=B6hnecke?= Date: Wed, 25 Jul 2018 21:09:39 +0200 Subject: [PATCH] short comment added in demogame --- source/GM-DemoGame.package/GMDemoGame.class/README.md | 2 +- source/GM-DemoGame.package/GMDemoGame.class/properties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/GM-DemoGame.package/GMDemoGame.class/README.md b/source/GM-DemoGame.package/GMDemoGame.class/README.md index 517de9b8..ed15907a 100644 --- a/source/GM-DemoGame.package/GMDemoGame.class/README.md +++ b/source/GM-DemoGame.package/GMDemoGame.class/README.md @@ -4,4 +4,4 @@ Furthermore, the demo game is responsible for listening to keyboard inputs. Othe Some methods are exessively commented because the game's purpose is to explain implementation examples of the GM library, normally you wouldn't do this. -To play use W,A,S,D and the arrow keys. \ No newline at end of file +To play use W,A,S,D and the arrow keys. R resets the game \ No newline at end of file diff --git a/source/GM-DemoGame.package/GMDemoGame.class/properties.json b/source/GM-DemoGame.package/GMDemoGame.class/properties.json index 9c655285..2f203253 100644 --- a/source/GM-DemoGame.package/GMDemoGame.class/properties.json +++ b/source/GM-DemoGame.package/GMDemoGame.class/properties.json @@ -4,7 +4,7 @@ ], "classvars" : [ ], - "commentStamp" : "brh 7/25/2018 19:31", + "commentStamp" : "NK 7/25/2018 21:07", "instvars" : [ "collisionHandler", "players",