mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-22 04:21:14 -08:00
test
This commit is contained in:
parent
54ea4acf22
commit
ada9dca787
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ public class UI implements ApplicationListener, Loadable{
|
|||
|
||||
@Override
|
||||
public Seq<AssetDescriptor> getDependencies(){
|
||||
return Seq.with(new AssetDescriptor<>(Control.class), new AssetDescriptor<>("outline", Font.class), new AssetDescriptor<>("default", Font.class), new AssetDescriptor<>(Mods.class));
|
||||
return Seq.with(new AssetDescriptor<>(Control.class), new AssetDescriptor<>("outline", Font.class), new AssetDescriptor<>("default", Font.class));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue