1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

dialog ok

This commit is contained in:
Fastium
2022-06-10 19:33:24 +02:00
parent 4c47120c40
commit 0fe608e183
10 changed files with 149 additions and 69 deletions

View File

@@ -12,7 +12,7 @@ public class SpeechData {
public SpeechData(String name){
file = new File("./resources/Battle/Fight/" + name + ".csv");
file = new File("./resources/Battle/Speech/" + name + ".txt");
}
public void readFile() {