File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -574,6 +574,7 @@ export const BODY_DEFINITIONS: Record<schema.RobotType, typeof Body> = {
574574
575575 public draw ( match : Match , ctx : CanvasRenderingContext2D ) : void {
576576 super . draw ( match , ctx )
577+ super . drawLevel ( match , ctx )
577578 }
578579 } ,
579580
@@ -590,6 +591,7 @@ export const BODY_DEFINITIONS: Record<schema.RobotType, typeof Body> = {
590591
591592 public draw ( match : Match , ctx : CanvasRenderingContext2D ) : void {
592593 super . draw ( match , ctx )
594+ super . drawLevel ( match , ctx )
593595 }
594596 } ,
595597
@@ -606,6 +608,7 @@ export const BODY_DEFINITIONS: Record<schema.RobotType, typeof Body> = {
606608
607609 public draw ( match : Match , ctx : CanvasRenderingContext2D ) : void {
608610 super . draw ( match , ctx )
611+ super . drawLevel ( match , ctx )
609612 }
610613 } ,
611614
You can’t perform that action at this time.
0 commit comments