Skip to content

wip (engine) add delta time support for smooth rendering for differen… #37

wip (engine) add delta time support for smooth rendering for differen…

wip (engine) add delta time support for smooth rendering for differen… #37

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to the Minipoint community. We'll look into the issue real soon :)"
pr-message: "Thanks for your valuable contribution. We'll check if it's actually valuable"