mirror of
https://github.com/godotengine/godot-3d-dodge-the-creeps.git
synced 2026-01-06 02:09:49 +03:00
10 lines
173 B
GDScript
10 lines
173 B
GDScript
extends RigidBody
|
|
|
|
#warning-ignore-all:unused_class_variable
|
|
export var min_speed = 6
|
|
export var max_speed = 13
|
|
|
|
|
|
func _on_VisibilityNotifier_screen_exited():
|
|
queue_free()
|