2D Portal system for Godot engine
- Copy
Portal
directory in your project - add
Portal.tscn
in scene and make it editable from right click menu. - Change postions and rotation of
PortalA
andPortalB
as needed but don't change the oriantion of collisionShape2D. - You might need to change
allowed_group
inPortal.gd
.