MCPcopy Create free account
hub / github.com/Card-Forge/forge / getCracks

Method getCracks

forge-gui-mobile/src/forge/assets/FSkin.java:635–637  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633 }
634
635 public static Map<Integer, TextureRegion> getCracks() {
636 return Forge.getAssets().cracks();
637 }
638
639 public static Map<Integer, TextureRegion> getBorders() {
640 return Forge.getAssets().borders();

Callers 1

drawCardMethod · 0.95

Calls 2

getAssetsMethod · 0.95
cracksMethod · 0.80

Tested by

no test coverage detected