(float x, float y, float w, float h, float radius)
| 927 | } |
| 928 | |
| 929 | public void drawFoil(float x, float y, float w, float h, float radius) { |
| 930 | drawFoil(x, y, w, h, radius, false); |
| 931 | } |
| 932 | |
| 933 | public void drawFoil(float x, float y, float w, float h, float radius, boolean rotate) { |
| 934 | Texture image = Forge.getAssets().getHolofoil(); |
no test coverage detected