Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 370 Bytes

godot-2d-portal

2D Portal system for Godot engine

How to use

  1. Copy Portal directory in your project
  2. add Portal.tscn in scene and make it editable from right click menu.
  3. Change postions and rotation of PortalA and PortalB as needed but don't change the oriantion of collisionShape2D.
  4. You might need to change allowed_group in Portal.gd.