Very simple template to use as a starting point for a top-down action RPG. It works with keyboard, touch and gamepad input, and has a character with a few moves, an inventory system and a quest system.I created this for my students as a template for their final exam so everything is implemented in the simplest form possible. Take it as a starting point rather than a solid foundation. Live demo: https://redmagegames.com/elcaballerohueco/
Imports Creatures 3 BLK Files (Slowly)
Launchy is a tool used to quickly and easily launch your favorite external editor when you wish to modify a resource in your project folder. You can associate editors with a specific Resource type or a group of resource types.
This import plugin allows importing .pxo files from Pixelorama as StreamTextures directly without requiring a manual export to PNG
This plugin adds support for the Oculus Quest and Quest 2 VR headsets to Godot.
A visual finite state machine editor plugin for Godot. (alpha)Features: - Visualize and edit your finite state machines with this intuitive editor. - Trigger based transitions to simplify your states' logic. - Use prebuilt triggers, or script your own. - Minimal setup required. Just add a VisualFSM node below the node you want controlled and start building your graph!This tool is still in alpha. If you encounter issues or would like to propose changes, submit an issue on github: https://github.com/BernardCloutier/VisualFSM/issues
Shows what you are doing in the Godot Editor as your Discord presence.Supports Windows, Linux and OSXGodot >= 3.2.2Features- Updates the presence in real-time- Two customizable URL buttons- Supports showing scripts like GDScript, VisualScript, NativeScript and CSharpScript- Automatically reconnects to the Discord client- Two modes for updating timestamp (start of the project vs whenever the screen changes)Customize the plugin in:Project Settings -> Discord Presence
Lite wrappers for Firebase App, Firebase Auth, and Firebase Database. (No Firestore or Cloud Storage as of yet.)Godot Firebase Lite promotes the pattern of using yield() for all of the CRUD methods (which saves a lot of signal wiring).INSTALLATIONIf installing from Godot's AssetLib Package Installer:1. Unselect all files and then select only the folders you need: - firebase_app_lite (required) - firebase_auth_lite (optional) - firebase_database_lite (optional)2. Create a `firebase` global namespace (AutoLoad Singleton) by going into Project Settings > AutoLoad tab, and add a new entry with the following settings: - Path: res://firebase_app_lite/firebase.gd (or wherever you put it) - Name: firebase (note this is all lower case) - Singleton: [x] Enable3. See https://github.com/juanitogan/godot-firebase-lite for usage
Adds a 'Lock to view' toggle to the camera node, which forces the camera to follow the editor preview allowing for extremely easier camera positioning.More quality of life camera features tba
Draw anywhere in the Godot Editor. Supports multiple pen sizes and colors.Features- Floating, draggable toolbar- Change pen size and color- Draw over Popups- Easy keyboard shortcutsGlobal ShortcutsCtrl + ` : Toggle draw modeCtrl + F1 : Toggle the toolbarDraw mode ShortcutsLeft Click : Draw lineRight Click: Exit draw modeC : Clear all linesZ : Clear last lineR : Reset the toolbar positionScroll to change pen sizeFor Usage and Keyboard Shortcuts,see github repo: https://github.com/3ddelano/draw-anywhere-godot
Short adventure/narrative game to showcase Escoria, the point & click template for Godot:https://godotengine.org/asset-library/asset/505It's used as a basis for the Escoria manual, which describes its internal mechanics:https://fr.flossmanuals.net/creating-point-and-click-games-with-escoria/
Demo for gd-YAFSM, to showcase how you can integrate gd-YAFSM into your project.