Files
godot-demo-projects/2d/physics_tests/utils/label_pause.gd
PouleyKetchoupp 3878948300 Support for pause in 2D/3D physics tests
New controls for all tests:
P to toggle pause on/off

Affects the running tests but not menus.
2021-01-06 21:25:34 -07:00

6 lines
68 B
GDScript

extends Label
func _process(_delta):
visible = get_tree().paused