Skip to content

Commit 3b6d15c

Browse files
authored
fix plural typo (#220)
1 parent 166a594 commit 3b6d15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/graphics/2d/ninepatches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Ninepatches
33
---
4-
This article introduce NinePatch images, how they can be created and how they
4+
This article introduces NinePatch images, how they can be created and how they
55
are used in a libGDX context.
66

77
## Before you start
@@ -156,4 +156,4 @@ When this is the only picture from the _export_-folder run in the SkinPacker the
156156
}
157157
```
158158

159-
We see that the packer actually defined nine patches (somebody should be mind blown by now!). One huge advantage with this is that we are no longer constrained to the 1 square for each region (as opposed to instantiate Ninepatches manually). We can now define more fine-grained nine patches. In addition to this, its much easier to just alter an image and run it through the packer, and it will define regions.
159+
We see that the packer actually defined nine patches (somebody should be mind blown by now!). One huge advantage with this is that we are no longer constrained to the 1 square for each region (as opposed to instantiate Ninepatches manually). We can now define more fine-grained nine patches. In addition to this, its much easier to just alter an image and run it through the packer, and it will define regions.

0 commit comments

Comments
 (0)