Simple top down shooter made in this tutorial: https://www.youtube.com/watch?v=5vYI_mgERBU
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.
AES in GDScript implements AES cryptography in GDScript. It consists of only one script file, AES.gd. Either load this script in your project's AutoLoad, or attach it to a Node and make it a scene.
This plugin allows you to easy create and edit Bitmap font. Simply choose your texture, unicode number and specify rect of desired symbol. This tool allow you to add any part of any texture as any symbol. Other tools are looped and does not allows to add individual symbols, this one does. Tested and build on GoDot 3.0.5 but it should work on other versions as well1. Path to file. If you are creating new font it will be saved in this path. If you are editing font select path to it. Pathmust be full including *res://* or *usr://*.2. Path to texture. Same as path to file, path to texture must be full as well. Point this path to texture sheet of your font.3. Unicode code. This specify what symbol you are adding.4. X, Y, W and H are Rect2D coordinates of symbol you are adding. Rect is in pixels on your texture.5. Click button and let it work.6. Add more symbols by repeating steps 3-5 with same file. If editing existing font, texture is not required.About "Invalid path"---------------Both paths needs to contain "res://" or "usr://". Save path need to contain ".tres" and texture path need to contains ".png", ".jpg" or ".jpeg"
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
A small demo game in the spirit of Doodle Jump, using both VisualScript, GDScript and a Shader. Please see README.md for additional instructions after downloading.Screenshot: https://imgur.com/a/JaNFiuf
This plugin allows you to import/export DSCN files within the Godot editor.DSCN files have all the flexibility of normal scene files, can be imported/exported from anywhere in the file system, and can be imported/exported at run time.This plugin is NOT intended for use in projects in production. Right now the plugin is in a proof-of-concept/alpha stage!See https://github.com/TwistedTwigleg/DSCN_Plugin for more details!
Mecánicas del clásico Flappy Bird producidas en Godot Engine con los assets de Kenney.
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.
Emulator-style pixel upscaling algorithm. Ported from the SameBoy to Godot 3+. Works similarly to hqx at arbitrary precision.