From 505b85ea5bc8509278022f651afbabaf10268090 Mon Sep 17 00:00:00 2001 From: Brad Root Date: Sun, 9 Jan 2022 00:31:07 -0800 Subject: [PATCH] add quip about negative degrees --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80ea670..b009cbe 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ queue(animations: [ Completed animations should go in `ClockController.swift`. Bump up the `Int.random()` call and add a new `case` to the `switch`. Then submit a PR if you think the animation is cool :) +*Why are all the degree references in negative?* Because I'm too lazy to go back and make them positive after reworking the animation system. Submit a PR fixing it, if you want! + ## Authors * Brad Root - [amiantos](https://github.com/amiantos)