Skip to content

perf: make player movement more efficient by lowering the fps #473

perf: make player movement more efficient by lowering the fps

perf: make player movement more efficient by lowering the fps #473

Workflow file for this run

name: Deploy
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}