Skip to content

Commit 9203762

Browse files
SP4R0WVargaDot
andauthored
Update src/Game/Enemies/Bee/bee.gd
Co-authored-by: Varga <110741996+VargaDot@users.noreply.github.com>
1 parent e8397e8 commit 9203762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Game/Enemies/Bee/bee.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func _on_player_tracked() -> void:
3434
if not is_chasing:
3535
is_chasing = true
3636

37-
# Calculate the position of where to fly and the flight time of the bat
37+
# Calculate the bee's target position and flight time.
3838
var initial_pos: Vector2 = global_position
3939
var desired_pos: Vector2 = Vector2(Globals.player.global_position.x, Globals.player.global_position.y)
4040
var fly_time: float = clampf((desired_pos.y - initial_pos.y)/2000, 1, 1.5)

0 commit comments

Comments
 (0)