From 907aa18f97317a8dcecd8ced525d5a341774980d Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 16 Mar 2022 16:48:08 -0400 Subject: [PATCH] add a readme line --- game/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/README.md b/game/README.md index e73a227e..d75133c5 100644 --- a/game/README.md +++ b/game/README.md @@ -10,4 +10,5 @@ This directory should contain game code and exported assets. No workfiles please - `./desktop_wrapper` - A tiny bit of code to initialize the game and run it - Used to improve the speed of the Rust compiler - +- `./dist` + - Anything in here will be bundled directly into the game executable