Add Godot-GameTemplate by @nezvers

This commit is contained in:
Hugo Locurcio 2020-01-09 14:16:28 +01:00
parent 35e74df0e9
commit e3ce7f7f33
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -10,6 +10,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
- [2D](#2d)
- [3D](#3d)
- [Projects](#projects)
- [Templates](#templates)
- [Demos](#demos)
- [Tutorials](#tutorials)
- [Text tutorials](#text-tutorials)
@ -67,6 +68,12 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
- [Pixelorama](https://github.com/Orama-Interactive/Pixelorama) - 2D pixel art editor (Godot 3.1).
- [Material Maker](https://github.com/RodZill4/godot-procedural-textures) - Create PBR materials procedurally (similar to Substance Designer) (Godot 3.1).
## Templates
*Projects to use as a base for your own games.*
- [Godot-GameTemplate](https://github.com/nezvers/Godot-GameTemplate) - Template with all necessary stuff taken care of. Designed for pixel art games (Godot 3.1).
## Demos
*Demos to learn GDScript, its concepts, and various game features.*