<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>1.4.0.0</Version>
  <DefaultFileName />
  <Fullscreen>true</Fullscreen>
  <WindowScale>4</WindowScale>
  <ViewportPadding>0</ViewportPadding>
  <VSync>true</VSync>
  <DisableFlashes>false</DisableFlashes>
  <ScreenShake>true</ScreenShake>
  <Rumble>true</Rumble>
  <GrabMode>Hold</GrabMode>
  <CrouchDashMode>Press</CrouchDashMode>
  <MusicVolume>2</MusicVolume>
  <SFXVolume>2</SFXVolume>
  <SpeedrunClock>File</SpeedrunClock>
  <LastSaveFile>0</LastSaveFile>
  <Language>english</Language>
  <Pico8OnMainMenu>true</Pico8OnMainMenu>
  <SetViewportOnce>true</SetViewportOnce>
  <VariantsUnlocked>false</VariantsUnlocked>
  <Left>
    <Keyboard>
      <Keys>Left</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickLeft</Buttons>
      <Buttons>DPadLeft</Buttons>
    </Controller>
  </Left>
  <Right>
    <Keyboard>
      <Keys>Right</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickRight</Buttons>
      <Buttons>DPadRight</Buttons>
    </Controller>
  </Right>
  <Down>
    <Keyboard>
      <Keys>Down</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickDown</Buttons>
      <Buttons>DPadDown</Buttons>
    </Controller>
  </Down>
  <Up>
    <Keyboard>
      <Keys>Up</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickUp</Buttons>
      <Buttons>DPadUp</Buttons>
    </Controller>
  </Up>
  <MenuLeft>
    <Keyboard>
      <Keys>Left</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickLeft</Buttons>
      <Buttons>DPadLeft</Buttons>
    </Controller>
  </MenuLeft>
  <MenuRight>
    <Keyboard>
      <Keys>Right</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickRight</Buttons>
      <Buttons>DPadRight</Buttons>
    </Controller>
  </MenuRight>
  <MenuDown>
    <Keyboard>
      <Keys>Down</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickDown</Buttons>
      <Buttons>DPadDown</Buttons>
    </Controller>
  </MenuDown>
  <MenuUp>
    <Keyboard>
      <Keys>Up</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftThumbstickUp</Buttons>
      <Buttons>DPadUp</Buttons>
    </Controller>
  </MenuUp>
  <Grab>
    <Keyboard>
      <Keys>Z</Keys>
      <Keys>V</Keys>
      <Keys>LeftShift</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftTrigger</Buttons>
      <Buttons>RightTrigger</Buttons>
      <Buttons>LeftShoulder</Buttons>
      <Buttons>RightShoulder</Buttons>
    </Controller>
  </Grab>
  <Jump>
    <Keyboard>
      <Keys>C</Keys>
    </Keyboard>
    <Controller>
      <Buttons>A</Buttons>
      <Buttons>Y</Buttons>
    </Controller>
  </Jump>
  <Dash>
    <Keyboard>
      <Keys>X</Keys>
    </Keyboard>
    <Controller>
      <Buttons>X</Buttons>
      <Buttons>B</Buttons>
    </Controller>
  </Dash>
  <Talk>
    <Keyboard>
      <Keys>X</Keys>
    </Keyboard>
    <Controller>
      <Buttons>B</Buttons>
    </Controller>
  </Talk>
  <Pause>
    <Keyboard>
      <Keys>Enter</Keys>
    </Keyboard>
    <Controller>
      <Buttons>Start</Buttons>
    </Controller>
  </Pause>
  <Confirm>
    <Keyboard>
      <Keys>C</Keys>
    </Keyboard>
    <Controller>
      <Buttons>A</Buttons>
    </Controller>
  </Confirm>
  <Cancel>
    <Keyboard>
      <Keys>X</Keys>
      <Keys>Back</Keys>
    </Keyboard>
    <Controller>
      <Buttons>B</Buttons>
      <Buttons>X</Buttons>
    </Controller>
  </Cancel>
  <Journal>
    <Keyboard>
      <Keys>Tab</Keys>
    </Keyboard>
    <Controller>
      <Buttons>LeftTrigger</Buttons>
    </Controller>
  </Journal>
  <QuickRestart>
    <Keyboard>
      <Keys>R</Keys>
    </Keyboard>
    <Controller />
  </QuickRestart>
  <DemoDash>
    <Keyboard />
    <Controller>
      <Buttons>B</Buttons>
    </Controller>
  </DemoDash>
  <RightMoveOnly>
    <Keyboard />
    <Controller />
  </RightMoveOnly>
  <LeftMoveOnly>
    <Keyboard />
    <Controller />
  </LeftMoveOnly>
  <UpMoveOnly>
    <Keyboard />
    <Controller />
  </UpMoveOnly>
  <DownMoveOnly>
    <Keyboard />
    <Controller />
  </DownMoveOnly>
  <RightDashOnly>
    <Keyboard />
    <Controller />
  </RightDashOnly>
  <LeftDashOnly>
    <Keyboard />
    <Controller />
  </LeftDashOnly>
  <UpDashOnly>
    <Keyboard />
    <Controller />
  </UpDashOnly>
  <DownDashOnly>
    <Keyboard />
    <Controller />
  </DownDashOnly>
  <LaunchWithFMODLiveUpdate>false</LaunchWithFMODLiveUpdate>
  <LaunchInDebugMode>false</LaunchInDebugMode>
  <!--
		LaunchWithFMODLiveUpdate:
			This Enables FMOD Studio Live Update so you can interact with the sounds in real time.
			Note this will also require access to the private network.
		
		LaunchInDebugMode:
			Debug Mode can destroy save files, crash the game, and do other unwanted behaviour.
			It is not documented. Use at own risk.
	-->
</Settings>