Strongly based on 30 days, Daily Godot Tutorial Challenge! shared by GDquest, this is a collection of plugins to create isometric games like RTS, RPG grid-base movement or building.
-
Open Godot engine, and create a new project
-
Copy this plugins (
isometric_*
) or clone this repo into[your-project]/addons
folder. -
Create a new scene and add a new node (
IsometricRoot
,IsometricPlayer
...)
- Godot 2.1 stable (version 3 coming soon)
Comming soon unit tests with gut
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michel Felipe - Initial plugins structure - mfdeveloper
This project is licensed under the MIT License - see the LICENSE.md file for details
- All rights reserved to the great original code base, sprites and lessons from youtube, shared by GDquest