Some world processor documentation

This commit is contained in:
Anuken
2022-05-09 17:41:42 -04:00
parent cf1fb98d5c
commit 31c5ef2dc5
2 changed files with 8 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ abstract class TankComp implements Posc, Flyingc, Hitboxc, Unitc, ElevationMovec
if(walked && !headless && !inFogTo(player.team())){
treadEffectTime += Time.delta;
if(treadEffectTime >= 6f && type.treadRects.length > 0){
var treadRegion = type.treadRegion;
//first rect should always be at the back
var treadRect = type.treadRects[0];