generated from krampus/template-godot4
6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends GameBall
|
|
|
|
|
|
func enter_zone(zone: BallZone) -> void:
|
|
_zones.push_back(zone)
|