technistguru / PixelDot

Godot plugin for making 2D sandbox games like Terraria and Starbound.
MIT License
86 stars 9 forks source link
2d-game game-development godot godot-plugin sandbox-game

PixelDot

Godot plugin for making 2D sandbox games like Terraria and Starbound. This is in early development and should not be used for production projects.

Demo

Installation

Requires Godot Mono. Documentation for using c# in Godot.

  1. Create addons/ folder in your project directory.
  2. Clone this repository into the addons/ folder.
  3. Open your project in Godot and click on Build. You may need to create a new c# script to have this option.
  4. Enable this plugin from Project Settings -> Plugins menu.

You should now see the custom types BlockMap, BlockFluid, BlockLayer, and CPU-BlockLighting in the Create New Node menu.

Usage

Example

Parameters

BlockMap

Block Fluid

CPU-BlockLighting