We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b38f6a commit b3b0196Copy full SHA for b3b0196
2 files changed
Changelog.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## Version 1.2.0
4
+
5
+- Added custom font support, courtesy of @piepie62.
6
7
+## Version 1.1.0
8
9
+- Added proctex-powered untextured circle/ellipse rendering functions, courtesy of @Swiftloke.
10
+- Added C2D_TextBufResize.
11
+- Fixed bug involving sprite center being negative when setting a negative scale, and thus giving incorrect positioning.
12
13
## Version 1.0.0
14
15
Initial release.
Makefile
@@ -9,7 +9,7 @@ endif
include $(DEVKITARM)/3ds_rules
export CITRO2D_MAJOR := 1
-export CITRO2D_MINOR := 1
+export CITRO2D_MINOR := 2
export CITRO2D_PATCH := 0
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
0 commit comments