grass cleanup, camera cleanup, animation test

This commit is contained in:
Daniel Kauss Serna 2026-02-08 14:03:18 +01:00
parent 561135b63a
commit b12c193636
13 changed files with 35136 additions and 44782 deletions

View file

@ -117,8 +117,6 @@ func _dir_to_target():
func _physics_process(delta : float):
var target_dist = navigation_agent.target_position.distance_to(global_position)
#if (target_dist > 300):
#charge = 0
if (target_dist > aproach_range):
velocity += global_position.direction_to(_dir_to_target()) * movement_speed
sprite.flip_h = velocity.x > 0