It's a classic top-down stealth game. Not a bad way to do your first jam.
Something's strange about the audio slider. It does not smoothly adjust the audio, but instead jumps to various volumes. To correct this, use the slider's _value_changed() signal and use the audio server's set_bus_volume(master, linear_to_db(value)) function.