mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-05 05:21:11 -08:00
Seq.
This commit is contained in:
parent
87ab895253
commit
8ea28e1ced
147 changed files with 438 additions and 437 deletions
|
|
@ -43,8 +43,8 @@ public class MapPreviewLoader extends TextureLoader{
|
|||
}
|
||||
|
||||
@Override
|
||||
public Array<AssetDescriptor> getDependencies(String fileName, Fi file, TextureParameter parameter){
|
||||
return Array.with(new AssetDescriptor<>("contentcreate", Content.class));
|
||||
public Seq<AssetDescriptor> getDependencies(String fileName, Fi file, TextureParameter parameter){
|
||||
return Seq.with(new AssetDescriptor<>("contentcreate", Content.class));
|
||||
}
|
||||
|
||||
public static class MapPreviewParameter extends TextureParameter{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue