Add 'signalS' and signalO for applying easing functions to sprites/objects. (#260)

This commit is contained in:
David Himmelstrup 2022-01-23 16:27:43 +00:00 committed by GitHub
commit 30359e9d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 104 additions and 21 deletions

View file

@ -11,12 +11,12 @@ jobs:
BUILD: stack
STACK_YAML: stack.yaml
ARGS: --pedantic
stack-lts-15:
#stack-lts-16:
# BUILD: stack
# STACK_YAML: stack-lts-16.yaml
stack-lts-17:
BUILD: stack
STACK_YAML: stack-lts-14.yaml
stack-lts-14:
BUILD: stack
STACK_YAML: stack-lts-14.yaml
STACK_YAML: stack-lts-17.yaml
maxParallel: 6
steps:
- task: Cache@2