Draw cells for unit payloads
This commit is contained in:
@@ -83,6 +83,7 @@ public class UnitPayload implements Payload{
|
||||
public void draw(){
|
||||
Drawf.shadow(unit.x, unit.y, 20);
|
||||
Draw.rect(unit.type.icon(Cicon.full), unit.x, unit.y, unit.rotation - 90);
|
||||
unit.type.drawCell(unit);
|
||||
|
||||
//draw warning
|
||||
if(deactiveTime > 0){
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=8a929ec9ae5eb3501f7d3d69848481d49044aad1
|
||||
archash=e402c9743e107fb53ed6f069ae72a19a59fbfd3b
|
||||
|
||||
Reference in New Issue
Block a user