this is a project made to test the multiplayer api, not necessarily the best implementation though
Simple platformer made in this tutorial: https://www.youtube.com/watch?v=NScngW8vxK8
Simple top down shooter made in this tutorial: https://www.youtube.com/watch?v=5vYI_mgERBU
Makes it easy to use an alternate form of window scaling that better preserves the apparent pixel sizing.Includes a bilinear filtering shader and a scene that uses it for window scaling. This prevents variations in pixel sizes at resolutions that can't be divided perfectly, while keeping pixels well defined. Especially useful for pixel art games.
My godot framework help you to create your own 2D plateformer game without coding anything on Godot engine. READ THE DOC !
Emulator-style pixel upscaling algorithm. Ported from the SameBoy to Godot 3+. Works similarly to hqx at arbitrary precision.
Use Kenney's 2D graphics as Godot's resources to start playing and prototyping games with easy drag 'n' drop content.Support the project at:https://pigdev.itch.io/godot-sandbox
Simple Doom clone I made in this tutorial: https://www.youtube.com/watch?v=LbyyjmOji0M
Platform2d is a plugin for Godot that provides two new classes that can be used to create levels for 2D platformer games.ThinPlatform is a simple platform that is drawn along a curve using user defined textures.ThickPlatform is defined by a closed curve and drawn using fill and edge textures.Both classes inherit from StaticBody2d and generate their collision shapes automatically. They also have a "Moving Platform" option that, if set, will automatically update the platform's constant linear velocity when the platform is moving.The platform aspects can be saved and applied to new platforms using the "Materials" drop-down list.Changelog:- v0.1: initial release- v0.2: fixed for Godot 2.2, updated the user interface- v1.0: added edge textures for the top border of ThickPlatforms, a sample texture set (Simple Grass, inpired from Kenney's assets & tutorials) and undo/redo handling- v1.1: bug fixes and optimizations- v1.2: updated for Godot 3.0.x
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 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.
Contains shaders for* Julia fractal* Mandelbrot fractal* Sierpinski carpetRead description on Github to see how to set it on ColorRect