MCPcopy Create free account
hub / github.com/catabriga/graphwar / explodePoint

Method explodePoint

src/Graphwar/Obstacle.java:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 public void explodePoint()
119 {
120 terrainGraphics.fillOval(expX-expRadius, expY-expRadius, expRadius*2, expRadius*2);
121 }
122
123 public boolean soldierCollides(int x, int y, int radius)
124 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected