Plugin for Godot editor that makes easier to change the anchor point of a Sprite or Control (User Interface).You need to Enable this plugin in Projects > Project Settings > PluginsChange Log:v 0.6.0 - Added support for Control objectsv 0.5.1 - Moved to addons folder to make compatible with Godot Asset Library
Shader to animate a fish without armature or blend shapes.This shader is strongly inspired by the fish shader used in ABZU and demonstrated by Matt Nava in his presentation at GDC 2017.The repository contains only what is absolutely necessary to demonstrate the shader. The shading of the object has to be refined.credits: Fish Perch by holmen released under Creative Commons Zero (Public Domain)
This addon allows the rendering of "3D images" enabling volumetric effects.Version history:- 1.3: Moved the volume generator to the editor.- 1.2: Added dithering and blending modes.- 1.0: Initial release.
Godot Text Interface Engine (GodotTIE for short) is a simple-to-use node that works like a Text Dialogue Box; it gets the job done, and it's highly customizable (most of its variables can be changed on the editor).This is Godot v3.x version; the Godot v2.x can be found on the same repository, on the `Godot_v2.x` branch.
The user inputs the size of the map, the sprite of the tiles, and the number of tile. The asset then generates a random map each time the user calls its funtion.The asset is an entire godot scene that already have a map with tiles as an example. To change it you must create your own tilemap and edit the script.
This is a water shader with optional chromatic aberration, it has some options to tweak like tilling (To adjust waves scale), Murky ramp (To make it more or less "cloudy"), water tint colors (To make muddy water o caribean like), etc. It problably needs some optimization or has some bugs (since is one of my first incursions in shader coding) so please you are welcome to post issues or improvements.Only works on Godot 3.x, with GLES 3 backend for now.
Contains shaders for* Julia fractal* Mandelbrot fractal* Sierpinski carpetRead description on Github to see how to set it on ColorRect
3D Tetris clone
A table control which can be sort and dynamic update1. Create table in editor2. Select table row3. Dynamic change data
This is the source code of my audio game rpg Ptolem's Singing Catacombs that I made in Godot for my capstone projectYou can learn more about it here: Ptolem's Singing Catacombs: https://www.youtube.com/playlist?list=PLmugv6_kd0qOCZ4M105mLx5ICuaSJttlt
To obtain 2.x version, see repository 2.x branch.A RTS like Camera2D with move options by:- right mouse button- move mouse to edge of screen- keys (InputMap)Additionally possibility to zoom in/out by mouse wheel.How to use:- add node RTS-Camera2D- check `Current` to true- check exports which one you want
Import sprite sheets from TexturePacker as a set of AtlasTextures or a TileSet.Sprite sheets reduce the memory usage of your game by placing many small image objects in one big image.This also increases the game performance because less texture swapping is required during the render process of your game scene.For Godot 3.0