Skip to content

Commit 5984e41

Browse files
committed
damage time change
1 parent 9a8a6b2 commit 5984e41

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dodgedemo/dodgedemo.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ function makeCross(pos) {
138138
else if (cross.countdown > 60) {
139139
cross.visible = !Math.floor((cross.countdown / 5) % 2);
140140
}
141+
else if (cross.countdown > 30) {
142+
cross.visible = !Math.floor((cross.countdown / 3) % 2);
143+
}
141144
else if (cross.countdown >= 0) {
142145
cross.texture = damagingCrossAsset;
143146
cross.visible = true;

0 commit comments

Comments
 (0)