arypbatista / godot-bordered-polygon-2d

Polygon2D with textured borders
MIT License
61 stars 9 forks source link

I think i fixed the offsetting. #8

Closed jtaart closed 7 years ago

jtaart commented 7 years ago

before: after:

arypbatista commented 7 years ago

Hey, just added you as a collaborator for this repository.

Let's work like this:

When you want to add a new feature, you create a branch from develop with the feature name. For example:

$ git checkout develop
$ git checkout -b smooth-levels            # Local branch
$ git push -u origin smooth-levels         # Pushing local branch to github

Then, when you complete the feature, you request a pull from smooth-levels into develop. And once we have some set of stable features, we can pull request into master.

Pull requests help us to peer review the incoming code.