Medieval Arrow é um projeto em desenvolvimento, nos acompanhe pelo telegram. Feito com Godot
Godot
Com o godot previamente instalado, baixe o repositório.
- HTTPS:
https://github.com/Projeto-Entre-Amigos/medieval-arrow.git
- SSH:
git@github.com:Projeto-Entre-Amigos/medieval-arrow.git
Abra como projeto no Godot.
- Crie a branch referente ao que vai ser feito (
git checkout -b meu-novo-recurso
) - Faça commit de suas mudanças (
git commit -am 'Adiciona recurso x'
) - Envie as mudanças (
git push origin meu-novo-recurso
) - Crie um Pull Request