Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/picalines/godot-grid-node-2d

GridNode2D for Godot (C#)
https://github.com/picalines/godot-grid-node-2d

Last synced: 1 day ago
JSON representation

GridNode2D for Godot (C#)

Awesome Lists containing this project

README

        

# godot-grid-node-2d

This plugin adds a custom `GridNode2D` node for Godot 3.x and C# 9+.

It's basicly a boilerplate that I've been using in top-down view grid based games.

See [GridNode2D.cs](addons/grid-node-2d/GridNode2D.cs) for method docs. [GridDirection2D.cs](addons/grid-node-2d/GridDirection2D.cs) contains useful extension methods.