From 3db27a41075dd3f967a18326457b29d0f79d1e77 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Tue, 11 Feb 2025 19:40:08 +0000 Subject: [PATCH] cut time which bat rests for in half --- fcore/constants.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcore/constants.sml b/fcore/constants.sml index 9e64e40..5d7890b 100644 --- a/fcore/constants.sml +++ b/fcore/constants.sml @@ -30,7 +30,7 @@ struct val enemySize = 35 val enemySizeReal: Real32.real = 35.0 val moveEnemyBy = 3 - val batRestLimit = 155 + val batRestLimit = 75 val moveProjectileBy = 11 end