Added a new example: animation curves (#268)

* A somewhat advanced example with custom curve controls.

* Name update

* typos

* comments
This commit is contained in:
Pierre Jaffuer
2023-04-08 21:14:40 +04:00
committed by GitHub
parent 5d1de95ba2
commit 1d9fd31074
3 changed files with 999 additions and 1 deletions

View File

@ -354,7 +354,8 @@ EXAMPLES = \
portable_window/portable_window \
scroll_panel/scroll_panel \
style_selector/style_selector \
custom_sliders/custom_sliders
custom_sliders/custom_sliders \
animation_curve/animation_curve
CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST))