Fixed a typo

This commit is contained in:
Fabio
2025-04-27 09:28:58 +02:00
parent 9d684f4d4e
commit 34fb1c8b96

View File

@@ -47,7 +47,7 @@ You can find the sollowing examples in the [Examples/Easing](Examples/Easing) fo
- `Easing.hws` : This example is embedded in the source code, just include the library and call the function `tween.TEST()` to see how it works.
- [BasicUsage.hws](Examples/Easing/BasicUsage.hws) : This is a very simple program that shows how to use tweens with only one animation running.
- [WorkingWithTweens.hws](Examples/Easing/WorkingWithTween.hws) : It's almost the same example embedded in the library source code under the function `tween.TEST()`.
- [WorkingWithTweens.hws](Examples/Easing/WorkingWithTweens.hws) : It's almost the same example embedded in the library source code under the function `tween.TEST()`.
---
## EASING FUNCTIONS