diff --git a/behaviours/move_straight.gd b/behaviours/move_straight.gd index 9c6da0f..67ddc10 100644 --- a/behaviours/move_straight.gd +++ b/behaviours/move_straight.gd @@ -1,4 +1,3 @@ -@icon("res://behaviours/move.svg") extends Move class_name MoveStraight diff --git a/behaviours/move_towards.gd b/behaviours/move_towards.gd index e46cd27..dcb20ad 100644 --- a/behaviours/move_towards.gd +++ b/behaviours/move_towards.gd @@ -1,4 +1,3 @@ -@icon("res://behaviours/move.svg") extends Move class_name MoveTowards