fix: properly define var lol

This commit is contained in:
Prohurtz 2023-11-09 09:42:46 -06:00
parent b1a6acb1c5
commit 92af3d6c4f

View File

@ -78,7 +78,7 @@ class var:
right_y = 0.0 right_y = 0.0
l_eye_velocity = 0.0 l_eye_velocity = 0.0
r_eye_velocity = 0.0 r_eye_velocity = 0.0
var.overlay_active = False overlay_active = False
@Async @Async