Skip to content

Modified player movement with WASD to allow arrow keys. Diagonal move… #11

Modified player movement with WASD to allow arrow keys. Diagonal move…

Modified player movement with WASD to allow arrow keys. Diagonal move… #11

Workflow file for this run

name: ci
on: [push]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: format code
run: tools/format_code.sh
- name: check diff
run: .github/format_check_diff.sh