gitextract_gnfzns45/ ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.md │ └── workflows/ │ ├── activation.yml │ ├── build.yml │ ├── docs.yml │ └── nightly_notification.yml ├── .gitignore ├── .vsconfig ├── Assets/ │ ├── Default/ │ │ ├── Audio/ │ │ │ ├── Credits.txt │ │ │ ├── Credits.txt.meta │ │ │ ├── mus_barrier.ogg │ │ │ ├── mus_barrier.ogg.meta │ │ │ ├── mus_battle1 fj7x.ogg │ │ │ ├── mus_battle1 fj7x.ogg.meta │ │ │ ├── mus_battle1.ogg │ │ │ ├── mus_battle1.ogg.meta │ │ │ ├── mus_gameover.ogg │ │ │ └── mus_gameover.ogg.meta │ │ ├── Audio.meta │ │ ├── Shaders/ │ │ │ ├── cyfshaders/ │ │ │ │ ├── linux │ │ │ │ ├── linux.meta │ │ │ │ ├── mac │ │ │ │ ├── mac.meta │ │ │ │ ├── windows │ │ │ │ └── windows.meta │ │ │ └── cyfshaders.meta │ │ ├── Shaders.meta │ │ ├── Sounds/ │ │ │ ├── BeginBattle1.wav.meta │ │ │ ├── BeginBattle2.wav.meta │ │ │ ├── BeginBattle3.wav.meta │ │ │ ├── HotCat.wav.meta │ │ │ ├── HotDog.wav.meta │ │ │ ├── LegHero.wav.meta │ │ │ ├── SeaTea.wav.meta │ │ │ ├── ShopFail.wav.meta │ │ │ ├── ShopSuccess.wav.meta │ │ │ ├── Voices/ │ │ │ │ ├── monsterfont.wav.meta │ │ │ │ ├── tem1.wav.meta │ │ │ │ ├── tem2.wav.meta │ │ │ │ ├── tem3.wav.meta │ │ │ │ ├── tem4.wav.meta │ │ │ │ ├── tem5.wav.meta │ │ │ │ ├── tem6.wav.meta │ │ │ │ ├── uifont.wav.meta │ │ │ │ ├── uifontold.wav.meta │ │ │ │ ├── v_asriel.wav.meta │ │ │ │ ├── v_flowey.wav.meta │ │ │ │ ├── v_floweymad.wav.meta │ │ │ │ ├── v_fluffybuns.wav.meta │ │ │ │ ├── v_papyrus.wav.meta │ │ │ │ └── v_sans.wav.meta │ │ │ ├── Voices.meta │ │ │ ├── dogsecret.wav.meta │ │ │ ├── enemydust.wav.meta │ │ │ ├── healsound.wav.meta │ │ │ ├── heartbeatbreaker.wav.meta │ │ │ ├── heartsplosion.wav.meta │ │ │ ├── hitsound.wav.meta │ │ │ ├── hurtsound.wav.meta │ │ │ ├── levelup.wav.meta │ │ │ ├── menuconfirm.wav.meta │ │ │ ├── menumove.wav.meta │ │ │ ├── meow1.wav.meta │ │ │ ├── meow2.wav.meta │ │ │ ├── meow3.wav.meta │ │ │ ├── meow4.wav.meta │ │ │ ├── meow5.wav.meta │ │ │ ├── meow6.wav.meta │ │ │ ├── meow7.wav.meta │ │ │ ├── meow8.wav.meta │ │ │ ├── runaway.wav.meta │ │ │ ├── saved.wav.meta │ │ │ ├── slice.wav.meta │ │ │ └── success.wav.meta │ │ ├── Sounds.meta │ │ ├── Sprites/ │ │ │ ├── AsrielOW/ │ │ │ │ ├── 0.png.meta │ │ │ │ ├── 1.png.meta │ │ │ │ ├── 10.png.meta │ │ │ │ ├── 11.png.meta │ │ │ │ ├── 12.png.meta │ │ │ │ ├── 13.png.meta │ │ │ │ ├── 14.png.meta │ │ │ │ ├── 15.png.meta │ │ │ │ ├── 2.png.meta │ │ │ │ ├── 3.png.meta │ │ │ │ ├── 4.png.meta │ │ │ │ ├── 5.png.meta │ │ │ │ ├── 6.png.meta │ │ │ │ ├── 7.png.meta │ │ │ │ ├── 8.png.meta │ │ │ │ ├── 9.png.meta │ │ │ │ ├── Huggu/ │ │ │ │ │ ├── h0.png.meta │ │ │ │ │ ├── h1.png.meta │ │ │ │ │ ├── h2.png.meta │ │ │ │ │ ├── h3.png.meta │ │ │ │ │ ├── h4.png.meta │ │ │ │ │ ├── h5.png.meta │ │ │ │ │ ├── h6.png.meta │ │ │ │ │ ├── h7.png.meta │ │ │ │ │ ├── h8.png.meta │ │ │ │ │ └── h9.png.meta │ │ │ │ ├── Huggu.meta │ │ │ │ ├── s0.png.meta │ │ │ │ ├── s1.png.meta │ │ │ │ ├── s10-1.png.meta │ │ │ │ ├── s10-2.png.meta │ │ │ │ ├── s11.png.meta │ │ │ │ ├── s12.png.meta │ │ │ │ ├── s13.png.meta │ │ │ │ ├── s14.png.meta │ │ │ │ ├── s15.png.meta │ │ │ │ ├── s16.png.meta │ │ │ │ ├── s17.png.meta │ │ │ │ ├── s18.png.meta │ │ │ │ ├── s2.png.meta │ │ │ │ ├── s3.png.meta │ │ │ │ ├── s4.png.meta │ │ │ │ ├── s5.png.meta │ │ │ │ ├── s6.png.meta │ │ │ │ ├── s7.png.meta │ │ │ │ ├── s8.png.meta │ │ │ │ └── s9.png.meta │ │ │ ├── AsrielOW.meta │ │ │ ├── BoosterOW/ │ │ │ │ ├── 0.png.meta │ │ │ │ ├── 1.png.meta │ │ │ │ ├── 10.png.meta │ │ │ │ ├── 11.png.meta │ │ │ │ ├── 12.png.meta │ │ │ │ ├── 13.png.meta │ │ │ │ ├── 14.png.meta │ │ │ │ ├── 15.png.meta │ │ │ │ ├── 2.png.meta │ │ │ │ ├── 3.png.meta │ │ │ │ ├── 4.png.meta │ │ │ │ ├── 5.png.meta │ │ │ │ ├── 6.png.meta │ │ │ │ ├── 7.png.meta │ │ │ │ ├── 8.png.meta │ │ │ │ ├── 9.png.meta │ │ │ │ ├── j0.png.meta │ │ │ │ └── j1.png.meta │ │ │ ├── BoosterOW.meta │ │ │ ├── CharaOW/ │ │ │ │ ├── 0.png.meta │ │ │ │ ├── 1.png.meta │ │ │ │ ├── 10.png.meta │ │ │ │ ├── 11.png.meta │ │ │ │ ├── 12.png.meta │ │ │ │ ├── 13.png.meta │ │ │ │ ├── 14.png.meta │ │ │ │ ├── 15.png.meta │ │ │ │ ├── 2.png.meta │ │ │ │ ├── 3.png.meta │ │ │ │ ├── 4.png.meta │ │ │ │ ├── 5.png.meta │ │ │ │ ├── 6.png.meta │ │ │ │ ├── 7.png.meta │ │ │ │ ├── 8.png.meta │ │ │ │ ├── 9.png.meta │ │ │ │ ├── l1.png.meta │ │ │ │ ├── l2.png.meta │ │ │ │ └── l3.png.meta │ │ │ ├── CharaOW.meta │ │ │ ├── FriskUT/ │ │ │ │ ├── 0.png.meta │ │ │ │ ├── 1.png.meta │ │ │ │ ├── 10.png.meta │ │ │ │ ├── 11.png.meta │ │ │ │ ├── 12.png.meta │ │ │ │ ├── 13.png.meta │ │ │ │ ├── 14.png.meta │ │ │ │ ├── 15.png.meta │ │ │ │ ├── 2.png.meta │ │ │ │ ├── 3.png.meta │ │ │ │ ├── 4.png.meta │ │ │ │ ├── 5.png.meta │ │ │ │ ├── 6.png.meta │ │ │ │ ├── 7.png.meta │ │ │ │ ├── 8.png.meta │ │ │ │ ├── 9.png.meta │ │ │ │ ├── Fall/ │ │ │ │ │ ├── ef0.png.meta │ │ │ │ │ ├── ef1.png.meta │ │ │ │ │ ├── ef2.png.meta │ │ │ │ │ ├── ef3.png.meta │ │ │ │ │ ├── ef4.png.meta │ │ │ │ │ ├── f0.png.meta │ │ │ │ │ ├── f1.png.meta │ │ │ │ │ ├── f2.png.meta │ │ │ │ │ ├── f3.png.meta │ │ │ │ │ └── f4.png.meta │ │ │ │ ├── Fall.meta │ │ │ │ ├── Glitch/ │ │ │ │ │ ├── g0.png.meta │ │ │ │ │ ├── g1.png.meta │ │ │ │ │ ├── g2.png.meta │ │ │ │ │ └── gg.png.meta │ │ │ │ └── Glitch.meta │ │ │ ├── FriskUT.meta │ │ │ ├── MonsterKidOW/ │ │ │ │ ├── 0.png.meta │ │ │ │ ├── 1.png.meta │ │ │ │ ├── 10.png.meta │ │ │ │ ├── 11.png.meta │ │ │ │ ├── 12.png.meta │ │ │ │ ├── 13.png.meta │ │ │ │ ├── 14.png.meta │ │ │ │ ├── 15.png.meta │ │ │ │ ├── 2.png.meta │ │ │ │ ├── 3.png.meta │ │ │ │ ├── 4.png.meta │ │ │ │ ├── 5.png.meta │ │ │ │ ├── 6.png.meta │ │ │ │ ├── 7.png.meta │ │ │ │ ├── 8.png.meta │ │ │ │ ├── 9.png.meta │ │ │ │ ├── f0.png.meta │ │ │ │ ├── f1.png.meta │ │ │ │ ├── f10.png.meta │ │ │ │ ├── f11.png.meta │ │ │ │ ├── f2.png.meta │ │ │ │ ├── f3.png.meta │ │ │ │ ├── f4.png.meta │ │ │ │ ├── f5.png.meta │ │ │ │ ├── f6.png.meta │ │ │ │ ├── f7.png.meta │ │ │ │ ├── f8.png.meta │ │ │ │ └── f9.png.meta │ │ │ ├── MonsterKidOW.meta │ │ │ ├── Mugshots/ │ │ │ │ ├── Asriel/ │ │ │ │ │ ├── happy.png.meta │ │ │ │ │ ├── happyT.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── normalT.png.meta │ │ │ │ │ ├── sad.png.meta │ │ │ │ │ ├── sadT.png.meta │ │ │ │ │ ├── verySad.png.meta │ │ │ │ │ └── what.png.meta │ │ │ │ ├── Asriel.meta │ │ │ │ ├── Booster/ │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ ├── angryT.png.meta │ │ │ │ │ ├── awMan.png.meta │ │ │ │ │ ├── happy.png.meta │ │ │ │ │ ├── happyT.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── normalT.png.meta │ │ │ │ │ ├── sad.png.meta │ │ │ │ │ ├── sadT.png.meta │ │ │ │ │ ├── shock.png.meta │ │ │ │ │ └── shockT.png.meta │ │ │ │ ├── Booster.meta │ │ │ │ ├── Chara/ │ │ │ │ │ ├── ahem.png.meta │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ ├── badsmile.png.meta │ │ │ │ │ ├── creepy.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── sad.png.meta │ │ │ │ │ ├── smile.png.meta │ │ │ │ │ └── thinking.png.meta │ │ │ │ ├── Chara.meta │ │ │ │ ├── Frisk/ │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ ├── angryLeft.png.meta │ │ │ │ │ ├── angryRight.png.meta │ │ │ │ │ ├── displeased.png.meta │ │ │ │ │ ├── frustrated.png.meta │ │ │ │ │ ├── fury.png.meta │ │ │ │ │ ├── glad.png.meta │ │ │ │ │ ├── happy.png.meta │ │ │ │ │ ├── mad.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── normalOld.png.meta │ │ │ │ │ ├── sad.png.meta │ │ │ │ │ ├── serious.png.meta │ │ │ │ │ ├── woke.png.meta │ │ │ │ │ └── wokeOld.png.meta │ │ │ │ ├── Frisk.meta │ │ │ │ ├── Lukark/ │ │ │ │ │ ├── =3.png.meta │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ ├── determimed.png.meta │ │ │ │ │ ├── determined.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── perv.png.meta │ │ │ │ │ ├── pity.png.meta │ │ │ │ │ ├── seriously.png.meta │ │ │ │ │ ├── sorry.png.meta │ │ │ │ │ ├── surprised.png.meta │ │ │ │ │ └── waitwhat.png.meta │ │ │ │ ├── Lukark.meta │ │ │ │ ├── MK/ │ │ │ │ │ ├── determined.png.meta │ │ │ │ │ ├── happy.png.meta │ │ │ │ │ ├── horrified.png.meta │ │ │ │ │ ├── horrified2.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── sad.png.meta │ │ │ │ │ ├── sad2.png.meta │ │ │ │ │ ├── stars.png.meta │ │ │ │ │ └── surprised.png.meta │ │ │ │ ├── MK.meta │ │ │ │ ├── Punder/ │ │ │ │ │ ├── angryIntimidated.png.meta │ │ │ │ │ ├── intimidated.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── shocked.png.meta │ │ │ │ │ ├── superIntimidated.png.meta │ │ │ │ │ └── veryHappy.png.meta │ │ │ │ ├── Punder.meta │ │ │ │ └── Test_literal.png.meta │ │ │ ├── Mugshots.meta │ │ │ ├── Photo.png.meta │ │ │ ├── PhotoBack.png.meta │ │ │ ├── SavePoint/ │ │ │ │ ├── 0.png.meta │ │ │ │ └── 1.png.meta │ │ │ ├── SavePoint.meta │ │ │ ├── UI/ │ │ │ │ ├── Battle/ │ │ │ │ │ ├── heartshard_0.png.meta │ │ │ │ │ ├── heartshard_1.png.meta │ │ │ │ │ ├── heartshard_2.png.meta │ │ │ │ │ ├── heartshard_3.png.meta │ │ │ │ │ ├── spr_dustcloud_1.png.meta │ │ │ │ │ ├── spr_hpname_0.png.meta │ │ │ │ │ ├── spr_slice_o_0.png.meta │ │ │ │ │ ├── spr_slice_o_1.png.meta │ │ │ │ │ ├── spr_slice_o_2.png.meta │ │ │ │ │ ├── spr_slice_o_3.png.meta │ │ │ │ │ ├── spr_slice_o_4.png.meta │ │ │ │ │ ├── spr_slice_o_5.png.meta │ │ │ │ │ ├── spr_target_0.png.meta │ │ │ │ │ ├── spr_targetchoice_0.png.meta │ │ │ │ │ └── spr_targetchoice_1.png.meta │ │ │ │ ├── Battle.meta │ │ │ │ ├── Buttons/ │ │ │ │ │ ├── actbt_0.png.meta │ │ │ │ │ ├── actbt_1.png.meta │ │ │ │ │ ├── catbt_0.png.meta │ │ │ │ │ ├── catbt_1.png.meta │ │ │ │ │ ├── fightbt_0.png.meta │ │ │ │ │ ├── fightbt_1.png.meta │ │ │ │ │ ├── gifhtbt_0.png.meta │ │ │ │ │ ├── gifhtbt_1.png.meta │ │ │ │ │ ├── itembt_0.png.meta │ │ │ │ │ ├── itembt_1.png.meta │ │ │ │ │ ├── mecrybt_0.png.meta │ │ │ │ │ ├── mecrybt_1.png.meta │ │ │ │ │ ├── mercybt_0.png.meta │ │ │ │ │ ├── mercybt_1.png.meta │ │ │ │ │ ├── tembt_0.png.meta │ │ │ │ │ ├── tembt_1.png.meta │ │ │ │ │ └── tiembt_0.png.meta │ │ │ │ ├── Buttons.meta │ │ │ │ ├── Fonts/ │ │ │ │ │ ├── automap_from_meta.py │ │ │ │ │ ├── automap_from_meta.py.meta │ │ │ │ │ ├── menu.png.meta │ │ │ │ │ ├── menu.xml │ │ │ │ │ ├── menu.xml.meta │ │ │ │ │ ├── monster.png.meta │ │ │ │ │ ├── monster.xml │ │ │ │ │ ├── monster.xml.meta │ │ │ │ │ ├── monsternew.xml │ │ │ │ │ ├── monsternew.xml.meta │ │ │ │ │ ├── papyrus.png.meta │ │ │ │ │ ├── papyrus.xml │ │ │ │ │ ├── papyrus.xml.meta │ │ │ │ │ ├── sans.png.meta │ │ │ │ │ ├── sans.xml │ │ │ │ │ ├── sans.xml.meta │ │ │ │ │ ├── uibattlesmall.png.meta │ │ │ │ │ ├── uibattlesmall.xml │ │ │ │ │ ├── uibattlesmall.xml.meta │ │ │ │ │ ├── uidamagetext.png.meta │ │ │ │ │ ├── uidamagetext.xml │ │ │ │ │ ├── uidamagetext.xml.meta │ │ │ │ │ ├── uidamagetransp.png.meta │ │ │ │ │ ├── uidamagetransp.xml │ │ │ │ │ ├── uidamagetransp.xml.meta │ │ │ │ │ ├── uidialog.png.meta │ │ │ │ │ ├── uidialog.xml │ │ │ │ │ ├── uidialog.xml.meta │ │ │ │ │ ├── uidialoglilspace.png.meta │ │ │ │ │ ├── uidialoglilspace.xml │ │ │ │ │ ├── uidialoglilspace.xml.meta │ │ │ │ │ ├── uidialognew.png.meta │ │ │ │ │ ├── uidialognew.xml │ │ │ │ │ ├── uidialognew.xml.meta │ │ │ │ │ ├── unnamed_2013.png.meta │ │ │ │ │ ├── unnamed_2014.png.meta │ │ │ │ │ ├── unnamed_2016.png.meta │ │ │ │ │ ├── wingdings.png.meta │ │ │ │ │ ├── wingdings.xml │ │ │ │ │ └── wingdings.xml.meta │ │ │ │ ├── Fonts.meta │ │ │ │ ├── SpeechBubbles/ │ │ │ │ │ ├── bottom.png.meta │ │ │ │ │ ├── bottom.xml │ │ │ │ │ ├── bottom.xml.meta │ │ │ │ │ ├── empty.png.meta │ │ │ │ │ ├── left.png.meta │ │ │ │ │ ├── left.xml │ │ │ │ │ ├── left.xml.meta │ │ │ │ │ ├── leftlarge.png.meta │ │ │ │ │ ├── leftlarge.xml │ │ │ │ │ ├── leftlarge.xml.meta │ │ │ │ │ ├── leftlargeminus.png.meta │ │ │ │ │ ├── leftlargeminus.xml │ │ │ │ │ ├── leftlargeminus.xml.meta │ │ │ │ │ ├── leftshort.png.meta │ │ │ │ │ ├── leftshort.xml │ │ │ │ │ ├── leftshort.xml.meta │ │ │ │ │ ├── leftwide.png.meta │ │ │ │ │ ├── leftwide.xml │ │ │ │ │ ├── leftwide.xml.meta │ │ │ │ │ ├── leftwideminus.png.meta │ │ │ │ │ ├── leftwideminus.xml │ │ │ │ │ ├── leftwideminus.xml.meta │ │ │ │ │ ├── right.png.meta │ │ │ │ │ ├── right.xml │ │ │ │ │ ├── right.xml.meta │ │ │ │ │ ├── rightlarge.png.meta │ │ │ │ │ ├── rightlarge.xml │ │ │ │ │ ├── rightlarge.xml.meta │ │ │ │ │ ├── rightlargeminus.png.meta │ │ │ │ │ ├── rightlargeminus.xml │ │ │ │ │ ├── rightlargeminus.xml.meta │ │ │ │ │ ├── rightlong.png.meta │ │ │ │ │ ├── rightlong.xml │ │ │ │ │ ├── rightlong.xml.meta │ │ │ │ │ ├── rightshort.png.meta │ │ │ │ │ ├── rightshort.xml │ │ │ │ │ ├── rightshort.xml.meta │ │ │ │ │ ├── rightwide.png.meta │ │ │ │ │ ├── rightwide.xml │ │ │ │ │ ├── rightwide.xml.meta │ │ │ │ │ ├── rightwideminus.png.meta │ │ │ │ │ ├── rightwideminus.xml │ │ │ │ │ ├── rightwideminus.xml.meta │ │ │ │ │ ├── spr_blcontiny_0.png.meta │ │ │ │ │ ├── top.png.meta │ │ │ │ │ ├── top.xml │ │ │ │ │ ├── top.xml.meta │ │ │ │ │ ├── toptiny.png.meta │ │ │ │ │ ├── toptiny.xml │ │ │ │ │ └── toptiny.xml.meta │ │ │ │ ├── SpeechBubbles.meta │ │ │ │ ├── spr_gameoverbg_0.png.meta │ │ │ │ ├── spr_hpname_0.png.meta │ │ │ │ ├── spr_phname_0.png.meta │ │ │ │ ├── spr_target_0.png.meta │ │ │ │ └── sq_white.png.meta │ │ │ ├── UI.meta │ │ │ ├── bar-px.png.meta │ │ │ ├── black.png.meta │ │ │ ├── empty.png.meta │ │ │ ├── px.png.meta │ │ │ ├── spr_chestbox_0.png.meta │ │ │ ├── spr_heartgtfo_0.png.meta │ │ │ ├── spr_heartgtfo_1.png.meta │ │ │ ├── ut-heart-broken.png.meta │ │ │ └── ut-heart.png.meta │ │ └── Sprites.meta │ ├── Default.meta │ ├── Editor/ │ │ ├── BundleShaders.cs │ │ ├── BundleShaders.cs.meta │ │ ├── Shaders/ │ │ │ ├── CYFShaderTemplate.shader │ │ │ ├── CYFShaderTemplate.shader.meta │ │ │ ├── Displacement.shader │ │ │ ├── Displacement.shader.meta │ │ │ ├── FitScreen.shader │ │ │ ├── FitScreen.shader.meta │ │ │ ├── Gradient.shader │ │ │ ├── Gradient.shader.meta │ │ │ ├── Invert.shader │ │ │ ├── Invert.shader.meta │ │ │ ├── Rotation.shader │ │ │ ├── Rotation.shader.meta │ │ │ ├── ScreenScale.shader │ │ │ ├── ScreenScale.shader.meta │ │ │ ├── Wave.shader │ │ │ └── Wave.shader.meta │ │ ├── Shaders.meta │ │ ├── UnityBuilderAction/ │ │ │ ├── BuildScript.cs │ │ │ └── BuildScript.cs.meta │ │ └── UnityBuilderAction.meta │ ├── Editor.meta │ ├── Fonts/ │ │ ├── Arial/ │ │ │ ├── ARIAL.TTF.meta │ │ │ ├── ARIALBD.TTF.meta │ │ │ └── ARIALI.TTF.meta │ │ ├── Arial.meta │ │ ├── PixelOperator/ │ │ │ ├── LICENSE.txt │ │ │ ├── LICENSE.txt.meta │ │ │ └── PixelOperator-Bold.ttf.meta │ │ └── PixelOperator.meta │ ├── Fonts.meta │ ├── Mods/ │ │ ├── @0.5.0_SEE_CRATE/ │ │ │ ├── Audio/ │ │ │ │ ├── mus_undertale.ogg │ │ │ │ ├── mus_undertale.ogg.meta │ │ │ │ ├── put your music here, oggs only │ │ │ │ ├── put your music here, oggs only.meta │ │ │ │ ├── thechoice.ogg │ │ │ │ └── thechoice.ogg.meta │ │ │ ├── Audio.meta │ │ │ ├── DON'T SPOIL YOURSELF │ │ │ ├── DON'T SPOIL YOURSELF.meta │ │ │ ├── Lua/ │ │ │ │ ├── Animations/ │ │ │ │ │ ├── ScruffleAnim.lua │ │ │ │ │ ├── ScruffleAnim.lua.meta │ │ │ │ │ ├── StaticAnim.lua │ │ │ │ │ ├── StaticAnim.lua.meta │ │ │ │ │ ├── exrumia_anim.lua │ │ │ │ │ ├── exrumia_anim.lua.meta │ │ │ │ │ ├── lukark_anim.lua │ │ │ │ │ └── lukark_anim.lua.meta │ │ │ │ ├── Animations.meta │ │ │ │ ├── Encounters/ │ │ │ │ │ ├── Story1.lua │ │ │ │ │ ├── Story1.lua.meta │ │ │ │ │ ├── Story2.lua │ │ │ │ │ ├── Story2.lua.meta │ │ │ │ │ ├── Story3.lua │ │ │ │ │ ├── Story3.lua.meta │ │ │ │ │ ├── Story4.lua │ │ │ │ │ ├── Story4.lua.meta │ │ │ │ │ ├── Story5.lua │ │ │ │ │ ├── Story5.lua.meta │ │ │ │ │ ├── TheFinalChoice.lua │ │ │ │ │ └── TheFinalChoice.lua.meta │ │ │ │ ├── Encounters.meta │ │ │ │ ├── Events/ │ │ │ │ │ ├── MusicWarper.lua │ │ │ │ │ ├── MusicWarper.lua.meta │ │ │ │ │ ├── Story1.lua │ │ │ │ │ ├── Story1.lua.meta │ │ │ │ │ ├── Story2.lua │ │ │ │ │ ├── Story2.lua.meta │ │ │ │ │ ├── Story3.lua │ │ │ │ │ ├── Story3.lua.meta │ │ │ │ │ ├── Story4.lua │ │ │ │ │ ├── Story4.lua.meta │ │ │ │ │ ├── Story5.lua │ │ │ │ │ ├── Story5.lua.meta │ │ │ │ │ ├── TheFinalChoice.lua │ │ │ │ │ └── TheFinalChoice.lua.meta │ │ │ │ ├── Events.meta │ │ │ │ ├── Monsters/ │ │ │ │ │ ├── claribel.lua │ │ │ │ │ ├── claribel.lua.meta │ │ │ │ │ ├── ellie.lua │ │ │ │ │ ├── ellie.lua.meta │ │ │ │ │ ├── exrumia.lua │ │ │ │ │ ├── exrumia.lua.meta │ │ │ │ │ ├── lukark.lua │ │ │ │ │ ├── lukark.lua.meta │ │ │ │ │ ├── mionn.lua │ │ │ │ │ ├── mionn.lua.meta │ │ │ │ │ ├── punderbolt.lua │ │ │ │ │ ├── punderbolt.lua.meta │ │ │ │ │ ├── scruffle.lua │ │ │ │ │ ├── scruffle.lua.meta │ │ │ │ │ ├── static.lua │ │ │ │ │ └── static.lua.meta │ │ │ │ ├── Monsters.meta │ │ │ │ ├── Waves/ │ │ │ │ │ ├── bullettest_bouncy.lua │ │ │ │ │ ├── bullettest_bouncy.lua.meta │ │ │ │ │ ├── bullettest_chaserorb.lua │ │ │ │ │ ├── bullettest_chaserorb.lua.meta │ │ │ │ │ ├── bullettest_touhou.lua │ │ │ │ │ ├── bullettest_touhou.lua.meta │ │ │ │ │ ├── thechoice.lua │ │ │ │ │ └── thechoice.lua.meta │ │ │ │ └── Waves.meta │ │ │ ├── Lua.meta │ │ │ ├── Sounds/ │ │ │ │ ├── Voices/ │ │ │ │ │ ├── claribel-orig.wav.meta │ │ │ │ │ ├── claribel.ogg │ │ │ │ │ ├── claribel.ogg.meta │ │ │ │ │ ├── ellie.wav.meta │ │ │ │ │ ├── lukark.ogg │ │ │ │ │ ├── lukark.ogg.meta │ │ │ │ │ ├── mionn.wav.meta │ │ │ │ │ ├── punderbolt.ogg │ │ │ │ │ ├── punderbolt.ogg.meta │ │ │ │ │ └── rum.wav.meta │ │ │ │ ├── Voices.meta │ │ │ │ ├── glitch.ogg │ │ │ │ ├── glitch.ogg.meta │ │ │ │ ├── happening.ogg │ │ │ │ └── happening.ogg.meta │ │ │ ├── Sounds.meta │ │ │ ├── Sprites/ │ │ │ │ ├── ExRumia/ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ └── 9.png.meta │ │ │ │ ├── ExRumia.meta │ │ │ │ ├── Lukark/ │ │ │ │ │ ├── arms/ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ └── 4.png.meta │ │ │ │ │ ├── arms.meta │ │ │ │ │ ├── hair/ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ └── 4.png.meta │ │ │ │ │ ├── hair.meta │ │ │ │ │ ├── headhappy.png.meta │ │ │ │ │ ├── headnormal.png.meta │ │ │ │ │ ├── headsad.png.meta │ │ │ │ │ ├── headsmile.png.meta │ │ │ │ │ ├── legs.png.meta │ │ │ │ │ └── torso.png.meta │ │ │ │ ├── Lukark.meta │ │ │ │ ├── Mionn/ │ │ │ │ │ ├── happy.png.meta │ │ │ │ │ ├── sad.png.meta │ │ │ │ │ ├── transit_to_fight1.png.meta │ │ │ │ │ ├── transit_to_fight2.png.meta │ │ │ │ │ ├── transit_to_fight3.png.meta │ │ │ │ │ └── transit_to_fight4.png.meta │ │ │ │ ├── Mionn.meta │ │ │ │ ├── Punderbolt/ │ │ │ │ │ ├── Death/ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── Safe/ │ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ │ │ ├── contorted.png.meta │ │ │ │ │ │ │ ├── death.png.meta │ │ │ │ │ │ │ ├── eyesclosed.png.meta │ │ │ │ │ │ │ ├── hurt.png.meta │ │ │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ │ │ └── smile.png.meta │ │ │ │ │ │ ├── Safe.meta │ │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ │ ├── contorted.png.meta │ │ │ │ │ │ ├── death.png.meta │ │ │ │ │ │ ├── eyesclosed.png.meta │ │ │ │ │ │ ├── hurt.png.meta │ │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ │ └── smile.png.meta │ │ │ │ │ ├── Death.meta │ │ │ │ │ ├── Punder over.png.meta │ │ │ │ │ ├── PunderDown1.png.meta │ │ │ │ │ ├── PunderDown2.png.meta │ │ │ │ │ ├── PunderDown3.png.meta │ │ │ │ │ ├── PunderDown4.png.meta │ │ │ │ │ ├── PunderLeft1.png.meta │ │ │ │ │ ├── PunderLeft2.png.meta │ │ │ │ │ ├── PunderLeft3.png.meta │ │ │ │ │ ├── PunderLeft4.png.meta │ │ │ │ │ ├── PunderRight1.png.meta │ │ │ │ │ ├── PunderRight2.png.meta │ │ │ │ │ ├── PunderRight3.png.meta │ │ │ │ │ ├── PunderRight4.png.meta │ │ │ │ │ ├── PunderUp1.png.meta │ │ │ │ │ ├── PunderUp2.png.meta │ │ │ │ │ ├── PunderUp3.png.meta │ │ │ │ │ ├── PunderUp4.png.meta │ │ │ │ │ ├── angry.png.meta │ │ │ │ │ ├── bracing.png.meta │ │ │ │ │ ├── dunno.png.meta │ │ │ │ │ ├── happy.png.meta │ │ │ │ │ ├── lookbottomrightsmile.png.meta │ │ │ │ │ ├── lookright.png.meta │ │ │ │ │ ├── lookrightsmile.png.meta │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ ├── pensive.png.meta │ │ │ │ │ ├── smile.png.meta │ │ │ │ │ └── surprised.png.meta │ │ │ │ ├── Punderbolt.meta │ │ │ │ ├── Scruffle/ │ │ │ │ │ ├── Death/ │ │ │ │ │ │ ├── dustingmess.png.meta │ │ │ │ │ │ ├── head2.png.meta │ │ │ │ │ │ ├── head3.png.meta │ │ │ │ │ │ ├── head4.png.meta │ │ │ │ │ │ ├── leftleg.png.meta │ │ │ │ │ │ ├── righthand.png.meta │ │ │ │ │ │ ├── rightleg.png.meta │ │ │ │ │ │ └── surprise.png.meta │ │ │ │ │ ├── Death.meta │ │ │ │ │ ├── blush.png.meta │ │ │ │ │ ├── head.png.meta │ │ │ │ │ ├── hollow.png.meta │ │ │ │ │ ├── hoodtail.png.meta │ │ │ │ │ ├── hurt.png.meta │ │ │ │ │ ├── hurtOld.png.meta │ │ │ │ │ ├── leftarm.png.meta │ │ │ │ │ ├── leftarmbot.png.meta │ │ │ │ │ ├── leftarmtop.png.meta │ │ │ │ │ ├── lefthand.png.meta │ │ │ │ │ ├── leftleg.png.meta │ │ │ │ │ ├── preview.png.meta │ │ │ │ │ ├── rightarm.png.meta │ │ │ │ │ ├── rightarmbot.png.meta │ │ │ │ │ ├── rightarmtop.png.meta │ │ │ │ │ ├── righthand.png.meta │ │ │ │ │ ├── rightleg.png.meta │ │ │ │ │ ├── spared.png.meta │ │ │ │ │ └── torso.png.meta │ │ │ │ ├── Scruffle.meta │ │ │ │ ├── Static/ │ │ │ │ │ ├── Death/ │ │ │ │ │ │ ├── dustingmess.png.meta │ │ │ │ │ │ ├── face - Copy.png.meta │ │ │ │ │ │ ├── face.png.meta │ │ │ │ │ │ ├── facemask.png.meta │ │ │ │ │ │ ├── rhand.png.meta │ │ │ │ │ │ ├── smoke.png.meta │ │ │ │ │ │ ├── staticeffect1.png.meta │ │ │ │ │ │ ├── staticeffect2.png.meta │ │ │ │ │ │ ├── staticeffect3.png.meta │ │ │ │ │ │ └── x.png.meta │ │ │ │ │ ├── Death.meta │ │ │ │ │ ├── Hurt/ │ │ │ │ │ │ ├── Hurt.png.meta │ │ │ │ │ │ ├── facemask.png.meta │ │ │ │ │ │ ├── fluffmask.png.meta │ │ │ │ │ │ ├── learmask.png.meta │ │ │ │ │ │ ├── rearmask.png.meta │ │ │ │ │ │ └── tailmask.png.meta │ │ │ │ │ ├── Hurt.meta │ │ │ │ │ ├── face.png.meta │ │ │ │ │ ├── faceMTT1.png.meta │ │ │ │ │ ├── faceMTT2.png.meta │ │ │ │ │ ├── facemask.png.meta │ │ │ │ │ ├── fluff.png.meta │ │ │ │ │ ├── fluffmask.png.meta │ │ │ │ │ ├── headbase.png.meta │ │ │ │ │ ├── hollow.png.meta │ │ │ │ │ ├── larm.png.meta │ │ │ │ │ ├── lear.png.meta │ │ │ │ │ ├── learmask.png.meta │ │ │ │ │ ├── legs.png.meta │ │ │ │ │ ├── lhand.png.meta │ │ │ │ │ ├── preview.png.meta │ │ │ │ │ ├── previewNoMask.png.meta │ │ │ │ │ ├── rarm.png.meta │ │ │ │ │ ├── rear.png.meta │ │ │ │ │ ├── rearmask.png.meta │ │ │ │ │ ├── rhand.png.meta │ │ │ │ │ ├── spared.png.meta │ │ │ │ │ ├── staticeffect.png.meta │ │ │ │ │ ├── tail.png.meta │ │ │ │ │ ├── tailmask.png.meta │ │ │ │ │ └── torso.png.meta │ │ │ │ ├── Static.meta │ │ │ │ ├── UI/ │ │ │ │ │ ├── SpeechBubbles/ │ │ │ │ │ │ ├── claribel.png.meta │ │ │ │ │ │ ├── claribel.xml │ │ │ │ │ │ ├── claribel.xml.meta │ │ │ │ │ │ ├── ellie.png.meta │ │ │ │ │ │ ├── ellie.xml │ │ │ │ │ │ ├── ellie.xml.meta │ │ │ │ │ │ ├── exrumia.png.meta │ │ │ │ │ │ ├── exrumia.xml │ │ │ │ │ │ ├── exrumia.xml.meta │ │ │ │ │ │ ├── lukark.png.meta │ │ │ │ │ │ ├── lukark.xml │ │ │ │ │ │ ├── lukark.xml.meta │ │ │ │ │ │ ├── mionn.png.meta │ │ │ │ │ │ ├── mionn.xml │ │ │ │ │ │ ├── mionn.xml.meta │ │ │ │ │ │ ├── rightlargeminus.png.meta │ │ │ │ │ │ ├── rightlargeminus.xml │ │ │ │ │ │ ├── rightlargeminus.xml.meta │ │ │ │ │ │ ├── scruffle.png.meta │ │ │ │ │ │ ├── scruffle.xml │ │ │ │ │ │ ├── scruffle.xml.meta │ │ │ │ │ │ ├── static.png.meta │ │ │ │ │ │ ├── static.xml │ │ │ │ │ │ └── static.xml.meta │ │ │ │ │ └── SpeechBubbles.meta │ │ │ │ ├── UI.meta │ │ │ │ ├── bg.png.meta │ │ │ │ ├── black.png.meta │ │ │ │ ├── bullet.png.meta │ │ │ │ ├── claribel.png.meta │ │ │ │ ├── ellie.png.meta │ │ │ │ ├── emptylukark.png.meta │ │ │ │ ├── emptypunder.png.meta │ │ │ │ ├── newhome3.png.meta │ │ │ │ ├── poseur.png.meta │ │ │ │ └── white.png.meta │ │ │ └── Sprites.meta │ │ ├── @0.5.0_SEE_CRATE.meta │ │ ├── @OverWorld Test/ │ │ │ ├── Audio/ │ │ │ │ ├── mus_core.ogg │ │ │ │ ├── mus_core.ogg.meta │ │ │ │ ├── put your music here, oggs only │ │ │ │ └── put your music here, oggs only.meta │ │ │ ├── Audio.meta │ │ │ ├── Lua/ │ │ │ │ ├── Encounters/ │ │ │ │ │ ├── encounter.lua │ │ │ │ │ └── encounter.lua.meta │ │ │ │ ├── Encounters.meta │ │ │ │ ├── Events/ │ │ │ │ │ ├── SaveTest.lua │ │ │ │ │ ├── SaveTest.lua.meta │ │ │ │ │ ├── Secret/ │ │ │ │ │ │ ├── 8ba3f2c2.lua │ │ │ │ │ │ └── 8ba3f2c2.lua.meta │ │ │ │ │ ├── Secret.meta │ │ │ │ │ ├── punderTest1.lua │ │ │ │ │ └── punderTest1.lua.meta │ │ │ │ ├── Events.meta │ │ │ │ ├── Monsters/ │ │ │ │ │ ├── poseur.lua │ │ │ │ │ └── poseur.lua.meta │ │ │ │ ├── Monsters.meta │ │ │ │ ├── Waves/ │ │ │ │ │ ├── bullettest_bouncy.lua │ │ │ │ │ ├── bullettest_bouncy.lua.meta │ │ │ │ │ ├── bullettest_chaserorb.lua │ │ │ │ │ ├── bullettest_chaserorb.lua.meta │ │ │ │ │ ├── bullettest_touhou.lua │ │ │ │ │ └── bullettest_touhou.lua.meta │ │ │ │ └── Waves.meta │ │ │ ├── Lua.meta │ │ │ ├── Sounds/ │ │ │ │ ├── Secret/ │ │ │ │ │ ├── Fall.wav.meta │ │ │ │ │ └── noise.wav.meta │ │ │ │ ├── Secret.meta │ │ │ │ ├── Voices/ │ │ │ │ │ ├── punderbolt.ogg │ │ │ │ │ └── punderbolt.ogg.meta │ │ │ │ └── Voices.meta │ │ │ ├── Sounds.meta │ │ │ ├── Sprites/ │ │ │ │ ├── Mugshots/ │ │ │ │ │ └── addYourCustomFaceSpritesHere.png.meta │ │ │ │ ├── Mugshots.meta │ │ │ │ ├── Overworld/ │ │ │ │ │ ├── Punder/ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ │ ├── 11.png.meta │ │ │ │ │ │ ├── 12.png.meta │ │ │ │ │ │ ├── 13.png.meta │ │ │ │ │ │ ├── 14.png.meta │ │ │ │ │ │ ├── 15.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ │ └── 9.png.meta │ │ │ │ │ └── Punder.meta │ │ │ │ ├── Overworld.meta │ │ │ │ ├── bg.png.meta │ │ │ │ ├── bullet.png.meta │ │ │ │ └── poseur.png.meta │ │ │ └── Sprites.meta │ │ ├── @OverWorld Test.meta │ │ ├── @Title/ │ │ │ ├── Audio/ │ │ │ │ ├── mus_intro.ogg │ │ │ │ ├── mus_intro.ogg.meta │ │ │ │ ├── mus_menu.ogg │ │ │ │ └── mus_menu.ogg.meta │ │ │ ├── Audio.meta │ │ │ ├── Sounds/ │ │ │ │ ├── intro_holdup.ogg │ │ │ │ ├── intro_holdup.ogg.meta │ │ │ │ ├── intro_noise.ogg │ │ │ │ └── intro_noise.ogg.meta │ │ │ ├── Sounds.meta │ │ │ ├── Sprites/ │ │ │ │ ├── Intro/ │ │ │ │ │ ├── mask.png.meta │ │ │ │ │ ├── spr_introimage_0.png.meta │ │ │ │ │ ├── spr_introimage_1.png.meta │ │ │ │ │ ├── spr_introimage_10.png.meta │ │ │ │ │ ├── spr_introimage_2.png.meta │ │ │ │ │ ├── spr_introimage_3.png.meta │ │ │ │ │ ├── spr_introimage_4.png.meta │ │ │ │ │ ├── spr_introimage_5.png.meta │ │ │ │ │ ├── spr_introimage_6.png.meta │ │ │ │ │ ├── spr_introimage_7.png.meta │ │ │ │ │ ├── spr_introimage_8.png.meta │ │ │ │ │ ├── spr_introimage_9.png.meta │ │ │ │ │ └── spr_introlast_0.png.meta │ │ │ │ ├── Intro.meta │ │ │ │ ├── Press Enter or Z.png.meta │ │ │ │ └── Unitale_title.png.meta │ │ │ └── Sprites.meta │ │ ├── @Title.meta │ │ ├── Encounter Skeleton/ │ │ │ ├── Audio/ │ │ │ │ ├── put your music here, oggs only │ │ │ │ └── put your music here, oggs only.meta │ │ │ ├── Audio.meta │ │ │ ├── Lua/ │ │ │ │ ├── Encounters/ │ │ │ │ │ ├── encounter.lua │ │ │ │ │ └── encounter.lua.meta │ │ │ │ ├── Encounters.meta │ │ │ │ ├── Monsters/ │ │ │ │ │ ├── poseur.lua │ │ │ │ │ └── poseur.lua.meta │ │ │ │ ├── Monsters.meta │ │ │ │ ├── Waves/ │ │ │ │ │ ├── bullettest_bouncy.lua │ │ │ │ │ ├── bullettest_bouncy.lua.meta │ │ │ │ │ ├── bullettest_chaserorb.lua │ │ │ │ │ ├── bullettest_chaserorb.lua.meta │ │ │ │ │ ├── bullettest_touhou.lua │ │ │ │ │ └── bullettest_touhou.lua.meta │ │ │ │ └── Waves.meta │ │ │ ├── Lua.meta │ │ │ ├── Sprites/ │ │ │ │ ├── bg.png.meta │ │ │ │ ├── bullet.png.meta │ │ │ │ └── poseur.png.meta │ │ │ └── Sprites.meta │ │ ├── Encounter Skeleton.meta │ │ ├── Examples/ │ │ │ ├── Audio/ │ │ │ │ ├── mus_anothermedium.ogg │ │ │ │ ├── mus_anothermedium.ogg.meta │ │ │ │ ├── mus_zzz_c.ogg │ │ │ │ ├── mus_zzz_c.ogg.meta │ │ │ │ ├── put your music here, ogg or wav only │ │ │ │ └── put your music here, ogg or wav only.meta │ │ │ ├── Audio.meta │ │ │ ├── Lua/ │ │ │ │ ├── Animations/ │ │ │ │ │ ├── sans_anim.lua │ │ │ │ │ └── sans_anim.lua.meta │ │ │ │ ├── Animations.meta │ │ │ │ ├── Encounters/ │ │ │ │ │ ├── #00 - Basic Encounter Skeleton.lua │ │ │ │ │ ├── #00 - Basic Encounter Skeleton.lua.meta │ │ │ │ │ ├── #05 - New characters.lua │ │ │ │ │ ├── #05 - New characters.lua.meta │ │ │ │ │ ├── #06 - Arena movements.lua │ │ │ │ │ ├── #06 - Arena movements.lua.meta │ │ │ │ │ ├── #07 - Many quins.lua │ │ │ │ │ ├── #07 - Many quins.lua.meta │ │ │ │ │ ├── #08 - Intro + LaunchMusic.lua │ │ │ │ │ ├── #08 - Intro + LaunchMusic.lua.meta │ │ │ │ │ ├── #09 - Revive test.lua │ │ │ │ │ ├── #09 - Revive test.lua.meta │ │ │ │ │ ├── #10 - timeScale test.lua │ │ │ │ │ ├── #10 - timeScale test.lua.meta │ │ │ │ │ ├── 01 - Two monsters.lua │ │ │ │ │ ├── 01 - Two monsters.lua.meta │ │ │ │ │ ├── 02 - Colored bullets.lua │ │ │ │ │ ├── 02 - Colored bullets.lua.meta │ │ │ │ │ ├── 03 - Library Example.lua │ │ │ │ │ ├── 03 - Library Example.lua.meta │ │ │ │ │ ├── 04 - Animation.lua │ │ │ │ │ └── 04 - Animation.lua.meta │ │ │ │ ├── Encounters.meta │ │ │ │ ├── Events/ │ │ │ │ │ ├── BoxTest.lua │ │ │ │ │ ├── BoxTest.lua.meta │ │ │ │ │ ├── Bpie.lua │ │ │ │ │ ├── Bpie.lua.meta │ │ │ │ │ ├── CharacterSelector.lua │ │ │ │ │ ├── CharacterSelector.lua.meta │ │ │ │ │ ├── EventTest.lua │ │ │ │ │ ├── EventTest.lua.meta │ │ │ │ │ ├── PunderTest.lua │ │ │ │ │ ├── PunderTest.lua.meta │ │ │ │ │ ├── SaveTest.lua │ │ │ │ │ ├── SaveTest.lua.meta │ │ │ │ │ ├── StareTest.lua │ │ │ │ │ └── StareTest.lua.meta │ │ │ │ ├── Events.meta │ │ │ │ ├── Libraries/ │ │ │ │ │ ├── randomvoice.lua │ │ │ │ │ └── randomvoice.lua.meta │ │ │ │ ├── Libraries.meta │ │ │ │ ├── Monsters/ │ │ │ │ │ ├── bulletTestingPoseur.lua │ │ │ │ │ ├── bulletTestingPoseur.lua.meta │ │ │ │ │ ├── newCharactersPoseur.lua │ │ │ │ │ ├── newCharactersPoseur.lua.meta │ │ │ │ │ ├── poseur.lua │ │ │ │ │ ├── poseur.lua.meta │ │ │ │ │ ├── poseurIntroAndLaunchMusic.lua │ │ │ │ │ ├── poseurIntroAndLaunchMusic.lua.meta │ │ │ │ │ ├── sans.lua │ │ │ │ │ ├── sans.lua.meta │ │ │ │ │ ├── timeScalePoseur.lua │ │ │ │ │ ├── timeScalePoseur.lua.meta │ │ │ │ │ ├── twoMonstersPosette.lua │ │ │ │ │ ├── twoMonstersPosette.lua.meta │ │ │ │ │ ├── twoMonstersPoseur.lua │ │ │ │ │ └── twoMonstersPoseur.lua.meta │ │ │ │ ├── Monsters.meta │ │ │ │ ├── Waves/ │ │ │ │ │ ├── COMBINED.lua │ │ │ │ │ ├── COMBINED.lua.meta │ │ │ │ │ ├── CYAN.lua │ │ │ │ │ ├── CYAN.lua.meta │ │ │ │ │ ├── GREEN.lua │ │ │ │ │ ├── GREEN.lua.meta │ │ │ │ │ ├── ORANGE.lua │ │ │ │ │ ├── ORANGE.lua.meta │ │ │ │ │ ├── REGULAR.lua │ │ │ │ │ ├── REGULAR.lua.meta │ │ │ │ │ ├── arenatest_move.lua │ │ │ │ │ ├── arenatest_move.lua.meta │ │ │ │ │ ├── bullettest_bouncy.lua │ │ │ │ │ ├── bullettest_bouncy.lua.meta │ │ │ │ │ ├── bullettest_bouncy_time.lua │ │ │ │ │ ├── bullettest_bouncy_time.lua.meta │ │ │ │ │ ├── bullettest_chaserorb.lua │ │ │ │ │ ├── bullettest_chaserorb.lua.meta │ │ │ │ │ ├── bullettest_chaserorb_time.lua │ │ │ │ │ ├── bullettest_chaserorb_time.lua.meta │ │ │ │ │ ├── bullettest_touhou.lua │ │ │ │ │ ├── bullettest_touhou.lua.meta │ │ │ │ │ ├── bullettest_touhou_time.lua │ │ │ │ │ └── bullettest_touhou_time.lua.meta │ │ │ │ └── Waves.meta │ │ │ ├── Lua.meta │ │ │ ├── Sounds/ │ │ │ │ ├── Bark.wav.meta │ │ │ │ ├── Bump.ogg │ │ │ │ ├── Bump.ogg.meta │ │ │ │ ├── Credits.txt │ │ │ │ ├── Credits.txt.meta │ │ │ │ ├── Jump.wav.meta │ │ │ │ ├── Laugh.wav.meta │ │ │ │ ├── SE1_EVT_LINE_DRAW1.wav.meta │ │ │ │ ├── SE1_EVT_LINE_TURN2.wav.meta │ │ │ │ ├── Secret/ │ │ │ │ │ └── sound.wav.meta │ │ │ │ ├── Secret.meta │ │ │ │ ├── Squeak.wav.meta │ │ │ │ ├── Surprised Bark.ogg │ │ │ │ ├── Surprised Bark.ogg.meta │ │ │ │ ├── Voices/ │ │ │ │ │ ├── punderbolt.ogg │ │ │ │ │ └── punderbolt.ogg.meta │ │ │ │ ├── Voices.meta │ │ │ │ ├── mario-pain.ogg │ │ │ │ ├── mario-pain.ogg.meta │ │ │ │ ├── sm64_impact.wav.meta │ │ │ │ ├── step-floor.ogg │ │ │ │ └── step-floor.ogg.meta │ │ │ ├── Sounds.meta │ │ │ ├── Sprites/ │ │ │ │ ├── Mugshots/ │ │ │ │ │ ├── Papyrus/ │ │ │ │ │ │ ├── mad.png.meta │ │ │ │ │ │ ├── madT.png.meta │ │ │ │ │ │ ├── normal.png.meta │ │ │ │ │ │ ├── normalT.png.meta │ │ │ │ │ │ ├── papy he do a jump.png.meta │ │ │ │ │ │ ├── suspicious.png.meta │ │ │ │ │ │ └── suspiciousT.png.meta │ │ │ │ │ ├── Papyrus.meta │ │ │ │ │ ├── Punder/ │ │ │ │ │ │ └── sun.png.meta │ │ │ │ │ └── Punder.meta │ │ │ │ ├── Mugshots.meta │ │ │ │ ├── Overworld/ │ │ │ │ │ ├── Asriel/ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ │ ├── 11.png.meta │ │ │ │ │ │ ├── 12.png.meta │ │ │ │ │ │ ├── 13.png.meta │ │ │ │ │ │ ├── 14.png.meta │ │ │ │ │ │ ├── 15.png.meta │ │ │ │ │ │ ├── 16.png.meta │ │ │ │ │ │ ├── 17.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ │ └── 9.png.meta │ │ │ │ │ ├── Asriel.meta │ │ │ │ │ ├── Booster/ │ │ │ │ │ │ ├── j.png.meta │ │ │ │ │ │ └── p.png.meta │ │ │ │ │ ├── Booster.meta │ │ │ │ │ ├── Bpie.png.meta │ │ │ │ │ ├── Chara/ │ │ │ │ │ │ ├── bigslice/ │ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ │ └── 5.png.meta │ │ │ │ │ │ ├── bigslice.meta │ │ │ │ │ │ ├── c0.png.meta │ │ │ │ │ │ ├── c1.png.meta │ │ │ │ │ │ ├── c2.png.meta │ │ │ │ │ │ ├── c3.png.meta │ │ │ │ │ │ ├── c4.png.meta │ │ │ │ │ │ ├── c5.png.meta │ │ │ │ │ │ └── vignette.png.meta │ │ │ │ │ ├── Chara.meta │ │ │ │ │ ├── CharacterSelector/ │ │ │ │ │ │ ├── Mystery/ │ │ │ │ │ │ │ ├── cross1.png.meta │ │ │ │ │ │ │ ├── cross2.png.meta │ │ │ │ │ │ │ ├── cross3.png.meta │ │ │ │ │ │ │ ├── cross4.png.meta │ │ │ │ │ │ │ ├── cross5.png.meta │ │ │ │ │ │ │ ├── cross6.png.meta │ │ │ │ │ │ │ ├── mysteryman/ │ │ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ │ │ └── 2.png.meta │ │ │ │ │ │ │ └── mysteryman.meta │ │ │ │ │ │ ├── Mystery.meta │ │ │ │ │ │ ├── window_back.png.meta │ │ │ │ │ │ └── window_border.png.meta │ │ │ │ │ ├── CharacterSelector.meta │ │ │ │ │ ├── Dog.png.meta │ │ │ │ │ ├── DogBark.png.meta │ │ │ │ │ ├── DogButt.png.meta │ │ │ │ │ ├── DogHead.png.meta │ │ │ │ │ ├── DogLegs.png.meta │ │ │ │ │ ├── DogPaws.png.meta │ │ │ │ │ ├── DogStretch.png.meta │ │ │ │ │ ├── EncounterBubble.png.meta │ │ │ │ │ ├── EncounterBubbleGeno.png.meta │ │ │ │ │ ├── Papyrus/ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ │ ├── 11.png.meta │ │ │ │ │ │ ├── 12.png.meta │ │ │ │ │ │ ├── 13.png.meta │ │ │ │ │ │ ├── 14.png.meta │ │ │ │ │ │ ├── 15.png.meta │ │ │ │ │ │ ├── 16.png.meta │ │ │ │ │ │ ├── 17.png.meta │ │ │ │ │ │ ├── 18.png.meta │ │ │ │ │ │ ├── 19.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 20.png.meta │ │ │ │ │ │ ├── 21.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ │ └── 9.png.meta │ │ │ │ │ ├── Papyrus.meta │ │ │ │ │ ├── Punder/ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ │ ├── 11.png.meta │ │ │ │ │ │ ├── 12.png.meta │ │ │ │ │ │ ├── 13.png.meta │ │ │ │ │ │ ├── 14.png.meta │ │ │ │ │ │ ├── 15.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ │ ├── 9.png.meta │ │ │ │ │ │ ├── sun/ │ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ │ │ ├── 11.png.meta │ │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ │ │ └── 9.png.meta │ │ │ │ │ │ └── sun.meta │ │ │ │ │ ├── Punder.meta │ │ │ │ │ └── cursor.png.meta │ │ │ │ ├── Overworld.meta │ │ │ │ ├── UI/ │ │ │ │ │ ├── Fonts/ │ │ │ │ │ │ ├── HPFont.png.meta │ │ │ │ │ │ ├── HPFont.xml │ │ │ │ │ │ ├── HPFont.xml.meta │ │ │ │ │ │ ├── monster.png.meta │ │ │ │ │ │ ├── monster.xml │ │ │ │ │ │ ├── monster.xml.meta │ │ │ │ │ │ ├── papyOW.png.meta │ │ │ │ │ │ ├── papyOW.xml │ │ │ │ │ │ ├── papyOW.xml.meta │ │ │ │ │ │ ├── tumblr_static_im-confus.jpg.meta │ │ │ │ │ │ ├── uidialog.png.meta │ │ │ │ │ │ ├── uidialog.xml │ │ │ │ │ │ └── uidialog.xml.meta │ │ │ │ │ ├── Fonts.meta │ │ │ │ │ ├── SpeechBubbles/ │ │ │ │ │ │ ├── leftwideminus.png.meta │ │ │ │ │ │ ├── leftwideminus.xml │ │ │ │ │ │ ├── leftwideminus.xml.meta │ │ │ │ │ │ ├── rightwideminus.png.meta │ │ │ │ │ │ ├── rightwideminus.xml │ │ │ │ │ │ └── rightwideminus.xml.meta │ │ │ │ │ └── SpeechBubbles.meta │ │ │ │ ├── UI.meta │ │ │ │ ├── bg.png.meta │ │ │ │ ├── bullet.png.meta │ │ │ │ ├── empty.png.meta │ │ │ │ ├── overworld example.png.meta │ │ │ │ ├── posette.png.meta │ │ │ │ ├── poseur.png.meta │ │ │ │ ├── preview.png.meta │ │ │ │ ├── sans/ │ │ │ │ │ ├── sanshead1.png.meta │ │ │ │ │ ├── sanshead2.png.meta │ │ │ │ │ ├── sanshead3.png.meta │ │ │ │ │ ├── sanslegs.png.meta │ │ │ │ │ └── sanstorso.png.meta │ │ │ │ └── sans.meta │ │ │ └── Sprites.meta │ │ ├── Examples 2/ │ │ │ ├── Audio/ │ │ │ │ ├── mus_shop.ogg │ │ │ │ ├── mus_shop.ogg.meta │ │ │ │ ├── mus_snowy.ogg │ │ │ │ ├── mus_snowy.ogg.meta │ │ │ │ ├── put your music here, ogg or wav only │ │ │ │ └── put your music here, ogg or wav only.meta │ │ │ ├── Audio.meta │ │ │ ├── Lua/ │ │ │ │ ├── Animations/ │ │ │ │ │ ├── sans_anim.lua │ │ │ │ │ └── sans_anim.lua.meta │ │ │ │ ├── Animations.meta │ │ │ │ ├── Encounters/ │ │ │ │ │ ├── 01 - Two monsters.lua │ │ │ │ │ ├── 01 - Two monsters.lua.meta │ │ │ │ │ ├── 02 - Colored bullets.lua │ │ │ │ │ ├── 02 - Colored bullets.lua.meta │ │ │ │ │ ├── 03 - Library Example.lua │ │ │ │ │ ├── 03 - Library Example.lua.meta │ │ │ │ │ ├── 04 - Animation.lua │ │ │ │ │ └── 04 - Animation.lua.meta │ │ │ │ ├── Encounters.meta │ │ │ │ ├── Events/ │ │ │ │ │ ├── Ladder.lua │ │ │ │ │ ├── Ladder.lua.meta │ │ │ │ │ ├── SaveTest.lua │ │ │ │ │ ├── SaveTest.lua.meta │ │ │ │ │ ├── Secret/ │ │ │ │ │ │ ├── 68302eae.lua │ │ │ │ │ │ ├── 68302eae.lua.meta │ │ │ │ │ │ ├── bee6bcfc.lua │ │ │ │ │ │ ├── bee6bcfc.lua.meta │ │ │ │ │ │ ├── caf144b2.lua │ │ │ │ │ │ ├── caf144b2.lua.meta │ │ │ │ │ │ ├── dac97760.lua │ │ │ │ │ │ ├── dac97760.lua.meta │ │ │ │ │ │ ├── nothing.lua │ │ │ │ │ │ └── nothing.lua.meta │ │ │ │ │ ├── Secret.meta │ │ │ │ │ ├── punderTest1.lua │ │ │ │ │ └── punderTest1.lua.meta │ │ │ │ ├── Events.meta │ │ │ │ ├── Libraries/ │ │ │ │ │ ├── randomvoice.lua │ │ │ │ │ └── randomvoice.lua.meta │ │ │ │ ├── Libraries.meta │ │ │ │ ├── Monsters/ │ │ │ │ │ ├── bullet_testing_poseur.lua │ │ │ │ │ ├── bullet_testing_poseur.lua.meta │ │ │ │ │ ├── posette.lua │ │ │ │ │ ├── posette.lua.meta │ │ │ │ │ ├── poseur.lua │ │ │ │ │ ├── poseur.lua.meta │ │ │ │ │ ├── poseur2.lua │ │ │ │ │ ├── poseur2.lua.meta │ │ │ │ │ ├── sans.lua │ │ │ │ │ └── sans.lua.meta │ │ │ │ ├── Monsters.meta │ │ │ │ ├── Shops/ │ │ │ │ │ ├── Dummy.lua │ │ │ │ │ └── Dummy.lua.meta │ │ │ │ ├── Shops.meta │ │ │ │ ├── Waves/ │ │ │ │ │ ├── COMBINED.lua │ │ │ │ │ ├── COMBINED.lua.meta │ │ │ │ │ ├── CYAN.lua │ │ │ │ │ ├── CYAN.lua.meta │ │ │ │ │ ├── GREEN.lua │ │ │ │ │ ├── GREEN.lua.meta │ │ │ │ │ ├── ORANGE.lua │ │ │ │ │ ├── ORANGE.lua.meta │ │ │ │ │ ├── REGULAR.lua │ │ │ │ │ ├── REGULAR.lua.meta │ │ │ │ │ ├── bullettest_bouncy.lua │ │ │ │ │ ├── bullettest_bouncy.lua.meta │ │ │ │ │ ├── bullettest_chaserorb.lua │ │ │ │ │ ├── bullettest_chaserorb.lua.meta │ │ │ │ │ ├── bullettest_touhou.lua │ │ │ │ │ └── bullettest_touhou.lua.meta │ │ │ │ └── Waves.meta │ │ │ ├── Lua.meta │ │ │ ├── Sounds/ │ │ │ │ ├── Secret/ │ │ │ │ │ ├── boing.wav.meta │ │ │ │ │ ├── laugh.wav.meta │ │ │ │ │ ├── noise.wav.meta │ │ │ │ │ └── punch.wav.meta │ │ │ │ ├── Secret.meta │ │ │ │ ├── Voices/ │ │ │ │ │ ├── punderbolt.ogg │ │ │ │ │ └── punderbolt.ogg.meta │ │ │ │ └── Voices.meta │ │ │ ├── Sounds.meta │ │ │ ├── Sprites/ │ │ │ │ ├── Overworld/ │ │ │ │ │ ├── DummyBackground.png.meta │ │ │ │ │ ├── Punder/ │ │ │ │ │ │ ├── 0.png.meta │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 10.png.meta │ │ │ │ │ │ ├── 11.png.meta │ │ │ │ │ │ ├── 12.png.meta │ │ │ │ │ │ ├── 13.png.meta │ │ │ │ │ │ ├── 14.png.meta │ │ │ │ │ │ ├── 15.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ ├── 5.png.meta │ │ │ │ │ │ ├── 6.png.meta │ │ │ │ │ │ ├── 7.png.meta │ │ │ │ │ │ ├── 8.png.meta │ │ │ │ │ │ ├── 9.png.meta │ │ │ │ │ │ ├── Secret/ │ │ │ │ │ │ │ ├── fall.png.meta │ │ │ │ │ │ │ └── knockout.png.meta │ │ │ │ │ │ └── Secret.meta │ │ │ │ │ ├── Punder.meta │ │ │ │ │ ├── Rope.png.meta │ │ │ │ │ ├── Snow 2-2.png.meta │ │ │ │ │ ├── Snow 2.png.meta │ │ │ │ │ ├── Snow tree.png.meta │ │ │ │ │ └── Snow.png.meta │ │ │ │ ├── Overworld.meta │ │ │ │ ├── UI/ │ │ │ │ │ ├── Fonts/ │ │ │ │ │ │ ├── monster.png.meta │ │ │ │ │ │ ├── monster.xml │ │ │ │ │ │ ├── monster.xml.meta │ │ │ │ │ │ ├── uidialog.png.meta │ │ │ │ │ │ ├── uidialog.xml │ │ │ │ │ │ └── uidialog.xml.meta │ │ │ │ │ └── Fonts.meta │ │ │ │ ├── UI.meta │ │ │ │ ├── bg.png.meta │ │ │ │ ├── bullet.png.meta │ │ │ │ ├── empty.png.meta │ │ │ │ ├── posette.png.meta │ │ │ │ ├── poseur.png.meta │ │ │ │ ├── preview.png.meta │ │ │ │ ├── sans/ │ │ │ │ │ ├── sanshead1.png.meta │ │ │ │ │ ├── sanshead2.png.meta │ │ │ │ │ ├── sanshead3.png.meta │ │ │ │ │ ├── sanslegs.png.meta │ │ │ │ │ └── sanstorso.png.meta │ │ │ │ └── sans.meta │ │ │ └── Sprites.meta │ │ ├── Examples 2.meta │ │ ├── Examples.meta │ │ ├── RTLGeno/ │ │ │ ├── Audio/ │ │ │ │ ├── Anticipation_Amplified.ogg │ │ │ │ ├── Anticipation_Amplified.ogg.meta │ │ │ │ ├── charafuntroncated.ogg │ │ │ │ ├── charafuntroncated.ogg.meta │ │ │ │ ├── mus_st_him.ogg │ │ │ │ ├── mus_st_him.ogg.meta │ │ │ │ ├── put your music here, ogg or wav only │ │ │ │ └── put your music here, ogg or wav only.meta │ │ │ ├── Audio.meta │ │ │ ├── Lua/ │ │ │ │ ├── Animations/ │ │ │ │ │ ├── Lukark_anim.lua │ │ │ │ │ ├── Lukark_anim.lua.meta │ │ │ │ │ ├── RTL_anim.lua │ │ │ │ │ └── RTL_anim.lua.meta │ │ │ │ ├── Animations.meta │ │ │ │ ├── Encounters/ │ │ │ │ │ ├── RTLGeno.lua │ │ │ │ │ └── RTLGeno.lua.meta │ │ │ │ ├── Encounters.meta │ │ │ │ ├── Events/ │ │ │ │ │ ├── EventHidden.lua │ │ │ │ │ └── EventHidden.lua.meta │ │ │ │ ├── Events.meta │ │ │ │ ├── Libraries/ │ │ │ │ │ ├── HeartPulse.lua │ │ │ │ │ └── HeartPulse.lua.meta │ │ │ │ ├── Libraries.meta │ │ │ │ ├── Monsters/ │ │ │ │ │ ├── Lukark.lua │ │ │ │ │ ├── Lukark.lua.meta │ │ │ │ │ ├── RTL.lua │ │ │ │ │ └── RTL.lua.meta │ │ │ │ ├── Monsters.meta │ │ │ │ ├── Waves/ │ │ │ │ │ ├── 3LargeChaserOrbs.lua │ │ │ │ │ ├── 3LargeChaserOrbs.lua.meta │ │ │ │ │ ├── BallArms.lua │ │ │ │ │ ├── BallArms.lua.meta │ │ │ │ │ ├── bullettest_bouncy.lua │ │ │ │ │ ├── bullettest_bouncy.lua.meta │ │ │ │ │ ├── bullettest_chaserorb.lua │ │ │ │ │ ├── bullettest_chaserorb.lua.meta │ │ │ │ │ ├── bullettest_touhou.lua │ │ │ │ │ └── bullettest_touhou.lua.meta │ │ │ │ └── Waves.meta │ │ │ ├── Lua.meta │ │ │ ├── Oh you nosy little thing │ │ │ ├── Oh you nosy little thing.meta │ │ │ ├── Sounds/ │ │ │ │ ├── Asriel TF.wav.meta │ │ │ │ └── mus_dogsong_tf.wav.meta │ │ │ ├── Sounds.meta │ │ │ ├── Sprites/ │ │ │ │ ├── Lukark/ │ │ │ │ │ ├── arms/ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ ├── 4.png.meta │ │ │ │ │ │ ├── ball1-1.png.meta │ │ │ │ │ │ ├── ball1-2.png.meta │ │ │ │ │ │ ├── ball2-1.png.meta │ │ │ │ │ │ ├── ball2-2.png.meta │ │ │ │ │ │ ├── ballmove1-4.png.meta │ │ │ │ │ │ ├── ballmove1-5.png.meta │ │ │ │ │ │ ├── ballmove1.png.meta │ │ │ │ │ │ ├── ballmove2-4.png.meta │ │ │ │ │ │ ├── ballmove2-5.png.meta │ │ │ │ │ │ ├── ballmove2.png.meta │ │ │ │ │ │ ├── ballmove3.png.meta │ │ │ │ │ │ ├── ballmove4-1.png.meta │ │ │ │ │ │ ├── ballmove4-2.png.meta │ │ │ │ │ │ ├── ballmove4-4.png.meta │ │ │ │ │ │ ├── ballmove4-5.png.meta │ │ │ │ │ │ ├── ballmove5-1.png.meta │ │ │ │ │ │ ├── ballmove5-2.png.meta │ │ │ │ │ │ ├── ballmove5-4.png.meta │ │ │ │ │ │ └── ballmove5-5.png.meta │ │ │ │ │ ├── arms.meta │ │ │ │ │ ├── armstry/ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ └── 4.png.meta │ │ │ │ │ ├── armstry.meta │ │ │ │ │ ├── full.png.meta │ │ │ │ │ ├── hair/ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ └── 4.png.meta │ │ │ │ │ ├── hair.meta │ │ │ │ │ ├── headangry.png.meta │ │ │ │ │ ├── headhappy.png.meta │ │ │ │ │ ├── headhurt.png.meta │ │ │ │ │ ├── headmad.png.meta │ │ │ │ │ ├── headnormal.png.meta │ │ │ │ │ ├── headsmiling.png.meta │ │ │ │ │ ├── legs.png.meta │ │ │ │ │ ├── torso.png.meta │ │ │ │ │ ├── torsotry.png.meta │ │ │ │ │ ├── x1/ │ │ │ │ │ │ ├── arms/ │ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ │ └── 4.png.meta │ │ │ │ │ │ ├── arms.meta │ │ │ │ │ │ ├── hair/ │ │ │ │ │ │ │ ├── 1.png.meta │ │ │ │ │ │ │ ├── 2.png.meta │ │ │ │ │ │ │ ├── 3.png.meta │ │ │ │ │ │ │ └── 4.png.meta │ │ │ │ │ │ ├── hair.meta │ │ │ │ │ │ ├── legs.png.meta │ │ │ │ │ │ └── torso.png.meta │ │ │ │ │ ├── x1.meta │ │ │ │ │ ├── x2/ │ │ │ │ │ │ ├── anim1 x2.png.meta │ │ │ │ │ │ ├── anim2 x2.png.meta │ │ │ │ │ │ ├── anim3 x2.png.meta │ │ │ │ │ │ ├── anim4 x2.png.meta │ │ │ │ │ │ ├── anim5 x2.png.meta │ │ │ │ │ │ └── anim6 x2.png.meta │ │ │ │ │ └── x2.meta │ │ │ │ ├── Lukark.meta │ │ │ │ ├── Mugshots/ │ │ │ │ │ ├── RTL/ │ │ │ │ │ │ └── happy.png.meta │ │ │ │ │ └── RTL.meta │ │ │ │ ├── Mugshots.meta │ │ │ │ ├── RTL/ │ │ │ │ │ ├── full.png.meta │ │ │ │ │ ├── headangry.png.meta │ │ │ │ │ ├── headangryhurt.png.meta │ │ │ │ │ ├── headattacked.png.meta │ │ │ │ │ ├── headclose.png.meta │ │ │ │ │ ├── headhappy.png.meta │ │ │ │ │ ├── headhurt.png.meta │ │ │ │ │ ├── headnormal.png.meta │ │ │ │ │ ├── headspared.png.meta │ │ │ │ │ ├── legshurt.png.meta │ │ │ │ │ ├── legsnormal.png.meta │ │ │ │ │ ├── legsspared.png.meta │ │ │ │ │ ├── torso.png.meta │ │ │ │ │ └── torsospared.png.meta │ │ │ │ ├── RTL.meta │ │ │ │ ├── UI/ │ │ │ │ │ ├── Fonts/ │ │ │ │ │ │ ├── monster.png.meta │ │ │ │ │ │ ├── monster.xml │ │ │ │ │ │ ├── monster.xml.meta │ │ │ │ │ │ ├── uidialog.png.meta │ │ │ │ │ │ ├── uidialog.xml │ │ │ │ │ │ └── uidialog.xml.meta │ │ │ │ │ ├── Fonts.meta │ │ │ │ │ ├── SpeechBubbles/ │ │ │ │ │ │ ├── leftlargeminus.png.meta │ │ │ │ │ │ ├── leftlargeminus.xml │ │ │ │ │ │ ├── leftlargeminus.xml.meta │ │ │ │ │ │ ├── leftwideminus.png.meta │ │ │ │ │ │ ├── leftwideminus.xml │ │ │ │ │ │ ├── leftwideminus.xml.meta │ │ │ │ │ │ ├── rightlargeminus.png.meta │ │ │ │ │ │ ├── rightlargeminus.xml │ │ │ │ │ │ ├── rightlargeminus.xml.meta │ │ │ │ │ │ ├── rightwideminus.png.meta │ │ │ │ │ │ ├── rightwideminus.xml │ │ │ │ │ │ └── rightwideminus.xml.meta │ │ │ │ │ └── SpeechBubbles.meta │ │ │ │ ├── UI.meta │ │ │ │ ├── bg.png.meta │ │ │ │ ├── blank.png.meta │ │ │ │ ├── bullet.png.meta │ │ │ │ ├── empty.png.meta │ │ │ │ ├── largeball.png.meta │ │ │ │ └── preview.png.meta │ │ │ └── Sprites.meta │ │ └── RTLGeno.meta │ ├── Mods.meta │ ├── Plugins/ │ │ ├── DiscordSDK/ │ │ │ ├── ActivityManager.cs │ │ │ ├── ActivityManager.cs.meta │ │ │ ├── Constants.cs │ │ │ ├── Constants.cs.meta │ │ │ ├── Core.cs │ │ │ ├── Core.cs.meta │ │ │ ├── ImageManager.cs │ │ │ ├── ImageManager.cs.meta │ │ │ ├── LobbyManager.cs │ │ │ ├── LobbyManager.cs.meta │ │ │ ├── StorageManager.cs │ │ │ ├── StorageManager.cs.meta │ │ │ ├── StoreManager.cs │ │ │ └── StoreManager.cs.meta │ │ ├── DiscordSDK.meta │ │ ├── MoonSharp/ │ │ │ ├── Debugger/ │ │ │ │ ├── DebuggerLogic/ │ │ │ │ │ ├── AsyncDebugger.cs │ │ │ │ │ ├── AsyncDebugger.cs.meta │ │ │ │ │ ├── EmptyDebugSession.cs │ │ │ │ │ ├── EmptyDebugSession.cs.meta │ │ │ │ │ ├── IAsyncDebuggerClient.cs │ │ │ │ │ ├── IAsyncDebuggerClient.cs.meta │ │ │ │ │ ├── MoonSharpDebugSession.cs │ │ │ │ │ ├── MoonSharpDebugSession.cs.meta │ │ │ │ │ ├── VariableInspector.cs │ │ │ │ │ └── VariableInspector.cs.meta │ │ │ │ ├── DebuggerLogic.meta │ │ │ │ ├── MoonSharpVsCodeDebugServer.cs │ │ │ │ ├── MoonSharpVsCodeDebugServer.cs.meta │ │ │ │ ├── SDK/ │ │ │ │ │ ├── DebugSession.cs │ │ │ │ │ ├── DebugSession.cs.meta │ │ │ │ │ ├── Protocol.cs │ │ │ │ │ ├── Protocol.cs.meta │ │ │ │ │ ├── Utilities.cs │ │ │ │ │ └── Utilities.cs.meta │ │ │ │ └── SDK.meta │ │ │ ├── Debugger.meta │ │ │ ├── Interpreter/ │ │ │ │ ├── AsyncExtensions.cs │ │ │ │ ├── AsyncExtensions.cs.meta │ │ │ │ ├── CodeAnalysis/ │ │ │ │ │ ├── AstNode.cs │ │ │ │ │ └── AstNode.cs.meta │ │ │ │ ├── CodeAnalysis.meta │ │ │ │ ├── Compatibility/ │ │ │ │ │ ├── Attributes.cs │ │ │ │ │ ├── Attributes.cs.meta │ │ │ │ │ ├── Framework.cs │ │ │ │ │ ├── Framework.cs.meta │ │ │ │ │ ├── Frameworks/ │ │ │ │ │ │ ├── Base/ │ │ │ │ │ │ │ ├── FrameworkBase.cs │ │ │ │ │ │ │ ├── FrameworkBase.cs.meta │ │ │ │ │ │ │ ├── FrameworkClrBase.cs │ │ │ │ │ │ │ ├── FrameworkClrBase.cs.meta │ │ │ │ │ │ │ ├── FrameworkReflectionBase.cs │ │ │ │ │ │ │ └── FrameworkReflectionBase.cs.meta │ │ │ │ │ │ ├── Base.meta │ │ │ │ │ │ ├── FrameworkCLR.cs │ │ │ │ │ │ ├── FrameworkCLR.cs.meta │ │ │ │ │ │ ├── FrameworkCore.cs │ │ │ │ │ │ ├── FrameworkCore.cs.meta │ │ │ │ │ │ ├── FrameworkPCL.cs │ │ │ │ │ │ ├── FrameworkPCL.cs.meta │ │ │ │ │ │ ├── FrameworkWin8.cs │ │ │ │ │ │ └── FrameworkWin8.cs.meta │ │ │ │ │ ├── Frameworks.meta │ │ │ │ │ ├── Stopwatch.cs │ │ │ │ │ └── Stopwatch.cs.meta │ │ │ │ ├── Compatibility.meta │ │ │ │ ├── CoreLib/ │ │ │ │ │ ├── BasicModule.cs │ │ │ │ │ ├── BasicModule.cs.meta │ │ │ │ │ ├── Bit32Module.cs │ │ │ │ │ ├── Bit32Module.cs.meta │ │ │ │ │ ├── CoroutineModule.cs │ │ │ │ │ ├── CoroutineModule.cs.meta │ │ │ │ │ ├── DebugModule.cs │ │ │ │ │ ├── DebugModule.cs.meta │ │ │ │ │ ├── DynamicModule.cs │ │ │ │ │ ├── DynamicModule.cs.meta │ │ │ │ │ ├── ErrorHandlingModule.cs │ │ │ │ │ ├── ErrorHandlingModule.cs.meta │ │ │ │ │ ├── IO/ │ │ │ │ │ │ ├── BinaryEncoding.cs │ │ │ │ │ │ ├── BinaryEncoding.cs.meta │ │ │ │ │ │ ├── FileUserData.cs │ │ │ │ │ │ ├── FileUserData.cs.meta │ │ │ │ │ │ ├── FileUserDataBase.cs │ │ │ │ │ │ ├── FileUserDataBase.cs.meta │ │ │ │ │ │ ├── StandardIOFileUserDataBase.cs │ │ │ │ │ │ ├── StandardIOFileUserDataBase.cs.meta │ │ │ │ │ │ ├── StreamFileUserDataBase.cs │ │ │ │ │ │ └── StreamFileUserDataBase.cs.meta │ │ │ │ │ ├── IO.meta │ │ │ │ │ ├── IoModule.cs │ │ │ │ │ ├── IoModule.cs.meta │ │ │ │ │ ├── JsonModule.cs │ │ │ │ │ ├── JsonModule.cs.meta │ │ │ │ │ ├── LoadModule.cs │ │ │ │ │ ├── LoadModule.cs.meta │ │ │ │ │ ├── MathModule.cs │ │ │ │ │ ├── MathModule.cs.meta │ │ │ │ │ ├── MetaTableModule.cs │ │ │ │ │ ├── MetaTableModule.cs.meta │ │ │ │ │ ├── OsSystemModule.cs │ │ │ │ │ ├── OsSystemModule.cs.meta │ │ │ │ │ ├── OsTimeModule.cs │ │ │ │ │ ├── OsTimeModule.cs.meta │ │ │ │ │ ├── StringLib/ │ │ │ │ │ │ ├── KopiLua_StrLib.cs │ │ │ │ │ │ ├── KopiLua_StrLib.cs.meta │ │ │ │ │ │ ├── StringRange.cs │ │ │ │ │ │ └── StringRange.cs.meta │ │ │ │ │ ├── StringLib.meta │ │ │ │ │ ├── StringModule.cs │ │ │ │ │ ├── StringModule.cs.meta │ │ │ │ │ ├── TableIteratorsModule.cs │ │ │ │ │ ├── TableIteratorsModule.cs.meta │ │ │ │ │ ├── TableModule.cs │ │ │ │ │ └── TableModule.cs.meta │ │ │ │ ├── CoreLib.meta │ │ │ │ ├── DataStructs/ │ │ │ │ │ ├── Extension_Methods.cs │ │ │ │ │ ├── Extension_Methods.cs.meta │ │ │ │ │ ├── FastStack.cs │ │ │ │ │ ├── FastStack.cs.meta │ │ │ │ │ ├── FastStackDynamic.cs │ │ │ │ │ ├── FastStackDynamic.cs.meta │ │ │ │ │ ├── LinkedListIndex.cs │ │ │ │ │ ├── LinkedListIndex.cs.meta │ │ │ │ │ ├── MultiDictionary.cs │ │ │ │ │ ├── MultiDictionary.cs.meta │ │ │ │ │ ├── ReferenceEqualityComparer.cs │ │ │ │ │ ├── ReferenceEqualityComparer.cs.meta │ │ │ │ │ ├── Slice.cs │ │ │ │ │ └── Slice.cs.meta │ │ │ │ ├── DataStructs.meta │ │ │ │ ├── DataTypes/ │ │ │ │ │ ├── CallbackArguments.cs │ │ │ │ │ ├── CallbackArguments.cs.meta │ │ │ │ │ ├── CallbackFunction.cs │ │ │ │ │ ├── CallbackFunction.cs.meta │ │ │ │ │ ├── Closure.cs │ │ │ │ │ ├── Closure.cs.meta │ │ │ │ │ ├── Coroutine.cs │ │ │ │ │ ├── Coroutine.cs.meta │ │ │ │ │ ├── CoroutineState.cs │ │ │ │ │ ├── CoroutineState.cs.meta │ │ │ │ │ ├── DataType.cs │ │ │ │ │ ├── DataType.cs.meta │ │ │ │ │ ├── DynValue.cs │ │ │ │ │ ├── DynValue.cs.meta │ │ │ │ │ ├── IScriptPrivateResource.cs │ │ │ │ │ ├── IScriptPrivateResource.cs.meta │ │ │ │ │ ├── RefIdObject.cs │ │ │ │ │ ├── RefIdObject.cs.meta │ │ │ │ │ ├── ScriptFunctionDelegate.cs │ │ │ │ │ ├── ScriptFunctionDelegate.cs.meta │ │ │ │ │ ├── SymbolRef.cs │ │ │ │ │ ├── SymbolRef.cs.meta │ │ │ │ │ ├── SymbolRefType.cs │ │ │ │ │ ├── SymbolRefType.cs.meta │ │ │ │ │ ├── Table.cs │ │ │ │ │ ├── Table.cs.meta │ │ │ │ │ ├── TablePair.cs │ │ │ │ │ ├── TablePair.cs.meta │ │ │ │ │ ├── TailCallData.cs │ │ │ │ │ ├── TailCallData.cs.meta │ │ │ │ │ ├── TypeValidationFlags.cs │ │ │ │ │ ├── TypeValidationFlags.cs.meta │ │ │ │ │ ├── UserData.cs │ │ │ │ │ ├── UserData.cs.meta │ │ │ │ │ ├── WellKnownSymbols.cs │ │ │ │ │ ├── WellKnownSymbols.cs.meta │ │ │ │ │ ├── YieldRequest.cs │ │ │ │ │ └── YieldRequest.cs.meta │ │ │ │ ├── DataTypes.meta │ │ │ │ ├── Debugging/ │ │ │ │ │ ├── DebugService.cs │ │ │ │ │ ├── DebugService.cs.meta │ │ │ │ │ ├── DebuggerAction.cs │ │ │ │ │ ├── DebuggerAction.cs.meta │ │ │ │ │ ├── DebuggerCaps.cs │ │ │ │ │ ├── DebuggerCaps.cs.meta │ │ │ │ │ ├── IDebugger.cs │ │ │ │ │ ├── IDebugger.cs.meta │ │ │ │ │ ├── SourceCode.cs │ │ │ │ │ ├── SourceCode.cs.meta │ │ │ │ │ ├── SourceRef.cs │ │ │ │ │ ├── SourceRef.cs.meta │ │ │ │ │ ├── WatchItem.cs │ │ │ │ │ ├── WatchItem.cs.meta │ │ │ │ │ ├── WatchType.cs │ │ │ │ │ └── WatchType.cs.meta │ │ │ │ ├── Debugging.meta │ │ │ │ ├── Diagnostics/ │ │ │ │ │ ├── PerformanceCounter.cs │ │ │ │ │ ├── PerformanceCounter.cs.meta │ │ │ │ │ ├── PerformanceCounterType.cs │ │ │ │ │ ├── PerformanceCounterType.cs.meta │ │ │ │ │ ├── PerformanceCounters/ │ │ │ │ │ │ ├── DummyPerformanceStopwatch.cs │ │ │ │ │ │ ├── DummyPerformanceStopwatch.cs.meta │ │ │ │ │ │ ├── GlobalPerformanceStopwatch.cs │ │ │ │ │ │ ├── GlobalPerformanceStopwatch.cs.meta │ │ │ │ │ │ ├── IPerformanceStopwatch.cs │ │ │ │ │ │ ├── IPerformanceStopwatch.cs.meta │ │ │ │ │ │ ├── PerformanceStopwatch.cs │ │ │ │ │ │ └── PerformanceStopwatch.cs.meta │ │ │ │ │ ├── PerformanceCounters.meta │ │ │ │ │ ├── PerformanceResult.cs │ │ │ │ │ ├── PerformanceResult.cs.meta │ │ │ │ │ ├── PerformanceStatistics.cs │ │ │ │ │ └── PerformanceStatistics.cs.meta │ │ │ │ ├── Diagnostics.meta │ │ │ │ ├── Errors/ │ │ │ │ │ ├── DynamicExpressionException.cs │ │ │ │ │ ├── DynamicExpressionException.cs.meta │ │ │ │ │ ├── InternalErrorException.cs │ │ │ │ │ ├── InternalErrorException.cs.meta │ │ │ │ │ ├── InterpreterException.cs │ │ │ │ │ ├── InterpreterException.cs.meta │ │ │ │ │ ├── ScriptRuntimeException.cs │ │ │ │ │ ├── ScriptRuntimeException.cs.meta │ │ │ │ │ ├── SyntaxErrorException.cs │ │ │ │ │ └── SyntaxErrorException.cs.meta │ │ │ │ ├── Errors.meta │ │ │ │ ├── Execution/ │ │ │ │ │ ├── DynamicExpression.cs │ │ │ │ │ ├── DynamicExpression.cs.meta │ │ │ │ │ ├── InstructionFieldUsage.cs │ │ │ │ │ ├── InstructionFieldUsage.cs.meta │ │ │ │ │ ├── Scopes/ │ │ │ │ │ │ ├── BuildTimeScope.cs │ │ │ │ │ │ ├── BuildTimeScope.cs.meta │ │ │ │ │ │ ├── BuildTimeScopeBlock.cs │ │ │ │ │ │ ├── BuildTimeScopeBlock.cs.meta │ │ │ │ │ │ ├── BuildTimeScopeFrame.cs │ │ │ │ │ │ ├── BuildTimeScopeFrame.cs.meta │ │ │ │ │ │ ├── ClosureContext.cs │ │ │ │ │ │ ├── ClosureContext.cs.meta │ │ │ │ │ │ ├── IClosureBuilder.cs │ │ │ │ │ │ ├── IClosureBuilder.cs.meta │ │ │ │ │ │ ├── LoopTracker.cs │ │ │ │ │ │ ├── LoopTracker.cs.meta │ │ │ │ │ │ ├── RuntimeScopeBlock.cs │ │ │ │ │ │ ├── RuntimeScopeBlock.cs.meta │ │ │ │ │ │ ├── RuntimeScopeFrame.cs │ │ │ │ │ │ └── RuntimeScopeFrame.cs.meta │ │ │ │ │ ├── Scopes.meta │ │ │ │ │ ├── ScriptExecutionContext.cs │ │ │ │ │ ├── ScriptExecutionContext.cs.meta │ │ │ │ │ ├── ScriptLoadingContext.cs │ │ │ │ │ ├── ScriptLoadingContext.cs.meta │ │ │ │ │ ├── VM/ │ │ │ │ │ │ ├── ByteCode.cs │ │ │ │ │ │ ├── ByteCode.cs.meta │ │ │ │ │ │ ├── CallStackItem.cs │ │ │ │ │ │ ├── CallStackItem.cs.meta │ │ │ │ │ │ ├── CallStackItemFlags.cs │ │ │ │ │ │ ├── CallStackItemFlags.cs.meta │ │ │ │ │ │ ├── ExecutionState.cs │ │ │ │ │ │ ├── ExecutionState.cs.meta │ │ │ │ │ │ ├── Instruction.cs │ │ │ │ │ │ ├── Instruction.cs.meta │ │ │ │ │ │ ├── OpCode.cs │ │ │ │ │ │ ├── OpCode.cs.meta │ │ │ │ │ │ ├── OpCodeMetadataType.cs │ │ │ │ │ │ ├── OpCodeMetadataType.cs.meta │ │ │ │ │ │ ├── Processor/ │ │ │ │ │ │ │ ├── DebugContext.cs │ │ │ │ │ │ │ ├── DebugContext.cs.meta │ │ │ │ │ │ │ ├── Processor.cs │ │ │ │ │ │ │ ├── Processor.cs.meta │ │ │ │ │ │ │ ├── Processor_BinaryDump.cs │ │ │ │ │ │ │ ├── Processor_BinaryDump.cs.meta │ │ │ │ │ │ │ ├── Processor_Coroutines.cs │ │ │ │ │ │ │ ├── Processor_Coroutines.cs.meta │ │ │ │ │ │ │ ├── Processor_Debugger.cs │ │ │ │ │ │ │ ├── Processor_Debugger.cs.meta │ │ │ │ │ │ │ ├── Processor_Errors.cs │ │ │ │ │ │ │ ├── Processor_Errors.cs.meta │ │ │ │ │ │ │ ├── Processor_IExecutionContext.cs │ │ │ │ │ │ │ ├── Processor_IExecutionContext.cs.meta │ │ │ │ │ │ │ ├── Processor_InstructionLoop.cs │ │ │ │ │ │ │ ├── Processor_InstructionLoop.cs.meta │ │ │ │ │ │ │ ├── Processor_Scope.cs │ │ │ │ │ │ │ ├── Processor_Scope.cs.meta │ │ │ │ │ │ │ ├── Processor_UtilityFunctions.cs │ │ │ │ │ │ │ └── Processor_UtilityFunctions.cs.meta │ │ │ │ │ │ └── Processor.meta │ │ │ │ │ └── VM.meta │ │ │ │ ├── Execution.meta │ │ │ │ ├── IO/ │ │ │ │ │ ├── BinDumpBinaryReader.cs │ │ │ │ │ ├── BinDumpBinaryReader.cs.meta │ │ │ │ │ ├── BinDumpBinaryWriter.cs │ │ │ │ │ ├── BinDumpBinaryWriter.cs.meta │ │ │ │ │ ├── UndisposableStream.cs │ │ │ │ │ └── UndisposableStream.cs.meta │ │ │ │ ├── IO.meta │ │ │ │ ├── Interop/ │ │ │ │ │ ├── Attributes/ │ │ │ │ │ │ ├── MoonSharpHiddenAttribute.cs │ │ │ │ │ │ ├── MoonSharpHiddenAttribute.cs.meta │ │ │ │ │ │ ├── MoonSharpHideMemberAttribute.cs │ │ │ │ │ │ ├── MoonSharpHideMemberAttribute.cs.meta │ │ │ │ │ │ ├── MoonSharpPropertyAttribute.cs │ │ │ │ │ │ ├── MoonSharpPropertyAttribute.cs.meta │ │ │ │ │ │ ├── MoonSharpUserDataAttribute.cs │ │ │ │ │ │ ├── MoonSharpUserDataAttribute.cs.meta │ │ │ │ │ │ ├── MoonSharpUserDataMetamethodAttribute.cs │ │ │ │ │ │ ├── MoonSharpUserDataMetamethodAttribute.cs.meta │ │ │ │ │ │ ├── MoonSharpVisibleAttribute.cs │ │ │ │ │ │ └── MoonSharpVisibleAttribute.cs.meta │ │ │ │ │ ├── Attributes.meta │ │ │ │ │ ├── BasicDescriptors/ │ │ │ │ │ │ ├── DispatchingUserDataDescriptor.cs │ │ │ │ │ │ ├── DispatchingUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── IMemberDescriptor.cs │ │ │ │ │ │ ├── IMemberDescriptor.cs.meta │ │ │ │ │ │ ├── IOptimizableDescriptor.cs │ │ │ │ │ │ ├── IOptimizableDescriptor.cs.meta │ │ │ │ │ │ ├── IOverloadableMemberDescriptor.cs │ │ │ │ │ │ ├── IOverloadableMemberDescriptor.cs.meta │ │ │ │ │ │ ├── MemberDescriptorAccess.cs │ │ │ │ │ │ ├── MemberDescriptorAccess.cs.meta │ │ │ │ │ │ ├── ParameterDescriptor.cs │ │ │ │ │ │ └── ParameterDescriptor.cs.meta │ │ │ │ │ ├── BasicDescriptors.meta │ │ │ │ │ ├── Converters/ │ │ │ │ │ │ ├── ClrToScriptConversions.cs │ │ │ │ │ │ ├── ClrToScriptConversions.cs.meta │ │ │ │ │ │ ├── NumericConversions.cs │ │ │ │ │ │ ├── NumericConversions.cs.meta │ │ │ │ │ │ ├── ScriptToClrConversions.cs │ │ │ │ │ │ ├── ScriptToClrConversions.cs.meta │ │ │ │ │ │ ├── StringConversions.cs │ │ │ │ │ │ ├── StringConversions.cs.meta │ │ │ │ │ │ ├── TableConversions.cs │ │ │ │ │ │ └── TableConversions.cs.meta │ │ │ │ │ ├── Converters.meta │ │ │ │ │ ├── CustomConvertersCollection.cs │ │ │ │ │ ├── CustomConvertersCollection.cs.meta │ │ │ │ │ ├── DescriptorHelpers.cs │ │ │ │ │ ├── DescriptorHelpers.cs.meta │ │ │ │ │ ├── IGeneratorUserDataDescriptor.cs │ │ │ │ │ ├── IGeneratorUserDataDescriptor.cs.meta │ │ │ │ │ ├── IUserDataDescriptor.cs │ │ │ │ │ ├── IUserDataDescriptor.cs.meta │ │ │ │ │ ├── IUserDataMemberDescriptor.cs │ │ │ │ │ ├── IUserDataMemberDescriptor.cs.meta │ │ │ │ │ ├── IUserDataType.cs │ │ │ │ │ ├── IUserDataType.cs.meta │ │ │ │ │ ├── IWireableDescriptor.cs │ │ │ │ │ ├── IWireableDescriptor.cs.meta │ │ │ │ │ ├── InteropAccessMode.cs │ │ │ │ │ ├── InteropAccessMode.cs.meta │ │ │ │ │ ├── InteropRegistrationPolicy.cs │ │ │ │ │ ├── InteropRegistrationPolicy.cs.meta │ │ │ │ │ ├── LuaStateInterop/ │ │ │ │ │ │ ├── CharPtr.cs │ │ │ │ │ │ ├── CharPtr.cs.meta │ │ │ │ │ │ ├── LuaBase.cs │ │ │ │ │ │ ├── LuaBase.cs.meta │ │ │ │ │ │ ├── LuaBase_CLib.cs │ │ │ │ │ │ ├── LuaBase_CLib.cs.meta │ │ │ │ │ │ ├── LuaLBuffer.cs │ │ │ │ │ │ ├── LuaLBuffer.cs.meta │ │ │ │ │ │ ├── LuaState.cs │ │ │ │ │ │ ├── LuaState.cs.meta │ │ │ │ │ │ ├── Tools.cs │ │ │ │ │ │ └── Tools.cs.meta │ │ │ │ │ ├── LuaStateInterop.meta │ │ │ │ │ ├── PredefinedUserData/ │ │ │ │ │ │ ├── AnonWrapper.cs │ │ │ │ │ │ ├── AnonWrapper.cs.meta │ │ │ │ │ │ ├── EnumerableWrapper.cs │ │ │ │ │ │ └── EnumerableWrapper.cs.meta │ │ │ │ │ ├── PredefinedUserData.meta │ │ │ │ │ ├── PropertyTableAssigner.cs │ │ │ │ │ ├── PropertyTableAssigner.cs.meta │ │ │ │ │ ├── ProxyObjects/ │ │ │ │ │ │ ├── DelegateProxyFactory.cs │ │ │ │ │ │ ├── DelegateProxyFactory.cs.meta │ │ │ │ │ │ ├── IProxyFactory.cs │ │ │ │ │ │ └── IProxyFactory.cs.meta │ │ │ │ │ ├── ProxyObjects.meta │ │ │ │ │ ├── ReflectionSpecialNames.cs │ │ │ │ │ ├── ReflectionSpecialNames.cs.meta │ │ │ │ │ ├── RegistrationPolicies/ │ │ │ │ │ │ ├── AutomaticRegistrationPolicy.cs │ │ │ │ │ │ ├── AutomaticRegistrationPolicy.cs.meta │ │ │ │ │ │ ├── DefaultRegistrationPolicy.cs │ │ │ │ │ │ ├── DefaultRegistrationPolicy.cs.meta │ │ │ │ │ │ ├── IRegistrationPolicy.cs │ │ │ │ │ │ ├── IRegistrationPolicy.cs.meta │ │ │ │ │ │ ├── PermanentRegistrationPolicy.cs │ │ │ │ │ │ └── PermanentRegistrationPolicy.cs.meta │ │ │ │ │ ├── RegistrationPolicies.meta │ │ │ │ │ ├── StandardDescriptors/ │ │ │ │ │ │ ├── AutoDescribingUserDataDescriptor.cs │ │ │ │ │ │ ├── AutoDescribingUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── CompositeUserDataDescriptor.cs │ │ │ │ │ │ ├── CompositeUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── EventFacade.cs │ │ │ │ │ │ ├── EventFacade.cs.meta │ │ │ │ │ │ ├── HardwiredDescriptors/ │ │ │ │ │ │ │ ├── DefaultValue.cs │ │ │ │ │ │ │ ├── DefaultValue.cs.meta │ │ │ │ │ │ │ ├── HardwiredMemberDescriptor.cs │ │ │ │ │ │ │ ├── HardwiredMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── HardwiredMethodMemberDescriptor.cs │ │ │ │ │ │ │ ├── HardwiredMethodMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── HardwiredUserDataDescriptor.cs │ │ │ │ │ │ │ └── HardwiredUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── HardwiredDescriptors.meta │ │ │ │ │ │ ├── MemberDescriptors/ │ │ │ │ │ │ │ ├── ArrayMemberDescriptor.cs │ │ │ │ │ │ │ ├── ArrayMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── DynValueMemberDescriptor.cs │ │ │ │ │ │ │ ├── DynValueMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── FunctionMemberDescriptorBase.cs │ │ │ │ │ │ │ ├── FunctionMemberDescriptorBase.cs.meta │ │ │ │ │ │ │ ├── ObjectCallbackMemberDescriptor.cs │ │ │ │ │ │ │ └── ObjectCallbackMemberDescriptor.cs.meta │ │ │ │ │ │ ├── MemberDescriptors.meta │ │ │ │ │ │ ├── ProxyUserDataDescriptor.cs │ │ │ │ │ │ ├── ProxyUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── ReflectionMemberDescriptors/ │ │ │ │ │ │ │ ├── EventMemberDescriptor.cs │ │ │ │ │ │ │ ├── EventMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── FieldMemberDescriptor.cs │ │ │ │ │ │ │ ├── FieldMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── MethodMemberDescriptor.cs │ │ │ │ │ │ │ ├── MethodMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── OverloadedMethodMemberDescriptor.cs │ │ │ │ │ │ │ ├── OverloadedMethodMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── PropertyMemberDescriptor.cs │ │ │ │ │ │ │ ├── PropertyMemberDescriptor.cs.meta │ │ │ │ │ │ │ ├── ValueTypeDefaultCtorMemberDescriptor.cs │ │ │ │ │ │ │ └── ValueTypeDefaultCtorMemberDescriptor.cs.meta │ │ │ │ │ │ ├── ReflectionMemberDescriptors.meta │ │ │ │ │ │ ├── StandardEnumUserDataDescriptor.cs │ │ │ │ │ │ ├── StandardEnumUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── StandardGenericsUserDataDescriptor.cs │ │ │ │ │ │ ├── StandardGenericsUserDataDescriptor.cs.meta │ │ │ │ │ │ ├── StandardUserDataDescriptor.cs │ │ │ │ │ │ └── StandardUserDataDescriptor.cs.meta │ │ │ │ │ ├── StandardDescriptors.meta │ │ │ │ │ ├── UserDataMemberType.cs │ │ │ │ │ ├── UserDataMemberType.cs.meta │ │ │ │ │ ├── UserDataRegistries/ │ │ │ │ │ │ ├── ExtensionMethodsRegistry.cs │ │ │ │ │ │ ├── ExtensionMethodsRegistry.cs.meta │ │ │ │ │ │ ├── TypeDescriptorRegistry.cs │ │ │ │ │ │ └── TypeDescriptorRegistry.cs.meta │ │ │ │ │ └── UserDataRegistries.meta │ │ │ │ ├── Interop.meta │ │ │ │ ├── LinqHelpers.cs │ │ │ │ ├── LinqHelpers.cs.meta │ │ │ │ ├── Loaders/ │ │ │ │ │ ├── EmbeddedResourcesScriptLoader.cs │ │ │ │ │ ├── EmbeddedResourcesScriptLoader.cs.meta │ │ │ │ │ ├── FileSystemScriptLoader.cs │ │ │ │ │ ├── FileSystemScriptLoader.cs.meta │ │ │ │ │ ├── IScriptLoader.cs │ │ │ │ │ ├── IScriptLoader.cs.meta │ │ │ │ │ ├── InvalidScriptLoader.cs │ │ │ │ │ ├── InvalidScriptLoader.cs.meta │ │ │ │ │ ├── ScriptLoaderBase.cs │ │ │ │ │ ├── ScriptLoaderBase.cs.meta │ │ │ │ │ ├── UnityAssetsScriptLoader.cs │ │ │ │ │ └── UnityAssetsScriptLoader.cs.meta │ │ │ │ ├── Loaders.meta │ │ │ │ ├── Modules/ │ │ │ │ │ ├── CoreModules.cs │ │ │ │ │ ├── CoreModules.cs.meta │ │ │ │ │ ├── ModuleRegister.cs │ │ │ │ │ ├── ModuleRegister.cs.meta │ │ │ │ │ ├── MoonSharpModuleAttribute.cs │ │ │ │ │ ├── MoonSharpModuleAttribute.cs.meta │ │ │ │ │ ├── MoonSharpModuleConstantAttribute.cs │ │ │ │ │ ├── MoonSharpModuleConstantAttribute.cs.meta │ │ │ │ │ ├── MoonSharpModuleMethodAttribute.cs │ │ │ │ │ └── MoonSharpModuleMethodAttribute.cs.meta │ │ │ │ ├── Modules.meta │ │ │ │ ├── NameSpace_XmlHelp.cs │ │ │ │ ├── NameSpace_XmlHelp.cs.meta │ │ │ │ ├── Options/ │ │ │ │ │ ├── ColonOperatorBehaviour.cs │ │ │ │ │ └── ColonOperatorBehaviour.cs.meta │ │ │ │ ├── Options.meta │ │ │ │ ├── Platforms/ │ │ │ │ │ ├── DotNetCorePlatformAccessor.cs │ │ │ │ │ ├── DotNetCorePlatformAccessor.cs.meta │ │ │ │ │ ├── IPlatformAccessor.cs │ │ │ │ │ ├── IPlatformAccessor.cs.meta │ │ │ │ │ ├── LimitedPlatformAccessor.cs │ │ │ │ │ ├── LimitedPlatformAccessor.cs.meta │ │ │ │ │ ├── PlatformAccessorBase.cs │ │ │ │ │ ├── PlatformAccessorBase.cs.meta │ │ │ │ │ ├── PlatformAutoDetector.cs │ │ │ │ │ ├── PlatformAutoDetector.cs.meta │ │ │ │ │ ├── StandardFileType.cs │ │ │ │ │ ├── StandardFileType.cs.meta │ │ │ │ │ ├── StandardPlatformAccessor.cs │ │ │ │ │ └── StandardPlatformAccessor.cs.meta │ │ │ │ ├── Platforms.meta │ │ │ │ ├── REPL/ │ │ │ │ │ ├── ReplHistoryNavigator.cs │ │ │ │ │ ├── ReplHistoryNavigator.cs.meta │ │ │ │ │ ├── ReplInterpreter.cs │ │ │ │ │ ├── ReplInterpreter.cs.meta │ │ │ │ │ ├── ReplInterpreterScriptLoader.cs │ │ │ │ │ └── ReplInterpreterScriptLoader.cs.meta │ │ │ │ ├── REPL.meta │ │ │ │ ├── Script.cs │ │ │ │ ├── Script.cs.meta │ │ │ │ ├── ScriptGlobalOptions.cs │ │ │ │ ├── ScriptGlobalOptions.cs.meta │ │ │ │ ├── ScriptOptions.cs │ │ │ │ ├── ScriptOptions.cs.meta │ │ │ │ ├── Serialization/ │ │ │ │ │ ├── Json/ │ │ │ │ │ │ ├── JsonNull.cs │ │ │ │ │ │ ├── JsonNull.cs.meta │ │ │ │ │ │ ├── JsonTableConverter.cs │ │ │ │ │ │ └── JsonTableConverter.cs.meta │ │ │ │ │ ├── Json.meta │ │ │ │ │ ├── ObjectValueConverter.cs │ │ │ │ │ ├── ObjectValueConverter.cs.meta │ │ │ │ │ ├── SerializationExtensions.cs │ │ │ │ │ └── SerializationExtensions.cs.meta │ │ │ │ ├── Serialization.meta │ │ │ │ ├── Tree/ │ │ │ │ │ ├── Expression_.cs │ │ │ │ │ ├── Expression_.cs.meta │ │ │ │ │ ├── Expressions/ │ │ │ │ │ │ ├── AdjustmentExpression.cs │ │ │ │ │ │ ├── AdjustmentExpression.cs.meta │ │ │ │ │ │ ├── BinaryOperatorExpression.cs │ │ │ │ │ │ ├── BinaryOperatorExpression.cs.meta │ │ │ │ │ │ ├── DynamicExprExpression.cs │ │ │ │ │ │ ├── DynamicExprExpression.cs.meta │ │ │ │ │ │ ├── ExprListExpression.cs │ │ │ │ │ │ ├── ExprListExpression.cs.meta │ │ │ │ │ │ ├── FunctionCallExpression.cs │ │ │ │ │ │ ├── FunctionCallExpression.cs.meta │ │ │ │ │ │ ├── FunctionDefinitionExpression.cs │ │ │ │ │ │ ├── FunctionDefinitionExpression.cs.meta │ │ │ │ │ │ ├── IndexExpression.cs │ │ │ │ │ │ ├── IndexExpression.cs.meta │ │ │ │ │ │ ├── LiteralExpression.cs │ │ │ │ │ │ ├── LiteralExpression.cs.meta │ │ │ │ │ │ ├── SymbolRefExpression.cs │ │ │ │ │ │ ├── SymbolRefExpression.cs.meta │ │ │ │ │ │ ├── TableConstructor.cs │ │ │ │ │ │ ├── TableConstructor.cs.meta │ │ │ │ │ │ ├── UnaryOperatorExpression.cs │ │ │ │ │ │ └── UnaryOperatorExpression.cs.meta │ │ │ │ │ ├── Expressions.meta │ │ │ │ │ ├── Fast_Interface/ │ │ │ │ │ │ ├── Loader_Fast.cs │ │ │ │ │ │ └── Loader_Fast.cs.meta │ │ │ │ │ ├── Fast_Interface.meta │ │ │ │ │ ├── IVariable.cs │ │ │ │ │ ├── IVariable.cs.meta │ │ │ │ │ ├── Lexer/ │ │ │ │ │ │ ├── Lexer.cs │ │ │ │ │ │ ├── Lexer.cs.meta │ │ │ │ │ │ ├── LexerUtils.cs │ │ │ │ │ │ ├── LexerUtils.cs.meta │ │ │ │ │ │ ├── Token.cs │ │ │ │ │ │ ├── Token.cs.meta │ │ │ │ │ │ ├── TokenType.cs │ │ │ │ │ │ └── TokenType.cs.meta │ │ │ │ │ ├── Lexer.meta │ │ │ │ │ ├── Loop.cs │ │ │ │ │ ├── Loop.cs.meta │ │ │ │ │ ├── NodeBase.cs │ │ │ │ │ ├── NodeBase.cs.meta │ │ │ │ │ ├── Statement.cs │ │ │ │ │ ├── Statement.cs.meta │ │ │ │ │ ├── Statements/ │ │ │ │ │ │ ├── AssignmentStatement.cs │ │ │ │ │ │ ├── AssignmentStatement.cs.meta │ │ │ │ │ │ ├── BreakStatement.cs │ │ │ │ │ │ ├── BreakStatement.cs.meta │ │ │ │ │ │ ├── ChunkStatement.cs │ │ │ │ │ │ ├── ChunkStatement.cs.meta │ │ │ │ │ │ ├── CompositeStatement.cs │ │ │ │ │ │ ├── CompositeStatement.cs.meta │ │ │ │ │ │ ├── EmptyStatement.cs │ │ │ │ │ │ ├── EmptyStatement.cs.meta │ │ │ │ │ │ ├── ForEachLoopStatement.cs │ │ │ │ │ │ ├── ForEachLoopStatement.cs.meta │ │ │ │ │ │ ├── ForLoopStatement.cs │ │ │ │ │ │ ├── ForLoopStatement.cs.meta │ │ │ │ │ │ ├── FunctionCallStatement.cs │ │ │ │ │ │ ├── FunctionCallStatement.cs.meta │ │ │ │ │ │ ├── FunctionDefinitionStatement.cs │ │ │ │ │ │ ├── FunctionDefinitionStatement.cs.meta │ │ │ │ │ │ ├── GotoStatement.cs │ │ │ │ │ │ ├── GotoStatement.cs.meta │ │ │ │ │ │ ├── IfStatement.cs │ │ │ │ │ │ ├── IfStatement.cs.meta │ │ │ │ │ │ ├── LabelStatement.cs │ │ │ │ │ │ ├── LabelStatement.cs.meta │ │ │ │ │ │ ├── RepeatStatement.cs │ │ │ │ │ │ ├── RepeatStatement.cs.meta │ │ │ │ │ │ ├── ReturnStatement.cs │ │ │ │ │ │ ├── ReturnStatement.cs.meta │ │ │ │ │ │ ├── ScopeBlockStatement.cs │ │ │ │ │ │ ├── ScopeBlockStatement.cs.meta │ │ │ │ │ │ ├── WhileStatement.cs │ │ │ │ │ │ └── WhileStatement.cs.meta │ │ │ │ │ └── Statements.meta │ │ │ │ └── Tree.meta │ │ │ └── Interpreter.meta │ │ ├── MoonSharp.meta │ │ ├── aarch64/ │ │ │ ├── discord_game_sdk.bundle │ │ │ ├── discord_game_sdk.bundle.meta │ │ │ └── discord_game_sdk.dylib.meta │ │ ├── aarch64.meta │ │ ├── user32.dll.meta │ │ ├── x86/ │ │ │ ├── discord_game_sdk.dll.lib │ │ │ ├── discord_game_sdk.dll.lib.meta │ │ │ └── discord_game_sdk.dll.meta │ │ ├── x86.meta │ │ ├── x86_64/ │ │ │ ├── discord_game_sdk.bundle │ │ │ ├── discord_game_sdk.bundle.meta │ │ │ ├── discord_game_sdk.dll.lib │ │ │ ├── discord_game_sdk.dll.lib.meta │ │ │ ├── discord_game_sdk.dll.meta │ │ │ ├── discord_game_sdk.dylib.meta │ │ │ └── discord_game_sdk.so.meta │ │ └── x86_64.meta │ ├── Plugins.meta │ ├── Resources/ │ │ ├── Audios/ │ │ │ ├── ButtonSound.ogg │ │ │ ├── ButtonSound.ogg.meta │ │ │ ├── GoatSound.ogg │ │ │ ├── GoatSound.ogg.meta │ │ │ ├── MisriHalek.ogg │ │ │ ├── MisriHalek.ogg.meta │ │ │ ├── Rhenny.ogg │ │ │ ├── Rhenny.ogg.meta │ │ │ └── sound.wav.meta │ │ ├── Audios.meta │ │ ├── Prefabs/ │ │ │ ├── BGCamera.prefab │ │ │ ├── BGCamera.prefab.meta │ │ │ ├── Background 1.prefab │ │ │ ├── Background 1.prefab.meta │ │ │ ├── Background.prefab │ │ │ ├── Background.prefab.meta │ │ │ ├── Canvas OW.prefab │ │ │ ├── Canvas OW.prefab.meta │ │ │ ├── CanvasLoad.prefab │ │ │ ├── CanvasLoad.prefab.meta │ │ │ ├── CstmTxtContainer.prefab │ │ │ ├── CstmTxtContainer.prefab.meta │ │ │ ├── Debugger.prefab │ │ │ ├── Debugger.prefab.meta │ │ │ ├── DialogBubble.prefab │ │ │ ├── DialogBubble.prefab.meta │ │ │ ├── Event1.prefab │ │ │ ├── Event1.prefab.meta │ │ │ ├── Example-Shader.prefab │ │ │ ├── Example-Shader.prefab.meta │ │ │ ├── FightInstance.prefab │ │ │ ├── FightInstance.prefab.meta │ │ │ ├── HPBar.prefab │ │ │ ├── HPBar.prefab.meta │ │ │ ├── Image 1.prefab │ │ │ ├── Image 1.prefab.meta │ │ │ ├── Image.prefab │ │ │ ├── Image.prefab.meta │ │ │ ├── ImageEvent.prefab │ │ │ ├── ImageEvent.prefab.meta │ │ │ ├── Keybinding.prefab │ │ │ ├── Keybinding.prefab.meta │ │ │ ├── LUAEnemy.prefab │ │ │ ├── LUAEnemy.prefab.meta │ │ │ ├── LUAProjectile.prefab │ │ │ ├── LUAProjectile.prefab.meta │ │ │ ├── Main Camera OW.prefab │ │ │ ├── Main Camera OW.prefab.meta │ │ │ ├── Main Camera.prefab │ │ │ ├── Main Camera.prefab.meta │ │ │ ├── Maps/ │ │ │ │ ├── Core - Pont.prefab │ │ │ │ ├── Core - Pont.prefab.meta │ │ │ │ ├── _ReadMe.txt │ │ │ │ ├── _ReadMe.txt.meta │ │ │ │ ├── newhome1.prefab │ │ │ │ ├── newhome1.prefab.meta │ │ │ │ ├── newhome2.prefab │ │ │ │ ├── newhome2.prefab.meta │ │ │ │ ├── newhome3.prefab │ │ │ │ ├── newhome3.prefab.meta │ │ │ │ ├── test-1.prefab │ │ │ │ ├── test-1.prefab.meta │ │ │ │ ├── test5.prefab │ │ │ │ └── test5.prefab.meta │ │ │ ├── Maps.meta │ │ │ ├── ModButton.prefab │ │ │ ├── ModButton.prefab.meta │ │ │ ├── MonsterDuster.prefab │ │ │ ├── MonsterDuster.prefab.meta │ │ │ ├── MonsterSpareParticleSys.prefab │ │ │ ├── MonsterSpareParticleSys.prefab.meta │ │ │ ├── Player.prefab │ │ │ ├── Player.prefab.meta │ │ │ ├── Retromode Warning.prefab │ │ │ ├── Retromode Warning.prefab.meta │ │ │ ├── Save.prefab │ │ │ ├── Save.prefab.meta │ │ │ ├── Shader.prefab │ │ │ ├── Shader.prefab.meta │ │ │ ├── SpeButton.prefab │ │ │ ├── SpeButton.prefab.meta │ │ │ ├── StationaryMiss.prefab │ │ │ ├── StationaryMiss.prefab.meta │ │ │ ├── TP On-the-fly.prefab │ │ │ ├── TP On-the-fly.prefab.meta │ │ │ ├── TextManager OW.prefab │ │ │ ├── TextManager OW.prefab.meta │ │ │ ├── generic_sprite.prefab │ │ │ ├── generic_sprite.prefab.meta │ │ │ ├── heart_broken.prefab │ │ │ ├── heart_broken.prefab.meta │ │ │ ├── letter.prefab │ │ │ └── letter.prefab.meta │ │ ├── Prefabs.meta │ │ ├── Sprites/ │ │ │ ├── FolderClosed.png.meta │ │ │ ├── FolderOpen.png.meta │ │ │ ├── Lu/ │ │ │ │ ├── HoldNormal0.png.meta │ │ │ │ ├── HoldNormal1.png.meta │ │ │ │ ├── HoldNormal2.png.meta │ │ │ │ ├── NormalHappy0.png.meta │ │ │ │ ├── NormalHappy1.png.meta │ │ │ │ ├── NormalHappy2.png.meta │ │ │ │ ├── NormalNormal0.png.meta │ │ │ │ ├── NormalNormal1.png.meta │ │ │ │ ├── NormalNormal2.png.meta │ │ │ │ ├── NormalSad0.png.meta │ │ │ │ ├── NormalSad1.png.meta │ │ │ │ ├── NormalSad2.png.meta │ │ │ │ ├── PointHappy0.png.meta │ │ │ │ ├── PointHappy1.png.meta │ │ │ │ ├── PointHappy2.png.meta │ │ │ │ ├── PointNormal0.png.meta │ │ │ │ ├── PointNormal1.png.meta │ │ │ │ ├── PointNormal2.png.meta │ │ │ │ ├── WaveHappy0.png.meta │ │ │ │ ├── WaveHappy1.png.meta │ │ │ │ ├── WaveHappy2.png.meta │ │ │ │ ├── WaveNormal0.png.meta │ │ │ │ ├── WaveNormal1.png.meta │ │ │ │ └── WaveNormal2.png.meta │ │ │ ├── Lu.meta │ │ │ ├── Punder/ │ │ │ │ ├── determined.png.meta │ │ │ │ ├── determinedT.png.meta │ │ │ │ ├── happy.png.meta │ │ │ │ ├── happyT.png.meta │ │ │ │ ├── idle.png.meta │ │ │ │ ├── idleT.png.meta │ │ │ │ ├── laugh.png.meta │ │ │ │ ├── laughT.png.meta │ │ │ │ ├── misriHalek.png.meta │ │ │ │ ├── misriHalekT.png.meta │ │ │ │ ├── perv.png.meta │ │ │ │ ├── pervT.png.meta │ │ │ │ ├── petted.png.meta │ │ │ │ ├── question.png.meta │ │ │ │ ├── questionHappy.png.meta │ │ │ │ ├── questionHappyT.png.meta │ │ │ │ ├── questionT.png.meta │ │ │ │ ├── sad.png.meta │ │ │ │ ├── sadT.png.meta │ │ │ │ ├── serious.png.meta │ │ │ │ ├── seriousT.png.meta │ │ │ │ ├── undyne.png.meta │ │ │ │ ├── undyne2.png.meta │ │ │ │ ├── undyne3.png.meta │ │ │ │ ├── veryHappy.png.meta │ │ │ │ └── veryHappyT.png.meta │ │ │ ├── Punder.meta │ │ │ ├── QuickFolderClosed.png.meta │ │ │ ├── QuickFolderOpen.png.meta │ │ │ ├── mm.png.meta │ │ │ ├── mm2.png.meta │ │ │ ├── mm2Old.png.meta │ │ │ ├── mmOld.png.meta │ │ │ └── pause.png.meta │ │ ├── Sprites.meta │ │ ├── unity default resources │ │ ├── unity default resources.meta │ │ ├── unity_builtin_extra │ │ └── unity_builtin_extra.meta │ ├── Resources.meta │ ├── Scenes/ │ │ ├── BasicOWScene.unity │ │ ├── BasicOWScene.unity.meta │ │ ├── Battle.unity │ │ ├── Battle.unity.meta │ │ ├── Disclaimer.unity │ │ ├── Disclaimer.unity.meta │ │ ├── EnterName.unity │ │ ├── EnterName.unity.meta │ │ ├── Error.unity │ │ ├── Error.unity.meta │ │ ├── Intro.unity │ │ ├── Intro.unity.meta │ │ ├── KeybindSettings.unity │ │ ├── KeybindSettings.unity.meta │ │ ├── ModSelect.unity │ │ ├── ModSelect.unity.meta │ │ ├── Options.unity │ │ ├── Options.unity.meta │ │ ├── Secret.unity │ │ ├── Secret.unity.meta │ │ ├── Shop.unity │ │ ├── Shop.unity.meta │ │ ├── SpecialAnnouncement.unity │ │ ├── SpecialAnnouncement.unity.meta │ │ ├── TitleScreen.unity │ │ ├── TitleScreen.unity.meta │ │ ├── TransitionOverworld.unity │ │ ├── TransitionOverworld.unity.meta │ │ ├── Void.unity │ │ ├── Void.unity.meta │ │ ├── newhome1.unity │ │ ├── newhome1.unity.meta │ │ ├── newhome2.unity │ │ ├── newhome2.unity.meta │ │ ├── newhome3.unity │ │ ├── newhome3.unity.meta │ │ ├── test-1.unity │ │ ├── test-1.unity.meta │ │ ├── test.unity │ │ ├── test.unity.meta │ │ ├── test2.unity │ │ ├── test2.unity.meta │ │ ├── test4.unity │ │ ├── test4.unity.meta │ │ ├── test5.unity │ │ └── test5.unity.meta │ ├── Scenes.meta │ ├── Scripts/ │ │ ├── Animation/ │ │ │ ├── Keyframe.cs │ │ │ ├── Keyframe.cs.meta │ │ │ ├── KeyframeCollection.cs │ │ │ └── KeyframeCollection.cs.meta │ │ ├── Animation.meta │ │ ├── Battle/ │ │ │ ├── ArenaManager.cs │ │ │ ├── ArenaManager.cs.meta │ │ │ ├── BackgroundLoader.cs │ │ │ ├── BackgroundLoader.cs.meta │ │ │ ├── BulletPool.cs │ │ │ ├── BulletPool.cs.meta │ │ │ ├── EnemyController.cs │ │ │ ├── EnemyController.cs.meta │ │ │ ├── EnemyEncounter.cs │ │ │ ├── EnemyEncounter.cs.meta │ │ │ ├── FightUI.cs │ │ │ ├── FightUI.cs.meta │ │ │ ├── FightUIController.cs │ │ │ ├── FightUIController.cs.meta │ │ │ ├── GameOverBehavior.cs │ │ │ ├── GameOverBehavior.cs.meta │ │ │ ├── GameOverInit.cs │ │ │ ├── GameOverInit.cs.meta │ │ │ ├── LifeBarController.cs │ │ │ ├── LifeBarController.cs.meta │ │ │ ├── StationaryMissScript.cs │ │ │ ├── StationaryMissScript.cs.meta │ │ │ ├── UIController.cs │ │ │ ├── UIController.cs.meta │ │ │ ├── UIStats.cs │ │ │ └── UIStats.cs.meta │ │ ├── Battle.meta │ │ ├── Debug/ │ │ │ ├── ProjectileHitboxRenderer.cs │ │ │ ├── ProjectileHitboxRenderer.cs.meta │ │ │ ├── UserDebugger.cs │ │ │ └── UserDebugger.cs.meta │ │ ├── Debug.meta │ │ ├── Device/ │ │ │ ├── DisclaimerScript.cs │ │ │ ├── DisclaimerScript.cs.meta │ │ │ ├── DiscordControls.cs │ │ │ ├── DiscordControls.cs.meta │ │ │ ├── GlobalControls.cs │ │ │ ├── GlobalControls.cs.meta │ │ │ ├── Input/ │ │ │ │ ├── IUndertaleInput.cs │ │ │ │ ├── IUndertaleInput.cs.meta │ │ │ │ ├── KeyboardInput.cs │ │ │ │ └── KeyboardInput.cs.meta │ │ │ ├── Input.meta │ │ │ ├── Misc.cs │ │ │ ├── Misc.cs.meta │ │ │ ├── ScreenResolution.cs │ │ │ └── ScreenResolution.cs.meta │ │ ├── Device.meta │ │ ├── Inventory/ │ │ │ ├── Inventory.cs │ │ │ ├── Inventory.cs.meta │ │ │ ├── ItemBox.cs │ │ │ ├── ItemBox.cs.meta │ │ │ ├── UnderItem.cs │ │ │ └── UnderItem.cs.meta │ │ ├── Inventory.meta │ │ ├── Lua/ │ │ │ ├── CLRBindings/ │ │ │ │ ├── LuaArenaStatus.cs │ │ │ │ ├── LuaArenaStatus.cs.meta │ │ │ │ ├── LuaCYFObject.cs │ │ │ │ ├── LuaCYFObject.cs.meta │ │ │ │ ├── LuaDiscord.cs │ │ │ │ ├── LuaDiscord.cs.meta │ │ │ │ ├── LuaFile.cs │ │ │ │ ├── LuaFile.cs.meta │ │ │ │ ├── LuaInputBinding.cs │ │ │ │ ├── LuaInputBinding.cs.meta │ │ │ │ ├── LuaInventory.cs │ │ │ │ ├── LuaInventory.cs.meta │ │ │ │ ├── LuaPlayerStatus.cs │ │ │ │ ├── LuaPlayerStatus.cs.meta │ │ │ │ ├── LuaPlayerUI.cs │ │ │ │ ├── LuaPlayerUI.cs.meta │ │ │ │ ├── LuaSpriteController.cs │ │ │ │ ├── LuaSpriteController.cs.meta │ │ │ │ ├── LuaSpriteShader.cs │ │ │ │ ├── LuaSpriteShader.cs.meta │ │ │ │ ├── LuaTextManager.cs │ │ │ │ ├── LuaTextManager.cs.meta │ │ │ │ ├── LuaUnityTime.cs │ │ │ │ ├── LuaUnityTime.cs.meta │ │ │ │ ├── MusicManager.cs │ │ │ │ ├── MusicManager.cs.meta │ │ │ │ ├── NewMusicManager.cs │ │ │ │ ├── NewMusicManager.cs.meta │ │ │ │ ├── Overworld/ │ │ │ │ │ ├── LuaEventOW.cs │ │ │ │ │ ├── LuaEventOW.cs.meta │ │ │ │ │ ├── LuaGeneralOW.cs │ │ │ │ │ ├── LuaGeneralOW.cs.meta │ │ │ │ │ ├── LuaInventoryOW.cs │ │ │ │ │ ├── LuaInventoryOW.cs.meta │ │ │ │ │ ├── LuaMapOW.cs │ │ │ │ │ ├── LuaMapOW.cs.meta │ │ │ │ │ ├── LuaPlayerOW.cs │ │ │ │ │ ├── LuaPlayerOW.cs.meta │ │ │ │ │ ├── LuaScreenOW.cs │ │ │ │ │ └── LuaScreenOW.cs.meta │ │ │ │ ├── Overworld.meta │ │ │ │ ├── ProjectileController.cs │ │ │ │ └── ProjectileController.cs.meta │ │ │ ├── CLRBindings.meta │ │ │ ├── ErrorDisplay.cs │ │ │ ├── ErrorDisplay.cs.meta │ │ │ ├── FileLoader.cs │ │ │ ├── FileLoader.cs.meta │ │ │ ├── LuaScriptBinder.cs │ │ │ ├── LuaScriptBinder.cs.meta │ │ │ ├── ScriptWrapper.cs │ │ │ ├── ScriptWrapper.cs.meta │ │ │ ├── StaticRegistries/ │ │ │ │ ├── AudioClipRegistry.cs │ │ │ │ ├── AudioClipRegistry.cs.meta │ │ │ │ ├── ShaderRegistry.cs │ │ │ │ ├── ShaderRegistry.cs.meta │ │ │ │ ├── SpriteFontRegistry.cs │ │ │ │ ├── SpriteFontRegistry.cs.meta │ │ │ │ ├── SpriteRegistry.cs │ │ │ │ └── SpriteRegistry.cs.meta │ │ │ └── StaticRegistries.meta │ │ ├── Lua.meta │ │ ├── Overworld/ │ │ │ ├── CYFAnimator.cs │ │ │ ├── CYFAnimator.cs.meta │ │ │ ├── EnterNameScript.cs │ │ │ ├── EnterNameScript.cs.meta │ │ │ ├── EventManager.cs │ │ │ ├── EventManager.cs.meta │ │ │ ├── EventOW.cs │ │ │ ├── EventOW.cs.meta │ │ │ ├── Fading.cs │ │ │ ├── Fading.cs.meta │ │ │ ├── GameState.cs │ │ │ ├── GameState.cs.meta │ │ │ ├── IntroManager.cs │ │ │ ├── IntroManager.cs.meta │ │ │ ├── ItemBoxUI.cs │ │ │ ├── ItemBoxUI.cs.meta │ │ │ ├── MapInfos.cs │ │ │ ├── MapInfos.cs.meta │ │ │ ├── MapLoader.cs │ │ │ ├── MapLoader.cs.meta │ │ │ ├── PermanentGameState.cs │ │ │ ├── PermanentGameState.cs.meta │ │ │ ├── PlayerOverworld.cs │ │ │ ├── PlayerOverworld.cs.meta │ │ │ ├── SaveLoad.cs │ │ │ ├── SaveLoad.cs.meta │ │ │ ├── ShopScript.cs │ │ │ ├── ShopScript.cs.meta │ │ │ ├── SpecialAnnouncementScript.cs │ │ │ ├── SpecialAnnouncementScript.cs.meta │ │ │ ├── TPHandler.cs │ │ │ ├── TPHandler.cs.meta │ │ │ ├── Title.cs │ │ │ ├── Title.cs.meta │ │ │ ├── TransitionOverworld.cs │ │ │ └── TransitionOverworld.cs.meta │ │ ├── Overworld.meta │ │ ├── PlayerControllers/ │ │ │ ├── .vs/ │ │ │ │ ├── ProjectSettings.json │ │ │ │ └── VSWorkspaceState.json │ │ │ ├── AbstractSoul.cs │ │ │ ├── AbstractSoul.cs.meta │ │ │ ├── BlueSoul.cs │ │ │ ├── BlueSoul.cs.meta │ │ │ ├── PlayerController.cs │ │ │ ├── PlayerController.cs.meta │ │ │ ├── RedSoul.cs │ │ │ └── RedSoul.cs.meta │ │ ├── PlayerControllers.meta │ │ ├── PregamePlaceholder/ │ │ │ ├── KeybindEntry.cs │ │ │ ├── KeybindEntry.cs.meta │ │ │ ├── KeybindSettings.cs │ │ │ ├── KeybindSettings.cs.meta │ │ │ ├── MenuButton.cs │ │ │ ├── MenuButton.cs.meta │ │ │ ├── ModPage.cs │ │ │ ├── ModPage.cs.meta │ │ │ ├── OptionsScript.cs │ │ │ ├── OptionsScript.cs.meta │ │ │ ├── SelectOMatic.cs │ │ │ └── SelectOMatic.cs.meta │ │ ├── PregamePlaceholder.meta │ │ ├── Projectile/ │ │ │ ├── LuaProjectile.cs │ │ │ ├── LuaProjectile.cs.meta │ │ │ ├── Projectile.cs │ │ │ └── Projectile.cs.meta │ │ ├── Projectile.meta │ │ ├── Rendering/ │ │ │ ├── CYFSprite.cs │ │ │ ├── CYFSprite.cs.meta │ │ │ ├── CameraShader.cs │ │ │ ├── CameraShader.cs.meta │ │ │ ├── EarthboundBG.cs │ │ │ ├── EarthboundBG.cs.meta │ │ │ ├── MaskImage.cs │ │ │ ├── MaskImage.cs.meta │ │ │ ├── ParticleDuplicator.cs │ │ │ └── ParticleDuplicator.cs.meta │ │ ├── Rendering.meta │ │ ├── Status/ │ │ │ ├── PlayerCharacter.cs │ │ │ └── PlayerCharacter.cs.meta │ │ ├── Status.meta │ │ ├── Tests/ │ │ │ ├── ArenaSwagger.cs │ │ │ ├── ArenaSwagger.cs.meta │ │ │ ├── BlookSwagger.cs │ │ │ ├── BlookSwagger.cs.meta │ │ │ ├── LetterWiggle.cs │ │ │ ├── LetterWiggle.cs.meta │ │ │ ├── ProgrammaticFontTest.cs │ │ │ ├── ProgrammaticFontTest.cs.meta │ │ │ ├── TextSceneInsertion.cs │ │ │ ├── TextSceneInsertion.cs.meta │ │ │ ├── UndertaleSaveReader.cs │ │ │ └── UndertaleSaveReader.cs.meta │ │ ├── Tests.meta │ │ ├── Text/ │ │ │ ├── Letter.cs │ │ │ ├── Letter.cs.meta │ │ │ ├── MonsterMessage.cs │ │ │ ├── MonsterMessage.cs.meta │ │ │ ├── RegularMessage.cs │ │ │ ├── RegularMessage.cs.meta │ │ │ ├── SelectMessage.cs │ │ │ ├── SelectMessage.cs.meta │ │ │ ├── TextEffect/ │ │ │ │ ├── RotatingEffect.cs │ │ │ │ ├── RotatingEffect.cs.meta │ │ │ │ ├── ShakeEffect.cs │ │ │ │ ├── ShakeEffect.cs.meta │ │ │ │ ├── TextEffect.cs │ │ │ │ ├── TextEffect.cs.meta │ │ │ │ ├── TwitchEffect.cs │ │ │ │ └── TwitchEffect.cs.meta │ │ │ ├── TextEffect.meta │ │ │ ├── TextEffectLetter/ │ │ │ │ ├── RotatingEffectLetter.cs │ │ │ │ ├── RotatingEffectLetter.cs.meta │ │ │ │ ├── ShakeEffectLetter.cs │ │ │ │ ├── ShakeEffectLetter.cs.meta │ │ │ │ ├── TextEffectLetter.cs │ │ │ │ ├── TextEffectLetter.cs.meta │ │ │ │ ├── TwitchEffectLetter.cs │ │ │ │ └── TwitchEffectLetter.cs.meta │ │ │ ├── TextEffectLetter.meta │ │ │ ├── TextManager.cs │ │ │ ├── TextManager.cs.meta │ │ │ ├── TextMessage.cs │ │ │ ├── TextMessage.cs.meta │ │ │ ├── UnderFont.cs │ │ │ └── UnderFont.cs.meta │ │ ├── Text.meta │ │ ├── UnityUIParticles/ │ │ │ ├── Editor/ │ │ │ │ ├── ParticleSystemMeshGeneratorEditor.cs │ │ │ │ └── ParticleSystemMeshGeneratorEditor.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Internal/ │ │ │ │ ├── BakingCamera.cs │ │ │ │ ├── BakingCamera.cs.meta │ │ │ │ ├── MeshHelper.cs │ │ │ │ └── MeshHelper.cs.meta │ │ │ ├── Internal.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── ParticleSystemMeshGenerator.cs │ │ │ ├── ParticleSystemMeshGenerator.cs.meta │ │ │ ├── README.md │ │ │ └── README.md.meta │ │ ├── UnityUIParticles.meta │ │ ├── Util/ │ │ │ ├── AutoloadResourcesFromRegistry.cs │ │ │ ├── AutoloadResourcesFromRegistry.cs.meta │ │ │ ├── CYFEventFunctionAttribute.cs │ │ │ ├── CYFEventFunctionAttribute.cs.meta │ │ │ ├── CYFException.cs │ │ │ ├── CYFException.cs.meta │ │ │ ├── CYFTimer.cs │ │ │ ├── CYFTimer.cs.meta │ │ │ ├── ControlPanel.cs │ │ │ ├── ControlPanel.cs.meta │ │ │ ├── FPSDisplay.cs │ │ │ ├── FPSDisplay.cs.meta │ │ │ ├── InputUtil.cs │ │ │ ├── InputUtil.cs.meta │ │ │ ├── LateUpdater.cs │ │ │ ├── LateUpdater.cs.meta │ │ │ ├── Math.cs │ │ │ ├── Math.cs.meta │ │ │ ├── MoonSharpUtil.cs │ │ │ ├── MoonSharpUtil.cs.meta │ │ │ ├── ParseUtil.cs │ │ │ ├── ParseUtil.cs.meta │ │ │ ├── RTUtil.cs │ │ │ ├── RTUtil.cs.meta │ │ │ ├── RetromodeWarning.cs │ │ │ ├── RetromodeWarning.cs.meta │ │ │ ├── SpriteUtil.cs │ │ │ ├── SpriteUtil.cs.meta │ │ │ ├── StaticInits.cs │ │ │ ├── StaticInits.cs.meta │ │ │ ├── UnitaleUtil.cs │ │ │ └── UnitaleUtil.cs.meta │ │ ├── Util.meta │ │ ├── Why/ │ │ │ ├── DogGyrator.cs │ │ │ ├── DogGyrator.cs.meta │ │ │ ├── Temmify.cs │ │ │ └── Temmify.cs.meta │ │ └── Why.meta │ ├── Scripts.meta │ ├── Sprites/ │ │ ├── Arrow.png.meta │ │ ├── Backspace.png.meta │ │ ├── ChangeName.png.meta │ │ ├── Continue.png.meta │ │ ├── CrateYourFrisk_Title.png.meta │ │ ├── CreateYourFrisk_Title - Copie.png.meta │ │ ├── CreateYourFrisk_Title.png.meta │ │ ├── Done.png.meta │ │ ├── EncounterBubble.png.meta │ │ ├── EncounterBubbleGeno.png.meta │ │ ├── Enter Name.png.meta │ │ ├── IntroDummy.png.meta │ │ ├── IntroDummy1.png.meta │ │ ├── ItemBox.png.meta │ │ ├── Loading.png.meta │ │ ├── MisriHalek(The Lamb).png.meta │ │ ├── No.png.meta │ │ ├── Quit.png.meta │ │ ├── Reset.png.meta │ │ ├── ResetScreen.png.meta │ │ ├── Save.controller │ │ ├── Save.controller.meta │ │ ├── Shop.png.meta │ │ ├── Shop2.png.meta │ │ ├── ShopText.png.meta │ │ ├── SolidWhiteUnlit.mat │ │ ├── SolidWhiteUnlit.mat.meta │ │ ├── Title.png.meta │ │ ├── Title2 0.6.png.meta │ │ ├── Title2.png.meta │ │ ├── UnitySymbol.jpg.meta │ │ ├── UnitySymbol2.png.meta │ │ ├── Void.png.meta │ │ ├── Yes.png.meta │ │ ├── arenaborder.png.meta │ │ ├── black.png.meta │ │ ├── blank.png.meta │ │ ├── bottomleftcorner.png.meta │ │ ├── bottomrightcorner.png.meta │ │ ├── empty.png.meta │ │ ├── foreground.png.meta │ │ ├── px.png.meta │ │ ├── retromode-warn.png.meta │ │ ├── savepoint.anim │ │ ├── savepoint.anim.meta │ │ ├── savepoint1.png.meta │ │ ├── savepoint2.png.meta │ │ ├── speechthing.png.meta │ │ ├── speechthingshadow.png.meta │ │ ├── spr_tobdogl_still_0.png.meta │ │ ├── topleftcorner.png.meta │ │ ├── toprightcorner.png.meta │ │ └── uidialog.png.meta │ ├── Sprites.meta │ ├── Tiled2Unity/ │ │ ├── Imported/ │ │ │ ├── Core - Pont.tiled2unity.xml │ │ │ ├── Core - Pont.tiled2unity.xml.meta │ │ │ ├── _ReadMe.txt │ │ │ ├── _ReadMe.txt.meta │ │ │ ├── newhome1.tiled2unity.xml │ │ │ ├── newhome1.tiled2unity.xml.meta │ │ │ ├── newhome2.tiled2unity.xml │ │ │ ├── newhome2.tiled2unity.xml.meta │ │ │ ├── newhome3.tiled2unity.xml │ │ │ ├── newhome3.tiled2unity.xml.meta │ │ │ ├── test-1.tiled2unity.xml │ │ │ ├── test-1.tiled2unity.xml.meta │ │ │ ├── test5.tiled2unity.xml │ │ │ └── test5.tiled2unity.xml.meta │ │ ├── Imported.meta │ │ ├── License.txt │ │ ├── License.txt.meta │ │ ├── Materials/ │ │ │ ├── PC Computer - Undertale - Core Tileset(1).mat │ │ │ ├── PC Computer - Undertale - Core Tileset(1).mat.meta │ │ │ ├── Snow 2.mat │ │ │ ├── Snow 2.mat.meta │ │ │ ├── UT NewHome 1.mat │ │ │ ├── UT NewHome 1.mat.meta │ │ │ ├── UT NewHome 2.mat │ │ │ ├── UT NewHome 2.mat.meta │ │ │ ├── UT NewHome 3.mat │ │ │ ├── UT NewHome 3.mat.meta │ │ │ ├── UT NewHome.mat │ │ │ ├── UT NewHome.mat.meta │ │ │ ├── _ReadMe.txt │ │ │ ├── _ReadMe.txt.meta │ │ │ ├── t2USprite-DiffuseDepth.mat │ │ │ ├── t2USprite-DiffuseDepth.mat.meta │ │ │ ├── t2uSprite-Depth.mat │ │ │ └── t2uSprite-Depth.mat.meta │ │ ├── Materials.meta │ │ ├── Meshes/ │ │ │ ├── Core - Pont/ │ │ │ │ ├── Core - Pont.obj │ │ │ │ └── Core - Pont.obj.meta │ │ │ ├── Core - Pont.meta │ │ │ ├── Core - Pont.obj │ │ │ ├── Core - Pont.obj.meta │ │ │ ├── _ReadMe.txt │ │ │ ├── _ReadMe.txt.meta │ │ │ ├── newhome1/ │ │ │ │ ├── newhome1.obj │ │ │ │ └── newhome1.obj.meta │ │ │ ├── newhome1.meta │ │ │ ├── newhome1.obj │ │ │ ├── newhome1.obj.meta │ │ │ ├── newhome2/ │ │ │ │ ├── newhome2.obj │ │ │ │ └── newhome2.obj.meta │ │ │ ├── newhome2.meta │ │ │ ├── newhome2.obj │ │ │ ├── newhome2.obj.meta │ │ │ ├── newhome3/ │ │ │ │ ├── newhome3.obj │ │ │ │ └── newhome3.obj.meta │ │ │ ├── newhome3.meta │ │ │ ├── newhome3.obj │ │ │ ├── newhome3.obj.meta │ │ │ ├── test-1/ │ │ │ │ ├── test-1.obj │ │ │ │ └── test-1.obj.meta │ │ │ ├── test-1.meta │ │ │ ├── test-1.obj │ │ │ ├── test-1.obj.meta │ │ │ ├── test5/ │ │ │ │ ├── test5.obj │ │ │ │ └── test5.obj.meta │ │ │ ├── test5.meta │ │ │ ├── test5.obj │ │ │ └── test5.obj.meta │ │ ├── Meshes.meta │ │ ├── Prefabs/ │ │ │ ├── Core - Pont.prefab │ │ │ ├── Core - Pont.prefab.meta │ │ │ ├── _ReadMe.txt │ │ │ ├── _ReadMe.txt.meta │ │ │ ├── newhome1.prefab │ │ │ ├── newhome1.prefab.meta │ │ │ ├── newhome2.prefab │ │ │ ├── newhome2.prefab.meta │ │ │ ├── newhome3.prefab │ │ │ ├── newhome3.prefab.meta │ │ │ ├── test-1.prefab │ │ │ ├── test-1.prefab.meta │ │ │ ├── test5.prefab │ │ │ └── test5.prefab.meta │ │ ├── Prefabs.meta │ │ ├── Scripts/ │ │ │ ├── Editor/ │ │ │ │ ├── CustomTiledImporterAttribute.cs │ │ │ │ ├── CustomTiledImporterAttribute.cs.meta │ │ │ │ ├── ICustomTiledImporter.cs │ │ │ │ ├── ICustomTiledImporter.cs.meta │ │ │ │ ├── ImportTiled2Unity.Material.cs │ │ │ │ ├── ImportTiled2Unity.Material.cs.meta │ │ │ │ ├── ImportTiled2Unity.Mesh.cs │ │ │ │ ├── ImportTiled2Unity.Mesh.cs.meta │ │ │ │ ├── ImportTiled2Unity.Prefab.cs │ │ │ │ ├── ImportTiled2Unity.Prefab.cs.meta │ │ │ │ ├── ImportTiled2Unity.Texture.cs │ │ │ │ ├── ImportTiled2Unity.Texture.cs.meta │ │ │ │ ├── ImportTiled2Unity.Xml.cs │ │ │ │ ├── ImportTiled2Unity.Xml.cs.meta │ │ │ │ ├── ImportTiled2Unity.cs │ │ │ │ ├── ImportTiled2Unity.cs.meta │ │ │ │ ├── ImportUtils.cs │ │ │ │ ├── ImportUtils.cs.meta │ │ │ │ ├── SortingLayerExposedEditor.cs │ │ │ │ ├── SortingLayerExposedEditor.cs.meta │ │ │ │ ├── SpriteDepthInMapEditor.cs │ │ │ │ ├── SpriteDepthInMapEditor.cs.meta │ │ │ │ ├── Tiled2UnityMenuItems.cs │ │ │ │ ├── Tiled2UnityMenuItems.cs.meta │ │ │ │ ├── TiledAssetPostProcessor.cs │ │ │ │ └── TiledAssetPostProcessor.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Runtime/ │ │ │ │ ├── CircleObject.cs │ │ │ │ ├── CircleObject.cs.meta │ │ │ │ ├── GPUInstancing.cs │ │ │ │ ├── GPUInstancing.cs.meta │ │ │ │ ├── GameObjectExtensions.cs │ │ │ │ ├── GameObjectExtensions.cs.meta │ │ │ │ ├── GroupLayer.cs │ │ │ │ ├── GroupLayer.cs.meta │ │ │ │ ├── ImportBehaviour.cs │ │ │ │ ├── ImportBehaviour.cs.meta │ │ │ │ ├── Layer.cs │ │ │ │ ├── Layer.cs.meta │ │ │ │ ├── Log.cs │ │ │ │ ├── Log.cs.meta │ │ │ │ ├── ObjectLayer.cs │ │ │ │ ├── ObjectLayer.cs.meta │ │ │ │ ├── PolygonObject.cs │ │ │ │ ├── PolygonObject.cs.meta │ │ │ │ ├── PolylineObject.cs │ │ │ │ ├── PolylineObject.cs.meta │ │ │ │ ├── RectangleObject.cs │ │ │ │ ├── RectangleObject.cs.meta │ │ │ │ ├── SortingLayerExposed.cs │ │ │ │ ├── SortingLayerExposed.cs.meta │ │ │ │ ├── SpriteDepthInMap.cs │ │ │ │ ├── SpriteDepthInMap.cs.meta │ │ │ │ ├── TileAnimator.cs │ │ │ │ ├── TileAnimator.cs.meta │ │ │ │ ├── TileLayer.cs │ │ │ │ ├── TileLayer.cs.meta │ │ │ │ ├── TileObject.cs │ │ │ │ ├── TileObject.cs.meta │ │ │ │ ├── TiledInitialShaderProperties.cs │ │ │ │ ├── TiledInitialShaderProperties.cs.meta │ │ │ │ ├── TiledMap.cs │ │ │ │ ├── TiledMap.cs.meta │ │ │ │ ├── TmxObject.cs │ │ │ │ └── TmxObject.cs.meta │ │ │ └── Runtime.meta │ │ ├── Scripts.meta │ │ ├── Shaders/ │ │ │ ├── Tiled2Unity.cginc │ │ │ ├── Tiled2Unity.cginc.meta │ │ │ ├── shaColorKey-Instanced.shader │ │ │ ├── shaColorKey-Instanced.shader.meta │ │ │ ├── shaColorKey.shader │ │ │ ├── shaColorKey.shader.meta │ │ │ ├── shaDefault-Instanced.shader │ │ │ ├── shaDefault-Instanced.shader.meta │ │ │ ├── shaDefault.shader │ │ │ ├── shaDefault.shader.meta │ │ │ ├── shaDepth-Instanced.shader │ │ │ ├── shaDepth-Instanced.shader.meta │ │ │ ├── shaDepth.shader │ │ │ ├── shaDepth.shader.meta │ │ │ ├── shaDepthColorKey-Instanced.shader │ │ │ ├── shaDepthColorKey-Instanced.shader.meta │ │ │ ├── shaDepthColorKey.shader │ │ │ ├── shaDepthColorKey.shader.meta │ │ │ ├── shaDiffuseDepth-Instanced.shader │ │ │ ├── shaDiffuseDepth-Instanced.shader.meta │ │ │ ├── shaDiffuseDepth.shader │ │ │ ├── shaDiffuseDepth.shader.meta │ │ │ ├── shaTiledMap.shader │ │ │ └── shaTiledMap.shader.meta │ │ ├── Shaders.meta │ │ ├── Textures/ │ │ │ ├── PC Computer - Undertale - Core Tileset(1).png.meta │ │ │ ├── Snow 2.png.meta │ │ │ ├── UT NewHome 1.png.meta │ │ │ ├── UT NewHome 2.png.meta │ │ │ ├── UT NewHome 3.png.meta │ │ │ ├── UT NewHome.png.meta │ │ │ ├── _ReadMe.txt │ │ │ └── _ReadMe.txt.meta │ │ ├── Textures.meta │ │ ├── Tiled2Unity.export.txt │ │ └── Tiled2Unity.export.txt.meta │ └── Tiled2Unity.meta ├── Build.py ├── Documentation CYF 1.0/ │ ├── .idea/ │ │ ├── Documentation.iml │ │ ├── copyright/ │ │ │ └── profiles_settings.xml │ │ ├── dictionaries/ │ │ │ └── test1.xml │ │ ├── modules.xml │ │ └── workspace.xml │ ├── css/ │ │ ├── bootstrap-theme.css │ │ ├── bootstrap.css │ │ ├── bootstrap.min - Copy.css │ │ ├── shThemeRDark.css │ │ ├── themesidebar.css │ │ └── themesidebar.css.bak │ ├── index.html │ ├── js/ │ │ ├── FontToggleButton.js │ │ ├── SideBar.js │ │ ├── bootstrap.js │ │ ├── npm.js │ │ ├── shAutoloader.js │ │ ├── shBrushLua.js │ │ ├── shBrushPlain.js │ │ ├── shCore.js │ │ ├── shLegacy.js │ │ └── show_hide_comments.js │ └── pages/ │ ├── api-animation.html │ ├── api-events.html │ ├── api-functions-audio.html │ ├── api-functions-discord.html │ ├── api-functions-input.html │ ├── api-functions-main.html │ ├── api-functions-misc.html │ ├── api-functions-newaudio.html │ ├── api-functions-object.html │ ├── api-functions-player.html │ ├── api-functions-script.html │ ├── api-functions-time.html │ ├── api-functions-ui.html │ ├── api-functions-waves.html │ ├── api-keys.html │ ├── api-projectile.html │ ├── api-text.html │ ├── basic.html │ ├── controls.html │ ├── cyf-inventory.html │ ├── cyf-ppcollision.html │ ├── cyf-text.html │ ├── howtoread.html │ ├── item-list.html │ ├── overworld-howto-animevent.html │ ├── overworld-howto-event.html │ ├── overworld-howto-map.html │ ├── overworld-howto-shop.html │ ├── overworld-object-event.html │ ├── overworld-object-general.html │ ├── overworld-object-inventory.html │ ├── overworld-object-map.html │ ├── overworld-object-player.html │ ├── overworld-object-screen.html │ ├── overworld.html │ ├── shaders-coding.html │ ├── shaders-object.html │ ├── shaders.html │ ├── terms.html │ ├── unity.html │ └── variables.html ├── How to use CYF and add mods (Mac).txt ├── LICENSE ├── MOONSHARP_LICENSE ├── Packages/ │ ├── Config/ │ │ ├── manifest.json │ │ └── manifest.json.meta │ ├── Config.meta │ ├── manifest.json │ └── manifest.json.meta ├── ProjectSettings/ │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ └── VFXManager.asset └── README.md