From fa7a560cb0bb1f87d76116fcd5f4e52721fc05a1 Mon Sep 17 00:00:00 2001
From: Brandon <brandy@scarecrowarts.com>
Date: Sat, 7 Nov 2020 19:56:29 -0500
Subject: [PATCH] custom icon, multiple game directories

---
 Project.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Project.xml b/Project.xml
index 844783cd8..e7efe94ca 100644
--- a/Project.xml
+++ b/Project.xml
@@ -3,8 +3,8 @@
 	<!-- _________________________ Application Settings _________________________ -->
 
 	<app title="Friday Night Funkin" file="Funkin" packageName="com.ninjamuffin99.funkin" main="Main" version="0.2.1.2" company="ninjamuffin99" />
-
-	<!--Switch Export with Unique ApplicationID-->
+	
+	<!--Switch Export with Unique ApplicationID and Icon-->
 	<set name="APP_ID" value="0x0100f6c013bbc000" />
 
 	<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file
@@ -104,8 +104,8 @@
 	<!-- _________________________________ Custom _______________________________ -->
 
 	<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
-
 	<icon path="art/icon.png" />
+
 	<!-- <haxedef name="SKIP_TO_PLAYSTATE" if="debug" /> -->
 	<haxedef name="NG_LOGIN" if="newgrounds" />
 </project>