From ae3d0c9576c4b1d14c410c58d226cf1fa4fe87f9 Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Sat, 19 Sep 2020 13:52:17 -0700 Subject: [PATCH] Update pxt.json --- pxt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pxt.json b/pxt.json index 798501d..47daae8 100644 --- a/pxt.json +++ b/pxt.json @@ -10,11 +10,11 @@ "README.md", "main.ts", "a-star.ts", - "path-following.ts", - "tilemap.g.jres", - "tilemap.g.ts" + "path-following.ts" ], "testFiles": [ + "tilemap.g.jres", + "tilemap.g.ts", "test.ts" ], "public": true,