Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#)
- Host: GitHub
- URL: https://github.com/picalines/godot-grid-node-2d
- Owner: Picalines
- License: mit
- Created: 2022-07-03T18:20:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T09:49:59.000Z (over 2 years ago)
- Last Synced: 2024-04-28T01:08:18.976Z (7 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.