You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
After importing the Camera2DRig example, a Vector2 parse error appears in file:
2018/03-16-camera-2d-rig/end/characters/camera/grid-snapper.gd
Function jump_to_grid_position() code body should read:
position = grid_position * grid_size
instead of:
position = Vector2(grid_position * grid_size)
The text was updated successfully, but these errors were encountered: