Posts
Blender Lets Play
Cancel

Godot 3.3 Android Development Setup

Set up Godot 3.3 for making games on android. Open the relevant documentation Godot Docs on exporting for Android Godot Docs on one-click deploy Godot Docs on supporting multiple...

Custom Ordered Color Palettes in Inkscape

Using the Inkscape Generate Palette plugin you can create custom sorted palettes: First install the extension – see README with options/instructions. Then restart Inkscape. Then arrange yo...

Infinite Backgrounds in Godot

The parallax nodes makes infinite backgrounds in godot really easy. Add these three nodes to your background scene: ParallaxBackground --┖╴ParallaxLayer ---- ┖╴Sprite Then add your bac...