https://github.com/devpoodle/room2d
A Godot 4 plugin allowing you to easily section off your 2d levels into distinct rooms.
https://github.com/devpoodle/room2d
2d camera godot godotengine plugin
Last synced: about 1 year ago
JSON representation
A Godot 4 plugin allowing you to easily section off your 2d levels into distinct rooms.
- Host: GitHub
- URL: https://github.com/devpoodle/room2d
- Owner: DevPoodle
- License: mit
- Created: 2024-02-10T16:30:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T04:05:05.000Z (over 2 years ago)
- Last Synced: 2025-03-17T18:07:49.467Z (over 1 year ago)
- Topics: 2d, camera, godot, godotengine, plugin
- Language: GDScript
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Room2D
This plugin adds in 2 main nodes: RoomCamera2D and Room2D. Room2D allows you to section off areas of a 2d level. RoomCamera2D then allows you to move between these rooms.