]> git.lizzy.rs Git - SuperMouseAdventure.git/blobdiff - 2DGame/Assets/Scripts/Dialogue/Dialogue.cs
Merge branch 'main' of https://github.com/KG0104/2DGame into main
[SuperMouseAdventure.git] / 2DGame / Assets / Scripts / Dialogue / Dialogue.cs
index 105abf382c54b66001ec20ba1537ee69fa99e9ec..146a87e2de7cf983f1f6a93d2f9a4936d7f3559e 100644 (file)
@@ -1,4 +1,4 @@
-using System;\r
+using System;
 using System.Collections;
 using System.Collections.Generic;
 using UnityEngine;
@@ -16,7 +16,7 @@ public class Dialogue : MonoBehaviour
     public Text dialogueText;
 
     public string[] sentences;
-    
+
     [HideInInspector]
     public int index;
 
@@ -91,4 +91,4 @@ public class Dialogue : MonoBehaviour
             mouse.GetComponent<MouseController>().enabled = true;
         }
     }
-}
\ No newline at end of file
+}