Skip to content

Fix: graphics tint using mix instead of multiply #369

Fix: graphics tint using mix instead of multiply

Fix: graphics tint using mix instead of multiply #369

Workflow file for this run

name: Visual Tests (Pull Request)
on:
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Project
uses: ./.github/actions/setup
- name: Test Project
uses: ./.github/actions/unit
with:
type: 'Visuals'