Godot 4 Main Menu TemplateThe default play scene features a movable white box controlled by Mouse.Perfect for prototyping or game jams, this template offers:-A straightforward start menu with Play, Options, and Quit buttons.-An uncomplicated options menu with three tabs:-Video: Fullscreen-Music: Master, Music, Sound Effects-A handy control testing scene (Simply hit Play in the start menu).For credits, refer to the GitHub repository.
Godot Orbit CameraThis plugin adds an OrbitCamera node in the Godot Editor.Usage:In the Editor 1. Enable OrbitCamera plugin in Project Settings > Plugins 2. Add Node3D node (used for rotating the camera) into current scene 3. Add OrbitCamera as a child of the Node3D node 4. Set Anchor Node property of OrbitCamera to the Node3D nodeControls (Mouse) 1. Hold Left Mouse Button to orbit around the Anchor Node 2. Mouse scroll wheel to change the distance to Anchor NodeControls (Touch) 1. Single touch drag to orbit around the Anchor Node 2. Pinch gesture to change the distance to Anchor Node
A demo for my scrolling backgrounds tool.
Tool for manually creating .atlastex resources from an atlas
Addon to store data in text or encrypted files, in Godot Engine 4, in an easy way.More info:https://github.com/TheVulcoreTeam/Persistence
Adds a plugin dropdown/refresh button to the main toolbar for faster iteration when working on a plugin for Godot.Note: For older compatible Godot versions, visit GitHub:- See branch `3.x` for Godot 3.2+.- See branch `4.0` for Godot 4.0 and 4.1.
Layered Sprite is a Godot tool to easily divide a sprite in layers. It can be used for customizable characters.
A simple yet handy notes tab for the Godot Engine, for when it's needed to write down something quickly.The notes are saved in the project's metadata file.
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/
A beautifier for the JSON file format.