Skip to content

Instantly share code, notes, and snippets.

@salty-godzilla
Created June 12, 2018 04:29
Show Gist options
  • Select an option

  • Save salty-godzilla/f935d01ff9c75474b2eced3c00445843 to your computer and use it in GitHub Desktop.

Select an option

Save salty-godzilla/f935d01ff9c75474b2eced3c00445843 to your computer and use it in GitHub Desktop.

Revisions

  1. salty-godzilla created this gist Jun 12, 2018.
    10 changes: 10 additions & 0 deletions settings.toml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    [Render]
    framerate_limit = 120
    enable_vsync = true

    [Control]
    move_forward = "K_W"
    move_backward = "K_S"
    move_left = "K_A"
    move_right = "K_D"
    jump = "K_SPACE"