add file picker interface for mods

This commit is contained in:
DeltaNedas
2020-11-10 08:02:39 +00:00
parent ebdced5c6c
commit 6da6c9426d
6 changed files with 68 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
return new IOSApplication(new ClientLauncher(){
@Override
public void showFileChooser(boolean open, String extension, Cons<Fi> cons){
public void showFileChooser(boolean open, String titleIgn, String extension, Cons<Fi> cons){
if(!open){ //when exporting, just share it.
//ask for export name
Core.input.getTextInput(new TextInput(){{