mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-18 15:21:50 -08:00
Glass
This commit is contained in:
parent
bd6cfa6461
commit
22a6c4e8af
6 changed files with 325 additions and 317 deletions
|
|
@ -51,11 +51,12 @@ public class ApplicationTests{
|
|||
|
||||
BundleLoader.load();
|
||||
content.load();
|
||||
content.initialize(Content::init);
|
||||
|
||||
add(logic = new Logic());
|
||||
add(world = new World());
|
||||
add(netServer = new NetServer());
|
||||
|
||||
content.initialize(Content::init);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue