From 21d04a9f8517b31e44f91527a4d6be90567730e3 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 19 Jun 2019 10:41:44 -0700 Subject: [PATCH] Add another bullet point --- docs/guide/existing-game.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/existing-game.md b/docs/guide/existing-game.md index 3abd2d04..5a8fab7c 100644 --- a/docs/guide/existing-game.md +++ b/docs/guide/existing-game.md @@ -4,4 +4,5 @@ * Can port as much or as little of your game as you like * Rojo can manage just a slice of your game! * Some Roblox idioms aren't very well supported - * Redundant copies of scripts don't work well with files \ No newline at end of file + * Redundant copies of scripts don't work well with files + * Having only a couple places with scripts simplifies your project dramatically! \ No newline at end of file