Change InteractiveScene dot config

This commit is contained in:
Grant Sanderson 2023-01-24 14:25:02 -08:00
parent 97789fff35
commit aa6c321a0a

View file

@ -68,8 +68,8 @@ class InteractiveScene(Scene):
"""
corner_dot_config = dict(
color=WHITE,
radius=0.05,
glow_factor=1.0,
radius=0.025,
glow_factor=2.0,
)
selection_rectangle_stroke_color = WHITE
selection_rectangle_stroke_width = 1.0