Script fixes, padding improvements
|
Before Width: | Height: | Size: 70 B After Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
|
Before Width: | Height: | Size: 883 B After Width: | Height: | Size: 883 B |
|
After Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 338 KiB |
@@ -69,7 +69,7 @@ public class Control extends Module{
|
||||
|
||||
content.initialize(Content::init);
|
||||
Core.atlas = new Atlas("sprites.atlas");
|
||||
scaling = 1f / Draw.region("blank").getRegionWidth();
|
||||
scaling = 1f / Draw.region("scale_marker").getRegionWidth();
|
||||
Core.atlas.setErrorRegion("error");
|
||||
content.initialize(Content::load);
|
||||
|
||||
|
||||