Skip to content

noufbmdev/Godot-Systems

Repository files navigation

Godot 4.0+ Systems

Ready to use systems that you can add to your 2D projects easily. Originally I am creating and using these systems in my games, now I am trying to modularize them here so that it would be usable in any other context and I am sharing them for free because I love Godot and hope for its success and popularity 💗.

No need for credit but would appreciate it if you do 💗✌️

Systems

  • 🎬 Scene Manager TAG
  • 💾 Save Manager TAG
  • 🎒 Inventory System TAG
  • 📜 Quest System TAG
  • 💬 Dialog System TAG
  • ⚙️ Settings Manager: Audio, screen resolution, screen mode, and languages. TAG
  • ⏫ Upgrade System: Tree-based, graph-based, linear. TAG
  • 📅 Date and Time System: Weather, day/night cycle, calendar, seasons, events. TAG
  • 🔔 Notification Manager: Triggers by position or action, linear tutorial. TAG
  • 📣 Event Manager: Decoupling through event broadcasting TAG
  • 🏗️ Building System: Procedural world/level generation, manual building. TAG
  • 🔨 Crafting System: Recipe-based, mix and match. TAG
  • 🐛 Bug Reporting System: Integration with Jira and Bugzilla. TAG
  • 🎮 Input Manager: Key image mapping, user interface audio. TAG