Copy disabled (too large)
Download .txt
Showing preview only (11,239K chars total). Download the full file to get everything.
Repository: RhenaudTheLukark/CreateYourFrisk
Branch: master
Commit: f91267a17b0a
Files: 2878
Total size: 10.1 MB
Directory structure:
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
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.7z filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Setup (please complete the following information):**
- OS: [e.g. Windows, Linux, Mac]
- Version [e.g. 0.6.1.2]
- Mod (Please upload it and send a link)
**Additional context**
Add any other context about the problem here.
================================================
FILE: .github/workflows/activation.yml
================================================
name: Acquire activation file
on:
workflow_dispatch
jobs:
activation:
name: Request manual activation file 🔑
runs-on: ubuntu-latest
steps:
# Request manual activation file
- name: Request manual activation file
id: getManualLicenseFile
uses: game-ci/unity-request-activation-file@v2
# Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact
uses: actions/upload-artifact@v2
with:
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
================================================
FILE: .github/workflows/build.yml
================================================
name: Build CYF & Notify
on: [push, pull_request, workflow_dispatch]
jobs:
buildWindows:
name: Build CYF (Windows)
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout repository
uses: actions/checkout@v2
with:
lfs: true
# Cache
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-
# Build
- name: Build project
uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneWindows64
buildMethod: UnityBuilderAction.BuildScript.Build
buildName: CreateYourFrisk-win64
# Copy Assets to Build
- run: sudo mkdir -v "${{ github.workspace }}/build/StandaloneWindows64/Default" "${{ github.workspace }}/build/StandaloneWindows64/Mods"
- run: sudo cp -Rv "${{ github.workspace }}/Assets/Default/" "${{ github.workspace }}/build/StandaloneWindows64/"
- run: sudo cp -Rv "${{ github.workspace }}/Assets/Mods/" "${{ github.workspace }}/build/StandaloneWindows64/"
- run: sudo cp -Rv "${{ github.workspace }}/Documentation CYF 1.0/" "${{ github.workspace }}/build"
- run: sudo find ${{ github.workspace }}/build/StandaloneWindows64/ -name "*.meta" -type f -delete
- run: sudo mv ${{ github.workspace }}/build/StandaloneWindows64/ ${{ github.workspace }}/build/CreateYourFrisk/
# Output
- uses: actions/upload-artifact@v4
with:
name: CreateYourFrisk-win64
path: build
buildMacOS:
name: Build CYF (MacOS)
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout repository
uses: actions/checkout@v2
with:
lfs: true
# Cache
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-
# Build
- name: Build project
uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneOSX
buildMethod: UnityBuilderAction.BuildScript.Build
buildName: CreateYourFrisk-macos64
# Copy Assets to Build
- run: sudo mkdir -v "${{ github.workspace }}/build/StandaloneOSX/Default" "${{ github.workspace }}/build/StandaloneOSX/Mods"
- run: sudo cp -Rv "${{ github.workspace }}/Assets/Default/" "${{ github.workspace }}/build/StandaloneOSX/"
- run: sudo cp -Rv "${{ github.workspace }}/Assets/Mods/" "${{ github.workspace }}/build/StandaloneOSX/"
- run: sudo cp -Rv "${{ github.workspace }}/Documentation CYF 1.0/" "${{ github.workspace }}/build"
- run: sudo cp "${{ github.workspace }}/How to use CYF and add mods (Mac).txt" "${{ github.workspace }}/build/StandaloneOSX/"
- run: sudo find ${{ github.workspace }}/build/StandaloneOSX/ -name "*.meta" -type f -delete
- run: sudo mv ${{ github.workspace }}/build/StandaloneOSX/ ${{ github.workspace }}/build/CreateYourFrisk/
# Output
- uses: actions/upload-artifact@v4
with:
name: CreateYourFrisk-macos64
path: build
buildLinux:
name: Build CYF (Linux)
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout repository
uses: actions/checkout@v2
with:
lfs: true
# Cache
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-
# Build
- name: Build project
uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneLinux64
buildMethod: UnityBuilderAction.BuildScript.Build
buildName: CreateYourFrisk-lin64
# Copy Assets to Build
- run: sudo mkdir -v "${{ github.workspace }}/build/StandaloneLinux64/Default" "${{ github.workspace }}/build/StandaloneLinux64/Mods"
- run: sudo cp -Rv "${{ github.workspace }}/Assets/Default/" "${{ github.workspace }}/build/StandaloneLinux64/"
- run: sudo cp -Rv "${{ github.workspace }}/Assets/Mods/" "${{ github.workspace }}/build/StandaloneLinux64/"
- run: sudo cp -Rv "${{ github.workspace }}/Documentation CYF 1.0/" "${{ github.workspace }}/build"
- run: sudo find ${{ github.workspace }}/build/StandaloneLinux64/ -name "*.meta" -type f -delete
- run: sudo mv ${{ github.workspace }}/build/StandaloneLinux64/ ${{ github.workspace }}/build/CreateYourFrisk/
# Output
- uses: actions/upload-artifact@v4
with:
name: CreateYourFrisk-lin64
path: build
message-success:
runs-on: ubuntu-latest
needs: [buildWindows, buildMacOS, buildLinux]
if: success()
steps:
- name: Send Success Message
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK_LINK }}
username: Poseur Mail Service
avatar-url: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
content: |
The last CYF nightly is ready to be used! Enjoy!
The links are stored here: https://discord.com/channels/110129114882543616/220238710271115265/1129795830317064314
message-failure:
runs-on: ubuntu-latest
needs: [buildWindows, buildMacOS, buildLinux]
if: failure()
steps:
- name: Send Failure Message
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK_LINK }}
username: Poseur Mail Service
avatar-url: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
content: |
Oh no! The last CYF build failed! You're bad at your job!
The run's details are here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
================================================
FILE: .github/workflows/docs.yml
================================================
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './Documentation CYF 1.0'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
================================================
FILE: .github/workflows/nightly_notification.yml
================================================
name: Send a message to the channel cyf-nightly
on:
workflow_run:
workflows: ["Build CYF"]
types:
- completed
workflow_dispatch:
jobs:
message:
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK_LINK }}
username: Poseur Mail Service
avatar-url: https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png
content: |
The last CYF nightly is ready to be used! Enjoy!
The links are stored here: https://discord.com/channels/110129114882543616/220238710271115265/1129795830317064314
================================================
FILE: .gitignore
================================================
# Unitale ignored directories
/Assets/Logs/*
/Assets/Sprites/ScreenReference/
/Assets/Scripts/Unused/
/Assets/Tests/
/Assets/Scenes/Outdated/
/Assets/Scenes/Testing/
/Assets/EnemyPrefabs/
/Assets/Animations/
/Assets/ProjectilePrefabs/
/TestResults/
!MoonSharp.Interpreter.dll
# Github default gitignore settings for Unity projects
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
# Autogenerated VS/MD solution and project files
ExportedObj/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
UpgradeLog.htm
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
/bin
/Assets/Editor/Output
# External mods
/Assets/Mods/*
# Include basic mods
!/Assets/Mods/@0.5.0_SEE_CRATE
!/Assets/Mods/@0.5.0_SEE_CRATE.meta
!/Assets/Mods/Encounter Skeleton
!/Assets/Mods/Encounter Skeleton.meta
!/Assets/Mods/Examples
!/Assets/Mods/Examples.meta
!/Assets/Mods/Examples 2
!/Assets/Mods/Examples 2.meta
!/Assets/Mods/@OverWorld Test
!/Assets/Mods/@OverWorld Test.meta
!/Assets/Mods/RTLGeno
!/Assets/Mods/RTLGeno.meta
!/Assets/Mods/@Title
!/Assets/Mods/@Title.meta
# IDE Stuff and others
/.vs/*
/.vscode/*
/.bin/*
# GIMP project files
*.xcf
*.xcf.meta
================================================
FILE: .vsconfig
================================================
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
================================================
FILE: Assets/Default/Audio/Credits.txt
================================================
FamilyJules7x made the mus_batle_1 remix used here: https://www.youtube.com/watch?v=c9KbQcuaTA0
================================================
FILE: Assets/Default/Audio/Credits.txt.meta
================================================
fileFormatVersion: 2
guid: aab1f8e238c34ea46bea6070878a6d14
timeCreated: 1503470811
licenseType: Free
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Audio/mus_barrier.ogg.meta
================================================
fileFormatVersion: 2
guid: aa33be8af984ff248a1c13e7db396a37
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Audio/mus_battle1 fj7x.ogg.meta
================================================
fileFormatVersion: 2
guid: 70d6d2eeb5340c84bb40404aaaaf4048
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Audio/mus_battle1.ogg.meta
================================================
fileFormatVersion: 2
guid: 50ec4c2bfcf8d9b4eb7eb1fc56707101
timeCreated: 1502841103
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Audio/mus_gameover.ogg.meta
================================================
fileFormatVersion: 2
guid: 75848a4b95afe824cab4175919a8c1fa
timeCreated: 1457547354
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Audio.meta
================================================
fileFormatVersion: 2
guid: 14e96c05e5db4b646909d6cb2bf9d1ae
folderAsset: yes
timeCreated: 1457546963
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Shaders/cyfshaders/linux.meta
================================================
fileFormatVersion: 2
guid: 681062b1a96faab46ab9297169b5fb8a
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Shaders/cyfshaders/mac.meta
================================================
fileFormatVersion: 2
guid: b9be2b6501dd2c6459a88b7913d24ce9
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Shaders/cyfshaders/windows.meta
================================================
fileFormatVersion: 2
guid: 1e182b18668d13e4394c7eb1082ee5e4
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Shaders/cyfshaders.meta
================================================
fileFormatVersion: 2
guid: 3aa04ef2c9d2c6e4ba03a4648e4f599a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Shaders.meta
================================================
fileFormatVersion: 2
guid: 3c3f6c917658d134d87bb96acadfa6cd
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/BeginBattle1.wav.meta
================================================
fileFormatVersion: 2
guid: 431beb76492f1f845b9520a34e7b8cc0
timeCreated: 1459078780
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/BeginBattle2.wav.meta
================================================
fileFormatVersion: 2
guid: 1bf6d2433b1e5134799b6c04440d6bc9
timeCreated: 1459078779
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/BeginBattle3.wav.meta
================================================
fileFormatVersion: 2
guid: 8572f22f35523a84184153a813e7f8e9
timeCreated: 1459078781
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/HotCat.wav.meta
================================================
fileFormatVersion: 2
guid: 8a3d720eb17fdc042b2d0e6351cfa6ce
timeCreated: 1466143929
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/HotDog.wav.meta
================================================
fileFormatVersion: 2
guid: b8c1de3cfdb715e4980688468db9d4b9
timeCreated: 1466143930
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/LegHero.wav.meta
================================================
fileFormatVersion: 2
guid: f64a19ef31041c5498c601ca2eef3747
timeCreated: 1466159742
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/SeaTea.wav.meta
================================================
fileFormatVersion: 2
guid: 8069749ee551e47498e91c1706aa6381
timeCreated: 1466159985
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/ShopFail.wav.meta
================================================
fileFormatVersion: 2
guid: 7998b58882adf934babd4ce014cb4f50
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/ShopSuccess.wav.meta
================================================
fileFormatVersion: 2
guid: 3c8dbfb25db012a4da636f9c85517dee
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/monsterfont.wav.meta
================================================
fileFormatVersion: 2
guid: 70ef014a5e60beb4bbc2f9ccda4ff8cf
timeCreated: 1473925228
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/tem1.wav.meta
================================================
fileFormatVersion: 2
guid: 3f5b2c4f30edb8a46b71a01ccfd42931
timeCreated: 1477305948
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/tem2.wav.meta
================================================
fileFormatVersion: 2
guid: fd12a91715afc6249ba3545f8bc78328
timeCreated: 1477305949
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/tem3.wav.meta
================================================
fileFormatVersion: 2
guid: 53dfe92cd1f828b41a539bb6f84a1200
timeCreated: 1477305949
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/tem4.wav.meta
================================================
fileFormatVersion: 2
guid: 294cdd8d71e1fc74e833f0091a7a05af
timeCreated: 1477305948
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/tem5.wav.meta
================================================
fileFormatVersion: 2
guid: 45dd1604071457e47bd466d526eb52ce
timeCreated: 1477305949
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/tem6.wav.meta
================================================
fileFormatVersion: 2
guid: 1370756a15833254397eebd7936add75
timeCreated: 1477305948
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/uifont.wav.meta
================================================
fileFormatVersion: 2
guid: 02b1f572cebcf2c4abbea26d6c9be407
timeCreated: 1457547093
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/uifontold.wav.meta
================================================
fileFormatVersion: 2
guid: 4d5d112418204d14c9fc5bf0834c1dd0
timeCreated: 1471528187
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/v_asriel.wav.meta
================================================
fileFormatVersion: 2
guid: fedff4117c9b8e84ba45bbef01149471
timeCreated: 1478061990
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/v_flowey.wav.meta
================================================
fileFormatVersion: 2
guid: abe55480052ca2a409a8e679e7d2ab32
timeCreated: 1457547415
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/v_floweymad.wav.meta
================================================
fileFormatVersion: 2
guid: 67687bd8c0218354bab506a354b2d933
timeCreated: 1457547346
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/v_fluffybuns.wav.meta
================================================
fileFormatVersion: 2
guid: b67594aada2061f44a1caf66fc309297
timeCreated: 1457547415
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/v_papyrus.wav.meta
================================================
fileFormatVersion: 2
guid: 06c0240b00b50b340b7517d24e2bf85e
timeCreated: 1457547099
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices/v_sans.wav.meta
================================================
fileFormatVersion: 2
guid: d620307963e14f947b4178dab17bfdb9
timeCreated: 1457547476
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/Voices.meta
================================================
fileFormatVersion: 2
guid: 5f3db5e7056a6b84f8ace82c40a85d43
folderAsset: yes
timeCreated: 1457546965
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/dogsecret.wav.meta
================================================
fileFormatVersion: 2
guid: c85400fcc8fa50741aa1f8364c91c2c8
timeCreated: 1457547475
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/enemydust.wav.meta
================================================
fileFormatVersion: 2
guid: 0f8822ff1c0128c48bfc2e95168dec7e
timeCreated: 1457547101
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/healsound.wav.meta
================================================
fileFormatVersion: 2
guid: 12641dc00331b414392bd546ddd5883c
timeCreated: 1457547102
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/heartbeatbreaker.wav.meta
================================================
fileFormatVersion: 2
guid: d8d0f7997e5dcc144879c704559cde92
timeCreated: 1457547476
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/heartsplosion.wav.meta
================================================
fileFormatVersion: 2
guid: cc6f9fea44a46c741a20551ebdd1b14f
timeCreated: 1457547475
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/hitsound.wav.meta
================================================
fileFormatVersion: 2
guid: 7da91f56bafdc944c8ca3fe0f80134ff
timeCreated: 1457547377
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/hurtsound.wav.meta
================================================
fileFormatVersion: 2
guid: 9eb776ec771073f48b9dd23c7cb7e84d
timeCreated: 1457547411
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/levelup.wav.meta
================================================
fileFormatVersion: 2
guid: acd614b82fb034645aa668e455f5df2a
timeCreated: 1465461309
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/menuconfirm.wav.meta
================================================
fileFormatVersion: 2
guid: 244468e146686ee4dba3b4a4db13f682
timeCreated: 1457547293
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/menumove.wav.meta
================================================
fileFormatVersion: 2
guid: c3f3d23f5a5569541aaec3d969661223
timeCreated: 1457547474
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow1.wav.meta
================================================
fileFormatVersion: 2
guid: 912b7158d7bef4d4bbc69b94d970c044
timeCreated: 1476775283
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow2.wav.meta
================================================
fileFormatVersion: 2
guid: 0ba7e24662753e043920dd31e2b48bff
timeCreated: 1476775283
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow3.wav.meta
================================================
fileFormatVersion: 2
guid: 080b556e27fc67b4e8c7ba3539024aa2
timeCreated: 1476775282
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow4.wav.meta
================================================
fileFormatVersion: 2
guid: 4970da98ec15970418f2b47d3fcb859e
timeCreated: 1476775283
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow5.wav.meta
================================================
fileFormatVersion: 2
guid: fda07ac1ebf679d4ea42ca77efe6c5dd
timeCreated: 1476775283
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow6.wav.meta
================================================
fileFormatVersion: 2
guid: 486e21dccf68a1443b6164f646134952
timeCreated: 1476726035
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow7.wav.meta
================================================
fileFormatVersion: 2
guid: fa0ead1ac4bf9984caf82eb759618014
timeCreated: 1476726035
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/meow8.wav.meta
================================================
fileFormatVersion: 2
guid: 11afd05c0f3bab04e82f0324ddefd21f
timeCreated: 1476726034
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/runaway.wav.meta
================================================
fileFormatVersion: 2
guid: b6c0dddedaae5d14581c869a56b319aa
timeCreated: 1457547416
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/saved.wav.meta
================================================
fileFormatVersion: 2
guid: bcb94a74efc33744781b7c8a88ca483e
timeCreated: 1465856098
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/slice.wav.meta
================================================
fileFormatVersion: 2
guid: 34b19c24f4e9b4c479d985c9af711ca9
timeCreated: 1457547294
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds/success.wav.meta
================================================
fileFormatVersion: 2
guid: 5ee26f66351b1a5408ca86c09999219b
timeCreated: 1457547317
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sounds.meta
================================================
fileFormatVersion: 2
guid: ca5dedaed30358543b26b6a20fb4d9c0
folderAsset: yes
timeCreated: 1457546964
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/0.png.meta
================================================
fileFormatVersion: 2
guid: 577797dbbe35aac48a0b15c2c7916dcf
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: c11dd4e708ebf83458b37e1b987b39dc
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/1.png.meta
================================================
fileFormatVersion: 2
guid: 7326c839d4af26847b8b70ceebd04f47
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: ab31d08ad53fe0846a495da0bbb2b3ca
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/10.png.meta
================================================
fileFormatVersion: 2
guid: f08a5e26139d9d74cb1296614332fac1
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 29d1f7c53f984204aab840ef36ad9551
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/11.png.meta
================================================
fileFormatVersion: 2
guid: d640185c49624d648b68a99832ffc6b4
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: bc16049df3d9d7f43bf5418c542db3f0
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/12.png.meta
================================================
fileFormatVersion: 2
guid: f3a66c88be1694b4da0a27b0a75aa3c7
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: f8b2422c66a27c4448cc0ddd476630cf
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/13.png.meta
================================================
fileFormatVersion: 2
guid: 21e32fa7c16bbe747bcb47ece4e9c568
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 56a07a719c972794fa7cb31af38f2cde
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/14.png.meta
================================================
fileFormatVersion: 2
guid: cc8a0cdcc36ba4f4599baac8dd73134b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: bd4beaa005c8e944180621bf301220f9
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/15.png.meta
================================================
fileFormatVersion: 2
guid: c901c713901f48d42a509d6f89aadc7f
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 7d4d90b93a5f3b443bacf7f5e1a99b1a
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/2.png.meta
================================================
fileFormatVersion: 2
guid: b33ce194414c39e488d4822e4f90baba
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 73ca7e1b8b1dace41859b72ba49b9b3a
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/3.png.meta
================================================
fileFormatVersion: 2
guid: 98908ac10b0866649a62f57bdf4d4ab5
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: c2b365fb697236b489c2f0bf89a9d916
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/4.png.meta
================================================
fileFormatVersion: 2
guid: 58fc372ea804377498cf7167f0b00489
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 264cb8ac8c10c1b40a6eae56ca3c48b5
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/5.png.meta
================================================
fileFormatVersion: 2
guid: 6896b8354b919da40a9e581241a6003b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: ebbe7f1d0e6e1a84aa1cfcb202cecbd0
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/6.png.meta
================================================
fileFormatVersion: 2
guid: 9729339f60a8bb34f88a8dee27cade93
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 30ad5eb67894e5146bdae80ccd601dcb
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/7.png.meta
================================================
fileFormatVersion: 2
guid: dd938e69de784c74fad3dbedbff27e1b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 539e783489ea073469d5458a44d0a88c
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/8.png.meta
================================================
fileFormatVersion: 2
guid: d570ff85768bcd643b32e28ff03905c7
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 54c546b2cfe046146b034a7b4c55c658
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/9.png.meta
================================================
fileFormatVersion: 2
guid: daac7788f6ac65141bfb87ecc60314c5
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 4a4b1eb2fcfbed644b26223dd53f0802
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h0.png.meta
================================================
fileFormatVersion: 2
guid: d4461a3ed2a82ba47b7fdc06ab80c10a
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: e78d40beb2673bb44bece319e8c3aadf
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h1.png.meta
================================================
fileFormatVersion: 2
guid: a67982f2dcaa926449051948f81d7966
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 35f02b0a4a619b244af86d8300a6f924
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h2.png.meta
================================================
fileFormatVersion: 2
guid: 5d720980f287ea04ea4a35c611c2ce6b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: ec9f78c01c7724440bdef4fb25e9c169
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h3.png.meta
================================================
fileFormatVersion: 2
guid: b8797af297b09214699ac141e7b7dd5b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 9f57bb944adc8854ca47413be5fac9c9
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h4.png.meta
================================================
fileFormatVersion: 2
guid: a180c25d3c2f13e48b475ac62bf88546
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: e35148de9bc0ced469f1b83ad7d43cf4
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h5.png.meta
================================================
fileFormatVersion: 2
guid: cf8432231d47f224b8fa14eb7b015304
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 110a6705207ab6d40836b77913d5d3a1
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h6.png.meta
================================================
fileFormatVersion: 2
guid: 77587ffc3151b0b42a29fde00f29be90
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 07c1a28c9cdf0aa41a7fa917365ea75c
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h7.png.meta
================================================
fileFormatVersion: 2
guid: f5dea9343ec9fb64fa193ce0b3b9f295
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 56d722ecaee729e40ac0838eb37f8c2a
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h8.png.meta
================================================
fileFormatVersion: 2
guid: 0fe95aee121c70a43b23cb0317d7589c
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 24fd2a77b45d0354fbda9daddf544b37
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu/h9.png.meta
================================================
fileFormatVersion: 2
guid: 5dc543eb6d21dc4489fb0a9446a1f530
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 3742117ddbd26824a81cce1ac561387e
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/Huggu.meta
================================================
fileFormatVersion: 2
guid: 671d4ec01db613d4e9e8dde60b9b31fa
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s0.png.meta
================================================
fileFormatVersion: 2
guid: d239396e77e1637409e0c8649e02fdf4
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 00b8ad1c32c25224b997c207b4fc5da3
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s1.png.meta
================================================
fileFormatVersion: 2
guid: caf5196662968e04dafb207be27f9cb4
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: ae6e9364813dfc6468942fb5565253c0
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s10-1.png.meta
================================================
fileFormatVersion: 2
guid: 99cdc0ffd8c0d854f9234d17251e846a
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: b11998e2527f41641a12a96093daeab2
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s10-2.png.meta
================================================
fileFormatVersion: 2
guid: 8ee2b612d3fe814419862c5b02e2db7f
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 0f91c5718f6a1124da41d8f41da72c8c
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s11.png.meta
================================================
fileFormatVersion: 2
guid: 7b05529ac11c5054bb8ff1f3ec4c07da
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 8176e030e16fc3f4ab052353ad2d59e8
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s12.png.meta
================================================
fileFormatVersion: 2
guid: 9c4b2f1584d14bf4f88045d7318ed0f1
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 22cca4941ef930f49868747e8db624a9
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s13.png.meta
================================================
fileFormatVersion: 2
guid: e723bac10a1a5a84a8c433a36d06f7ee
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: b46a8b619294cfa4195c3baeeb088791
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s14.png.meta
================================================
fileFormatVersion: 2
guid: 24964212465fb524b81992ed28348144
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 6f81402d282b045469c20c538a8d4cd6
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s15.png.meta
================================================
fileFormatVersion: 2
guid: 4308e783318d7b24a844ce2768de6cc1
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 003feb06f7e7bbd4295e714fcad0e923
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s16.png.meta
================================================
fileFormatVersion: 2
guid: ff27a6bb88f130641aa66050ca1a6085
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: d2e15df08231d11488ab0c0686ae6745
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s17.png.meta
================================================
fileFormatVersion: 2
guid: a1bf7b28ec9a48246abf8e58908b9f5c
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 97a98d0e8477e1a44a649b6fe0c8e592
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s18.png.meta
================================================
fileFormatVersion: 2
guid: 7517c208fe8111f4cb8bc1a7ecbc2779
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 918bb67bc103b6945a027ecec0711b21
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s2.png.meta
================================================
fileFormatVersion: 2
guid: e28e72691b634244896ce979471add4b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: c0ba560b4be16af45bc0600dc1df79d4
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s3.png.meta
================================================
fileFormatVersion: 2
guid: 7f0d82682a061a94ead5f0f672ad9a2b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5a36d63e022f92546a933357b8a31d4c
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s4.png.meta
================================================
fileFormatVersion: 2
guid: c67c8d09b47948845bb8c7ec7a92d0e5
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 67262c3ce5a8db94d93b7fc13d8cb2db
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s5.png.meta
================================================
fileFormatVersion: 2
guid: 6f78760685004804d846618f963d628c
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: bee7e2855ae98944daf1e493f27fcc56
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s6.png.meta
================================================
fileFormatVersion: 2
guid: ee8db0891bf36ac4a95bd0abb2482c7d
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 2206223f3fca0e54fbef7dbd8a255758
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s7.png.meta
================================================
fileFormatVersion: 2
guid: ba382c6c270c3c14c829aa496a4b8128
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: dd291e439759496448f2638fd3ee81c0
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s8.png.meta
================================================
fileFormatVersion: 2
guid: 3a050360c84d72a44927c0bb5532c6e4
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: c92e72f2f5c74fb42ba438e77a28441f
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW/s9.png.meta
================================================
fileFormatVersion: 2
guid: 8d518a2fb5151da4d92cbfb965ef1c45
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 6aca4db58bbc89f4ba9f799d95a3ed3f
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/AsrielOW.meta
================================================
fileFormatVersion: 2
guid: 8a8a3eebfb803604f9397e7e4623cb4c
folderAsset: yes
timeCreated: 1493557737
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/0.png.meta
================================================
fileFormatVersion: 2
guid: f0e2a2f2777a1fa448302eba64368e1d
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 9b67046082f541d479372f52b03f2855
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/1.png.meta
================================================
fileFormatVersion: 2
guid: 4cdaf19576d12ae4a896859af528e35e
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 81ca1a5d72034e747a81203431506c5c
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/10.png.meta
================================================
fileFormatVersion: 2
guid: 616cb7b012811914da3c6a14fd0a6c25
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 71e2966503391cc49814a5f5e1055a08
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/11.png.meta
================================================
fileFormatVersion: 2
guid: 4f1c2dc6e4319bd4bbc4e0d082662c20
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 55df20012c89b2b4e91004ab124a0604
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/12.png.meta
================================================
fileFormatVersion: 2
guid: a182c62192b430d4fbd4e7ffe8e4f087
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: aacfb8a0a92e1b844b80f760c739aa81
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/13.png.meta
================================================
fileFormatVersion: 2
guid: 11df0d286b9d68c428f366f4060bfa23
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 8f14e1b5c99e79d4e86a7cebdc638ddb
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/14.png.meta
================================================
fileFormatVersion: 2
guid: cbf2c20ea3ef0474e92d2142223ab0e3
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 73791ca67b09de047affaae497a47754
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/15.png.meta
================================================
fileFormatVersion: 2
guid: b941a07410ff3ad4291a04c5f8cd8936
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 6087f98384308564cb6c153316ccf9c5
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/2.png.meta
================================================
fileFormatVersion: 2
guid: 77141d41c7e8d82419d88fa20efa4ea0
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 4ba0d4850af8165448adea53ed13054d
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/3.png.meta
================================================
fileFormatVersion: 2
guid: 42c28ff6eadaa33439195a006825ffc8
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 2eec6a8277bd2b34d987cc377811062b
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/4.png.meta
================================================
fileFormatVersion: 2
guid: f9de730c798974049804b31818d97b7c
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: c887ad8b7ae92644bbc10cb7c4d3c1b8
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/5.png.meta
================================================
fileFormatVersion: 2
guid: a5a9b71c564a62545959da90d4f17a27
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 79bbdb35167a35a4f83a0e9baddcce00
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/6.png.meta
================================================
fileFormatVersion: 2
guid: 41c1eee041e00f64fb6410f8fbe7e500
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: a00c24fb3168182499d2a543380b5bef
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/7.png.meta
================================================
fileFormatVersion: 2
guid: f47717c4986745140a32080cf6377250
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: e2890cce85179d84ba21658483e59349
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/8.png.meta
================================================
fileFormatVersion: 2
guid: 0bf069d973cee1547a05b614d21d59fc
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 07a18d9a58b899342b2ccecb79d39d8e
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/9.png.meta
================================================
fileFormatVersion: 2
guid: 59d487f4d00435c48ae9cf52c0f35b6b
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 7ca5185a217c8e940bb1cf51c754f416
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/j0.png.meta
================================================
fileFormatVersion: 2
guid: ab646b19ca046224e93eab9336152440
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 2b5d0128dfdc6704fa3583f82ec07973
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
================================================
FILE: Assets/Default/Sprites/BoosterOW/j1.png.meta
================================================
fileFormatVersion: 2
guid: 9aa3c9913dece8d49b8c15805d59bdc0
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 0
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 7
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
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
Showing preview only (403K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (4214 symbols across 439 files)
FILE: Assets/Default/Sprites/UI/Fonts/automap_from_meta.py
function parseborder (line 28) | def parseborder(bstr):
function striptag (line 45) | def striptag(line, tag):
FILE: Assets/Editor/BundleShaders.cs
class BundleShaders (line 9) | public static class BundleShaders {
method OneBundleOption (line 13) | [MenuItem("Create Your Frisk/Build Shader AssetBundles...")]
method AllBundlesOption (line 24) | public static void AllBundlesOption() {
method OneBundle (line 41) | public static void OneBundle(string bundleName) {
method RetrieveAllBundles (line 70) | private static Dictionary<string, List<Shader>> RetrieveAllBundles() {
method BuildBundles (line 113) | static void BuildBundles(Dictionary<string, List<Shader>> bundles) {
class BundleShaderDialog (line 135) | public class BundleShaderDialog : EditorWindow {
method OnEnable (line 138) | void OnEnable() {
method OnGUI (line 142) | void OnGUI() {
FILE: Assets/Editor/UnityBuilderAction/BuildScript.cs
class BuildScript (line 8) | public static class BuildScript {
method Build (line 14) | public static void Build() {
method GetValidatedOptions (line 33) | private static Dictionary<string, string> GetValidatedOptions() {
method ParseCommandLineArguments (line 38) | private static Dictionary<string, string> ParseCommandLineArguments() {
method Build (line 60) | private static void Build(BuildTarget buildTarget, int buildSubtarget,...
method ExitWithResult (line 72) | private static void ExitWithResult(BuildResult result) {
FILE: Assets/Plugins/DiscordSDK/ActivityManager.cs
class ActivityManager (line 5) | public partial class ActivityManager
method RegisterCommand (line 7) | public void RegisterCommand()
FILE: Assets/Plugins/DiscordSDK/Constants.cs
class Constants (line 5) | static class Constants
FILE: Assets/Plugins/DiscordSDK/Core.cs
type Result (line 7) | public enum Result
type CreateFlags (line 56) | public enum CreateFlags
type LogLevel (line 62) | public enum LogLevel
type UserFlag (line 70) | public enum UserFlag
type PremiumType (line 79) | public enum PremiumType
type ImageType (line 86) | public enum ImageType
type ActivityPartyPrivacy (line 91) | public enum ActivityPartyPrivacy
type ActivityType (line 97) | public enum ActivityType
type ActivityActionType (line 105) | public enum ActivityActionType
type ActivitySupportedPlatformFlags (line 111) | public enum ActivitySupportedPlatformFlags
type ActivityJoinRequestReply (line 118) | public enum ActivityJoinRequestReply
type Status (line 125) | public enum Status
type RelationshipType (line 133) | public enum RelationshipType
type LobbyType (line 143) | public enum LobbyType
type LobbySearchComparison (line 149) | public enum LobbySearchComparison
type LobbySearchCast (line 159) | public enum LobbySearchCast
type LobbySearchDistance (line 165) | public enum LobbySearchDistance
type KeyVariant (line 173) | public enum KeyVariant
type MouseButton (line 180) | public enum MouseButton
type EntitlementType (line 187) | public enum EntitlementType
type SkuType (line 198) | public enum SkuType
type InputModeType (line 206) | public enum InputModeType
type User (line 212) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type OAuth2Token (line 229) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ImageHandle (line 241) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ImageDimensions (line 251) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ActivityTimestamps (line 259) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ActivityAssets (line 267) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type PartySize (line 283) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ActivityParty (line 291) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ActivitySecrets (line 302) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Activity (line 315) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Presence (line 344) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Relationship (line 352) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Lobby (line 362) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type ImeUnderline (line 379) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Rect (line 393) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type FileStat (line 405) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Entitlement (line 416) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type SkuPrice (line 426) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type Sku (line 435) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type InputMode (line 448) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type UserAchievement (line 457) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type LobbyTransaction (line 470) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type FFIMethods (line 473) | [StructLayout(LayoutKind.Sequential)]
method SetType (line 524) | public void SetType(LobbyType type)
method SetOwner (line 536) | public void SetOwner(Int64 ownerId)
method SetCapacity (line 548) | public void SetCapacity(UInt32 capacity)
method SetMetadata (line 560) | public void SetMetadata(string key, string value)
method DeleteMetadata (line 572) | public void DeleteMetadata(string key)
method SetLocked (line 584) | public void SetLocked(bool locked)
type LobbyMemberTransaction (line 597) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type FFIMethods (line 600) | [StructLayout(LayoutKind.Sequential)]
method SetMetadata (line 631) | public void SetMetadata(string key, string value)
method DeleteMetadata (line 643) | public void DeleteMetadata(string key)
type LobbySearchQuery (line 656) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
type FFIMethods (line 659) | [StructLayout(LayoutKind.Sequential)]
method Filter (line 700) | public void Filter(string key, LobbySearchComparison comparison, Lobby...
method Sort (line 712) | public void Sort(string key, LobbySearchCast cast, string value)
method Limit (line 724) | public void Limit(UInt32 limit)
method Distance (line 736) | public void Distance(LobbySearchDistance distance)
class ResultException (line 749) | public partial class ResultException : Exception
method ResultException (line 753) | public ResultException(Result result) : base(result.ToString())
class Discord (line 758) | public partial class Discord : IDisposable
type FFIEvents (line 760) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 766) | [StructLayout(LayoutKind.Sequential)]
type FFICreateParams (line 848) | [StructLayout(LayoutKind.Sequential)]
method DiscordCreate (line 908) | [DllImport(Constants.DllName, ExactSpelling = true, CallingConvention ...
method Discord (line 1010) | public Discord(Int64 clientId, UInt64 flags)
method InitEvents (line 1077) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method Dispose (line 1082) | public void Dispose()
method RunCallbacks (line 1107) | public void RunCallbacks()
method SetLogHookCallbackImpl (line 1116) | [MonoPInvokeCallback]
method SetLogHook (line 1124) | public void SetLogHook(LogLevel minLevel, SetLogHookHandler callback)
method GetApplicationManager (line 1133) | public ApplicationManager GetApplicationManager()
method GetUserManager (line 1145) | public UserManager GetUserManager()
method GetImageManager (line 1157) | public ImageManager GetImageManager()
method GetActivityManager (line 1169) | public ActivityManager GetActivityManager()
method GetRelationshipManager (line 1181) | public RelationshipManager GetRelationshipManager()
method GetLobbyManager (line 1193) | public LobbyManager GetLobbyManager()
method GetNetworkManager (line 1205) | public NetworkManager GetNetworkManager()
method GetOverlayManager (line 1217) | public OverlayManager GetOverlayManager()
method GetStorageManager (line 1229) | public StorageManager GetStorageManager()
method GetStoreManager (line 1241) | public StoreManager GetStoreManager()
method GetVoiceManager (line 1253) | public VoiceManager GetVoiceManager()
method GetAchievementManager (line 1265) | public AchievementManager GetAchievementManager()
class MonoPInvokeCallbackAttribute (line 1278) | internal partial class MonoPInvokeCallbackAttribute : Attribute
class ApplicationManager (line 1283) | public partial class ApplicationManager
type FFIEvents (line 1285) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 1291) | [StructLayout(LayoutKind.Sequential)]
method ApplicationManager (line 1352) | internal ApplicationManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvent...
method InitEvents (line 1364) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method ValidateOrExitCallbackImpl (line 1369) | [MonoPInvokeCallback]
method ValidateOrExit (line 1378) | public void ValidateOrExit(ValidateOrExitHandler callback)
method GetCurrentLocale (line 1384) | public string GetCurrentLocale()
method GetCurrentBranch (line 1391) | public string GetCurrentBranch()
method GetOAuth2TokenCallbackImpl (line 1398) | [MonoPInvokeCallback]
method GetOAuth2Token (line 1407) | public void GetOAuth2Token(GetOAuth2TokenHandler callback)
method GetTicketCallbackImpl (line 1413) | [MonoPInvokeCallback]
method GetTicket (line 1422) | public void GetTicket(GetTicketHandler callback)
class UserManager (line 1429) | public partial class UserManager
type FFIEvents (line 1431) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 1440) | [StructLayout(LayoutKind.Sequential)]
method UserManager (line 1490) | internal UserManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents events)
method InitEvents (line 1502) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method GetCurrentUser (line 1508) | public User GetCurrentUser()
method GetUserCallbackImpl (line 1519) | [MonoPInvokeCallback]
method GetUser (line 1528) | public void GetUser(Int64 userId, GetUserHandler callback)
method GetCurrentUserPremiumType (line 1534) | public PremiumType GetCurrentUserPremiumType()
method CurrentUserHasFlag (line 1545) | public bool CurrentUserHasFlag(UserFlag flag)
method OnCurrentUserUpdateImpl (line 1556) | [MonoPInvokeCallback]
class ImageManager (line 1568) | public partial class ImageManager
type FFIEvents (line 1570) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 1576) | [StructLayout(LayoutKind.Sequential)]
method ImageManager (line 1617) | internal ImageManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents events)
method InitEvents (line 1629) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method FetchCallbackImpl (line 1634) | [MonoPInvokeCallback]
method Fetch (line 1643) | public void Fetch(ImageHandle handle, bool refresh, FetchHandler callb...
method GetDimensions (line 1649) | public ImageDimensions GetDimensions(ImageHandle handle)
method GetData (line 1660) | public void GetData(ImageHandle handle, byte[] data)
class ActivityManager (line 1670) | public partial class ActivityManager
type FFIEvents (line 1672) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 1696) | [StructLayout(LayoutKind.Sequential)]
method ActivityManager (line 1793) | internal ActivityManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents e...
method InitEvents (line 1805) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method RegisterCommand (line 1814) | public void RegisterCommand(string command)
method RegisterSteam (line 1823) | public void RegisterSteam(UInt32 steamId)
method UpdateActivityCallbackImpl (line 1832) | [MonoPInvokeCallback]
method UpdateActivity (line 1841) | public void UpdateActivity(Activity activity, UpdateActivityHandler ca...
method ClearActivityCallbackImpl (line 1847) | [MonoPInvokeCallback]
method ClearActivity (line 1856) | public void ClearActivity(ClearActivityHandler callback)
method SendRequestReplyCallbackImpl (line 1862) | [MonoPInvokeCallback]
method SendRequestReply (line 1871) | public void SendRequestReply(Int64 userId, ActivityJoinRequestReply re...
method SendInviteCallbackImpl (line 1877) | [MonoPInvokeCallback]
method SendInvite (line 1886) | public void SendInvite(Int64 userId, ActivityActionType type, string c...
method AcceptInviteCallbackImpl (line 1892) | [MonoPInvokeCallback]
method AcceptInvite (line 1901) | public void AcceptInvite(Int64 userId, AcceptInviteHandler callback)
method OnActivityJoinImpl (line 1907) | [MonoPInvokeCallback]
method OnActivitySpectateImpl (line 1918) | [MonoPInvokeCallback]
method OnActivityJoinRequestImpl (line 1929) | [MonoPInvokeCallback]
method OnActivityInviteImpl (line 1940) | [MonoPInvokeCallback]
class RelationshipManager (line 1952) | public partial class RelationshipManager
type FFIEvents (line 1954) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 1968) | [StructLayout(LayoutKind.Sequential)]
method RelationshipManager (line 2022) | internal RelationshipManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEven...
method InitEvents (line 2034) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method FilterCallbackImpl (line 2041) | [MonoPInvokeCallback]
method Filter (line 2049) | public void Filter(FilterHandler callback)
method Count (line 2056) | public Int32 Count()
method Get (line 2067) | public Relationship Get(Int64 userId)
method GetAt (line 2078) | public Relationship GetAt(UInt32 index)
method OnRefreshImpl (line 2089) | [MonoPInvokeCallback]
method OnRelationshipUpdateImpl (line 2100) | [MonoPInvokeCallback]
class LobbyManager (line 2112) | public partial class LobbyManager
type FFIEvents (line 2114) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 2158) | [StructLayout(LayoutKind.Sequential)]
method LobbyManager (line 2431) | internal LobbyManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents events)
method InitEvents (line 2443) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method GetLobbyCreateTransaction (line 2456) | public LobbyTransaction GetLobbyCreateTransaction()
method GetLobbyUpdateTransaction (line 2467) | public LobbyTransaction GetLobbyUpdateTransaction(Int64 lobbyId)
method GetMemberUpdateTransaction (line 2478) | public LobbyMemberTransaction GetMemberUpdateTransaction(Int64 lobbyId...
method CreateLobbyCallbackImpl (line 2489) | [MonoPInvokeCallback]
method CreateLobby (line 2498) | public void CreateLobby(LobbyTransaction transaction, CreateLobbyHandl...
method UpdateLobbyCallbackImpl (line 2505) | [MonoPInvokeCallback]
method UpdateLobby (line 2514) | public void UpdateLobby(Int64 lobbyId, LobbyTransaction transaction, U...
method DeleteLobbyCallbackImpl (line 2521) | [MonoPInvokeCallback]
method DeleteLobby (line 2530) | public void DeleteLobby(Int64 lobbyId, DeleteLobbyHandler callback)
method ConnectLobbyCallbackImpl (line 2536) | [MonoPInvokeCallback]
method ConnectLobby (line 2545) | public void ConnectLobby(Int64 lobbyId, string secret, ConnectLobbyHan...
method ConnectLobbyWithActivitySecretCallbackImpl (line 2551) | [MonoPInvokeCallback]
method ConnectLobbyWithActivitySecret (line 2560) | public void ConnectLobbyWithActivitySecret(string activitySecret, Conn...
method DisconnectLobbyCallbackImpl (line 2566) | [MonoPInvokeCallback]
method DisconnectLobby (line 2575) | public void DisconnectLobby(Int64 lobbyId, DisconnectLobbyHandler call...
method GetLobby (line 2581) | public Lobby GetLobby(Int64 lobbyId)
method GetLobbyActivitySecret (line 2592) | public string GetLobbyActivitySecret(Int64 lobbyId)
method GetLobbyMetadataValue (line 2603) | public string GetLobbyMetadataValue(Int64 lobbyId, string key)
method GetLobbyMetadataKey (line 2614) | public string GetLobbyMetadataKey(Int64 lobbyId, Int32 index)
method LobbyMetadataCount (line 2625) | public Int32 LobbyMetadataCount(Int64 lobbyId)
method MemberCount (line 2636) | public Int32 MemberCount(Int64 lobbyId)
method GetMemberUserId (line 2647) | public Int64 GetMemberUserId(Int64 lobbyId, Int32 index)
method GetMemberUser (line 2658) | public User GetMemberUser(Int64 lobbyId, Int64 userId)
method GetMemberMetadataValue (line 2669) | public string GetMemberMetadataValue(Int64 lobbyId, Int64 userId, stri...
method GetMemberMetadataKey (line 2680) | public string GetMemberMetadataKey(Int64 lobbyId, Int64 userId, Int32 ...
method MemberMetadataCount (line 2691) | public Int32 MemberMetadataCount(Int64 lobbyId, Int64 userId)
method UpdateMemberCallbackImpl (line 2702) | [MonoPInvokeCallback]
method UpdateMember (line 2711) | public void UpdateMember(Int64 lobbyId, Int64 userId, LobbyMemberTrans...
method SendLobbyMessageCallbackImpl (line 2718) | [MonoPInvokeCallback]
method SendLobbyMessage (line 2727) | public void SendLobbyMessage(Int64 lobbyId, byte[] data, SendLobbyMess...
method GetSearchQuery (line 2733) | public LobbySearchQuery GetSearchQuery()
method SearchCallbackImpl (line 2744) | [MonoPInvokeCallback]
method Search (line 2753) | public void Search(LobbySearchQuery query, SearchHandler callback)
method LobbyCount (line 2760) | public Int32 LobbyCount()
method GetLobbyId (line 2767) | public Int64 GetLobbyId(Int32 index)
method ConnectVoiceCallbackImpl (line 2778) | [MonoPInvokeCallback]
method ConnectVoice (line 2787) | public void ConnectVoice(Int64 lobbyId, ConnectVoiceHandler callback)
method DisconnectVoiceCallbackImpl (line 2793) | [MonoPInvokeCallback]
method DisconnectVoice (line 2802) | public void DisconnectVoice(Int64 lobbyId, DisconnectVoiceHandler call...
method ConnectNetwork (line 2808) | public void ConnectNetwork(Int64 lobbyId)
method DisconnectNetwork (line 2817) | public void DisconnectNetwork(Int64 lobbyId)
method FlushNetwork (line 2826) | public void FlushNetwork()
method OpenNetworkChannel (line 2835) | public void OpenNetworkChannel(Int64 lobbyId, byte channelId, bool rel...
method SendNetworkMessage (line 2844) | public void SendNetworkMessage(Int64 lobbyId, Int64 userId, byte chann...
method OnLobbyUpdateImpl (line 2853) | [MonoPInvokeCallback]
method OnLobbyDeleteImpl (line 2864) | [MonoPInvokeCallback]
method OnMemberConnectImpl (line 2875) | [MonoPInvokeCallback]
method OnMemberUpdateImpl (line 2886) | [MonoPInvokeCallback]
method OnMemberDisconnectImpl (line 2897) | [MonoPInvokeCallback]
method OnLobbyMessageImpl (line 2908) | [MonoPInvokeCallback]
method OnSpeakingImpl (line 2921) | [MonoPInvokeCallback]
method OnNetworkMessageImpl (line 2932) | [MonoPInvokeCallback]
class NetworkManager (line 2946) | public partial class NetworkManager
type FFIEvents (line 2948) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 2962) | [StructLayout(LayoutKind.Sequential)]
method NetworkManager (line 3031) | internal NetworkManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents ev...
method InitEvents (line 3043) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method GetPeerId (line 3053) | public UInt64 GetPeerId()
method Flush (line 3063) | public void Flush()
method OpenPeer (line 3075) | public void OpenPeer(UInt64 peerId, string routeData)
method UpdatePeer (line 3087) | public void UpdatePeer(UInt64 peerId, string routeData)
method ClosePeer (line 3099) | public void ClosePeer(UInt64 peerId)
method OpenChannel (line 3111) | public void OpenChannel(UInt64 peerId, byte channelId, bool reliable)
method CloseChannel (line 3123) | public void CloseChannel(UInt64 peerId, byte channelId)
method SendMessage (line 3135) | public void SendMessage(UInt64 peerId, byte channelId, byte[] data)
method OnMessageImpl (line 3144) | [MonoPInvokeCallback]
method OnRouteUpdateImpl (line 3157) | [MonoPInvokeCallback]
class OverlayManager (line 3169) | public partial class OverlayManager
type FFIEvents (line 3171) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 3180) | [StructLayout(LayoutKind.Sequential)]
method OverlayManager (line 3330) | internal OverlayManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents ev...
method InitEvents (line 3342) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method IsEnabled (line 3348) | public bool IsEnabled()
method IsLocked (line 3355) | public bool IsLocked()
method SetLockedCallbackImpl (line 3362) | [MonoPInvokeCallback]
method SetLocked (line 3371) | public void SetLocked(bool locked, SetLockedHandler callback)
method OpenActivityInviteCallbackImpl (line 3377) | [MonoPInvokeCallback]
method OpenActivityInvite (line 3386) | public void OpenActivityInvite(ActivityActionType type, OpenActivityIn...
method OpenGuildInviteCallbackImpl (line 3392) | [MonoPInvokeCallback]
method OpenGuildInvite (line 3401) | public void OpenGuildInvite(string code, OpenGuildInviteHandler callback)
method OpenVoiceSettingsCallbackImpl (line 3407) | [MonoPInvokeCallback]
method OpenVoiceSettings (line 3416) | public void OpenVoiceSettings(OpenVoiceSettingsHandler callback)
method InitDrawingDxgi (line 3422) | public void InitDrawingDxgi(IntPtr swapchain, bool useMessageForwarding)
method OnPresent (line 3431) | public void OnPresent()
method ForwardMessage (line 3436) | public void ForwardMessage(IntPtr message)
method KeyEvent (line 3441) | public void KeyEvent(bool down, string keyCode, KeyVariant variant)
method CharEvent (line 3446) | public void CharEvent(string character)
method MouseButtonEvent (line 3451) | public void MouseButtonEvent(byte down, Int32 clickCount, MouseButton ...
method MouseMotionEvent (line 3456) | public void MouseMotionEvent(Int32 x, Int32 y)
method ImeCommitText (line 3461) | public void ImeCommitText(string text)
method ImeSetComposition (line 3466) | public void ImeSetComposition(string text, ImeUnderline underlines, In...
method ImeCancelComposition (line 3471) | public void ImeCancelComposition()
method SetImeCompositionRangeCallbackCallbackImpl (line 3476) | [MonoPInvokeCallback]
method SetImeCompositionRangeCallback (line 3485) | public void SetImeCompositionRangeCallback(SetImeCompositionRangeCallb...
method SetImeSelectionBoundsCallbackCallbackImpl (line 3491) | [MonoPInvokeCallback]
method SetImeSelectionBoundsCallback (line 3500) | public void SetImeSelectionBoundsCallback(SetImeSelectionBoundsCallbac...
method IsPointInsideClickZone (line 3506) | public bool IsPointInsideClickZone(Int32 x, Int32 y)
method OnToggleImpl (line 3511) | [MonoPInvokeCallback]
class StorageManager (line 3523) | public partial class StorageManager
type FFIEvents (line 3525) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 3531) | [StructLayout(LayoutKind.Sequential)]
method StorageManager (line 3622) | internal StorageManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents ev...
method InitEvents (line 3634) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method Read (line 3639) | public UInt32 Read(string name, byte[] data)
method ReadAsyncCallbackImpl (line 3650) | [MonoPInvokeCallback]
method ReadAsync (line 3661) | public void ReadAsync(string name, ReadAsyncHandler callback)
method ReadAsyncPartialCallbackImpl (line 3667) | [MonoPInvokeCallback]
method ReadAsyncPartial (line 3678) | public void ReadAsyncPartial(string name, UInt64 offset, UInt64 length...
method Write (line 3684) | public void Write(string name, byte[] data)
method WriteAsyncCallbackImpl (line 3693) | [MonoPInvokeCallback]
method WriteAsync (line 3702) | public void WriteAsync(string name, byte[] data, WriteAsyncHandler cal...
method Delete (line 3708) | public void Delete(string name)
method Exists (line 3717) | public bool Exists(string name)
method Count (line 3728) | public Int32 Count()
method Stat (line 3735) | public FileStat Stat(string name)
method StatAt (line 3746) | public FileStat StatAt(Int32 index)
method GetPath (line 3757) | public string GetPath()
class StoreManager (line 3769) | public partial class StoreManager
type FFIEvents (line 3771) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 3785) | [StructLayout(LayoutKind.Sequential)]
method StoreManager (line 3879) | internal StoreManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents events)
method InitEvents (line 3891) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method FetchSkusCallbackImpl (line 3898) | [MonoPInvokeCallback]
method FetchSkus (line 3907) | public void FetchSkus(FetchSkusHandler callback)
method CountSkus (line 3913) | public Int32 CountSkus()
method GetSku (line 3920) | public Sku GetSku(Int64 skuId)
method GetSkuAt (line 3931) | public Sku GetSkuAt(Int32 index)
method FetchEntitlementsCallbackImpl (line 3942) | [MonoPInvokeCallback]
method FetchEntitlements (line 3951) | public void FetchEntitlements(FetchEntitlementsHandler callback)
method CountEntitlements (line 3957) | public Int32 CountEntitlements()
method GetEntitlement (line 3964) | public Entitlement GetEntitlement(Int64 entitlementId)
method GetEntitlementAt (line 3975) | public Entitlement GetEntitlementAt(Int32 index)
method HasSkuEntitlement (line 3986) | public bool HasSkuEntitlement(Int64 skuId)
method StartPurchaseCallbackImpl (line 3997) | [MonoPInvokeCallback]
method StartPurchase (line 4006) | public void StartPurchase(Int64 skuId, StartPurchaseHandler callback)
method OnEntitlementCreateImpl (line 4012) | [MonoPInvokeCallback]
method OnEntitlementDeleteImpl (line 4023) | [MonoPInvokeCallback]
class VoiceManager (line 4035) | public partial class VoiceManager
type FFIEvents (line 4037) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 4046) | [StructLayout(LayoutKind.Sequential)]
method VoiceManager (line 4126) | internal VoiceManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvents events)
method InitEvents (line 4138) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method GetInputMode (line 4144) | public InputMode GetInputMode()
method SetInputModeCallbackImpl (line 4155) | [MonoPInvokeCallback]
method SetInputMode (line 4164) | public void SetInputMode(InputMode inputMode, SetInputModeHandler call...
method IsSelfMute (line 4170) | public bool IsSelfMute()
method SetSelfMute (line 4181) | public void SetSelfMute(bool mute)
method IsSelfDeaf (line 4190) | public bool IsSelfDeaf()
method SetSelfDeaf (line 4201) | public void SetSelfDeaf(bool deaf)
method IsLocalMute (line 4210) | public bool IsLocalMute(Int64 userId)
method SetLocalMute (line 4221) | public void SetLocalMute(Int64 userId, bool mute)
method GetLocalVolume (line 4230) | public byte GetLocalVolume(Int64 userId)
method SetLocalVolume (line 4241) | public void SetLocalVolume(Int64 userId, byte volume)
method OnSettingsUpdateImpl (line 4250) | [MonoPInvokeCallback]
class AchievementManager (line 4262) | public partial class AchievementManager
type FFIEvents (line 4264) | [StructLayout(LayoutKind.Sequential)]
type FFIMethods (line 4273) | [StructLayout(LayoutKind.Sequential)]
method AchievementManager (line 4333) | internal AchievementManager(IntPtr ptr, IntPtr eventsPtr, ref FFIEvent...
method InitEvents (line 4345) | private void InitEvents(IntPtr eventsPtr, ref FFIEvents events)
method SetUserAchievementCallbackImpl (line 4351) | [MonoPInvokeCallback]
method SetUserAchievement (line 4360) | public void SetUserAchievement(Int64 achievementId, byte percentComple...
method FetchUserAchievementsCallbackImpl (line 4366) | [MonoPInvokeCallback]
method FetchUserAchievements (line 4375) | public void FetchUserAchievements(FetchUserAchievementsHandler callback)
method CountUserAchievements (line 4381) | public Int32 CountUserAchievements()
method GetUserAchievement (line 4388) | public UserAchievement GetUserAchievement(Int64 userAchievementId)
method GetUserAchievementAt (line 4399) | public UserAchievement GetUserAchievementAt(Int32 index)
method OnUserAchievementUpdateImpl (line 4410) | [MonoPInvokeCallback]
FILE: Assets/Plugins/DiscordSDK/ImageManager.cs
type ImageHandle (line 9) | public partial struct ImageHandle
method User (line 11) | static public ImageHandle User(Int64 id)
method User (line 16) | static public ImageHandle User(Int64 id, UInt32 size)
class ImageManager (line 27) | public partial class ImageManager
method Fetch (line 29) | public void Fetch(ImageHandle handle, FetchHandler callback)
method GetData (line 34) | public byte[] GetData(ImageHandle handle)
method GetTexture (line 43) | public Texture2D GetTexture(ImageHandle handle)
FILE: Assets/Plugins/DiscordSDK/LobbyManager.cs
class LobbyManager (line 8) | public partial class LobbyManager
method GetMemberUsers (line 10) | public IEnumerable<User> GetMemberUsers(Int64 lobbyID)
method SendLobbyMessage (line 21) | public void SendLobbyMessage(Int64 lobbyID, string data, SendLobbyMess...
FILE: Assets/Plugins/DiscordSDK/StorageManager.cs
class StorageManager (line 7) | public partial class StorageManager
method Files (line 9) | public IEnumerable<FileStat> Files()
FILE: Assets/Plugins/DiscordSDK/StoreManager.cs
class StoreManager (line 8) | public partial class StoreManager
method GetEntitlements (line 10) | public IEnumerable<Entitlement> GetEntitlements()
method GetSkus (line 21) | public IEnumerable<Sku> GetSkus()
FILE: Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/AsyncDebugger.cs
class AsyncDebugger (line 17) | internal class AsyncDebugger : IDebugger
method AsyncDebugger (line 45) | public AsyncDebugger(Script script, Func<SourceCode, string> sourceFin...
method GetAction (line 85) | DebuggerAction IDebugger.GetAction(int ip, SourceRef sourceref)
method QueueAction (line 117) | public void QueueAction(DebuggerAction action)
method Sleep (line 132) | private void Sleep(int v)
method CreateDynExpr (line 141) | private DynamicExpression CreateDynExpr(string code)
method GetWatchItems (line 153) | List<DynamicExpression> IDebugger.GetWatchItems()
method IsPauseRequested (line 158) | bool IDebugger.IsPauseRequested()
method RefreshBreakpoints (line 163) | void IDebugger.RefreshBreakpoints(IEnumerable<SourceRef> refs)
method SetByteCode (line 168) | void IDebugger.SetByteCode(string[] byteCode)
method SetSourceCode (line 173) | void IDebugger.SetSourceCode(SourceCode sourceCode)
method GetFooterForTempFile (line 215) | private string GetFooterForTempFile()
method GetSourceFile (line 224) | public string GetSourceFile(int sourceId)
method IsSourceOverride (line 233) | public bool IsSourceOverride(int sourceId)
method SignalExecutionEnded (line 239) | void IDebugger.SignalExecutionEnded()
method SignalRuntimeException (line 246) | bool IDebugger.SignalRuntimeException(ScriptRuntimeException ex)
method Update (line 257) | void IDebugger.Update(WatchType watchType, IEnumerable<WatchItem> items)
method GetWatches (line 270) | public List<WatchItem> GetWatches(WatchType watchType)
method GetSource (line 275) | public SourceCode GetSource(int id)
method FindSourceByName (line 283) | public SourceCode FindSourceByName(string path)
method SetDebugService (line 298) | void IDebugger.SetDebugService(DebugService debugService)
method Evaluate (line 303) | public DynValue Evaluate(string expression)
method GetDebuggerCaps (line 309) | DebuggerCaps IDebugger.GetDebuggerCaps()
FILE: Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/EmptyDebugSession.cs
class EmptyDebugSession (line 12) | internal class EmptyDebugSession : DebugSession
method EmptyDebugSession (line 16) | internal EmptyDebugSession(MoonSharpVsCodeDebugServer server)
method Initialize (line 22) | public override void Initialize(Response response, Table args)
method SendList (line 62) | private void SendList()
method Attach (line 77) | public override void Attach(Response response, Table arguments)
method Continue (line 82) | public override void Continue(Response response, Table arguments)
method Disconnect (line 88) | public override void Disconnect(Response response, Table arguments)
method getString (line 93) | private static string getString(Table args, string property, string df...
method Evaluate (line 108) | public override void Evaluate(Response response, Table args)
method ExecuteRepl (line 119) | private void ExecuteRepl(string cmd)
method Launch (line 137) | public override void Launch(Response response, Table arguments)
method Next (line 142) | public override void Next(Response response, Table arguments)
method Pause (line 148) | public override void Pause(Response response, Table arguments)
method Scopes (line 154) | public override void Scopes(Response response, Table arguments)
method SetBreakpoints (line 159) | public override void SetBreakpoints(Response response, Table args)
method StackTrace (line 164) | public override void StackTrace(Response response, Table args)
method StepIn (line 170) | public override void StepIn(Response response, Table arguments)
method StepOut (line 176) | public override void StepOut(Response response, Table arguments)
method Threads (line 182) | public override void Threads(Response response, Table arguments)
method Variables (line 189) | public override void Variables(Response response, Table arguments)
method SendText (line 195) | private void SendText(string msg, params object[] args)
method Unbind (line 202) | public void Unbind()
FILE: Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/IAsyncDebuggerClient.cs
type IAsyncDebuggerClient (line 12) | internal interface IAsyncDebuggerClient
method SendStopEvent (line 14) | void SendStopEvent();
method OnWatchesUpdated (line 15) | void OnWatchesUpdated(WatchType watchType);
method OnSourceCodeChanged (line 16) | void OnSourceCodeChanged(int sourceID);
method OnExecutionEnded (line 17) | void OnExecutionEnded();
method OnException (line 18) | void OnException(ScriptRuntimeException ex);
method Unbind (line 19) | void Unbind();
FILE: Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/MoonSharpDebugSession.cs
class MoonSharpDebugSession (line 16) | internal class MoonSharpDebugSession : DebugSession, IAsyncDebuggerClient
method MoonSharpDebugSession (line 27) | internal MoonSharpDebugSession(MoonSharpVsCodeDebugServer server, Asyn...
method Initialize (line 34) | public override void Initialize(Response response, Table args)
method Attach (line 76) | public override void Attach(Response response, Table arguments)
method Continue (line 81) | public override void Continue(Response response, Table arguments)
method Disconnect (line 87) | public override void Disconnect(Response response, Table arguments)
method getString (line 93) | private static string getString(Table args, string property, string df...
method Evaluate (line 108) | public override void Evaluate(Response response, Table args)
method ExecuteRepl (line 133) | private void ExecuteRepl(string cmd)
method Launch (line 229) | public override void Launch(Response response, Table arguments)
method Next (line 234) | public override void Next(Response response, Table arguments)
method CreateStoppedEvent (line 240) | private StoppedEvent CreateStoppedEvent(string reason, string text = n...
method Pause (line 245) | public override void Pause(Response response, Table arguments)
method Scopes (line 252) | public override void Scopes(Response response, Table arguments)
method SetBreakpoints (line 262) | public override void SetBreakpoints(Response response, Table args)
method StackTrace (line 307) | public override void StackTrace(Response response, Table args)
method getInt (line 356) | private int getInt(Table args, string propName, int defaultValue)
method StepIn (line 367) | public override void StepIn(Response response, Table arguments)
method StepOut (line 373) | public override void StepOut(Response response, Table arguments)
method Threads (line 379) | public override void Threads(Response response, Table arguments)
method Variables (line 386) | public override void Variables(Response response, Table arguments)
method SendStopEvent (line 414) | void IAsyncDebuggerClient.SendStopEvent()
method OnWatchesUpdated (line 420) | void IAsyncDebuggerClient.OnWatchesUpdated(WatchType watchType)
method OnSourceCodeChanged (line 426) | void IAsyncDebuggerClient.OnSourceCodeChanged(int sourceID)
method OnExecutionEnded (line 434) | public void OnExecutionEnded()
method SendText (line 440) | private void SendText(string msg, params object[] args)
method OnException (line 447) | public void OnException(ScriptRuntimeException ex)
method Unbind (line 452) | public void Unbind()
FILE: Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/VariableInspector.cs
class VariableInspector (line 12) | internal static class VariableInspector
method InspectVariable (line 14) | internal static void InspectVariable(DynValue v, List<Variable> variab...
FILE: Assets/Plugins/MoonSharp/Debugger/MoonSharpVsCodeDebugServer.cs
class MoonSharpVsCodeDebugServer (line 21) | public class MoonSharpVsCodeDebugServer : IDisposable
method MoonSharpVsCodeDebugServer (line 34) | public MoonSharpVsCodeDebugServer(int port = 41912)
method MoonSharpVsCodeDebugServer (line 48) | [Obsolete("Use the constructor taking only a port, and the 'Attach' me...
method AttachToScript (line 65) | public void AttachToScript(Script script, string name, Func<SourceCode...
method GetAttachedDebuggersByIdAndName (line 84) | public IEnumerable<KeyValuePair<int, string>> GetAttachedDebuggersById...
method Detach (line 155) | public void Detach(Script script)
method GetDebugger (line 188) | [Obsolete("Use the Attach method instead.")]
method Dispose (line 199) | public void Dispose()
method Start (line 207) | public MoonSharpVsCodeDebugServer Start()
method ListenThread (line 229) | private void ListenThread(TcpListener serverSocket)
method RunSession (line 284) | private void RunSession(string sessionId, NetworkStream stream)
method Log (line 299) | private void Log(string format, params object[] args)
method SpawnThread (line 311) | private static void SpawnThread(string name, Action threadProc)
method MoonSharpVsCodeDebugServer (line 337) | public MoonSharpVsCodeDebugServer(int port = 41912)
method MoonSharpVsCodeDebugServer (line 341) | [Obsolete("Use the constructor taking only a port, and the 'Attach' me...
method AttachToScript (line 346) | public void AttachToScript(Script script, string name, Func<SourceCode...
method GetAttachedDebuggersByIdAndName (line 350) | public IEnumerable<KeyValuePair<int, string>> GetAttachedDebuggersById...
method Detach (line 374) | public void Detach(Script script)
method GetDebugger (line 382) | [Obsolete("Use the Attach method instead.")]
method Dispose (line 388) | public void Dispose()
method Start (line 392) | public MoonSharpVsCodeDebugServer Start()
class MoonSharpVsCodeDebugServer (line 335) | public class MoonSharpVsCodeDebugServer : IDisposable
method MoonSharpVsCodeDebugServer (line 34) | public MoonSharpVsCodeDebugServer(int port = 41912)
method MoonSharpVsCodeDebugServer (line 48) | [Obsolete("Use the constructor taking only a port, and the 'Attach' me...
method AttachToScript (line 65) | public void AttachToScript(Script script, string name, Func<SourceCode...
method GetAttachedDebuggersByIdAndName (line 84) | public IEnumerable<KeyValuePair<int, string>> GetAttachedDebuggersById...
method Detach (line 155) | public void Detach(Script script)
method GetDebugger (line 188) | [Obsolete("Use the Attach method instead.")]
method Dispose (line 199) | public void Dispose()
method Start (line 207) | public MoonSharpVsCodeDebugServer Start()
method ListenThread (line 229) | private void ListenThread(TcpListener serverSocket)
method RunSession (line 284) | private void RunSession(string sessionId, NetworkStream stream)
method Log (line 299) | private void Log(string format, params object[] args)
method SpawnThread (line 311) | private static void SpawnThread(string name, Action threadProc)
method MoonSharpVsCodeDebugServer (line 337) | public MoonSharpVsCodeDebugServer(int port = 41912)
method MoonSharpVsCodeDebugServer (line 341) | [Obsolete("Use the constructor taking only a port, and the 'Attach' me...
method AttachToScript (line 346) | public void AttachToScript(Script script, string name, Func<SourceCode...
method GetAttachedDebuggersByIdAndName (line 350) | public IEnumerable<KeyValuePair<int, string>> GetAttachedDebuggersById...
method Detach (line 374) | public void Detach(Script script)
method GetDebugger (line 382) | [Obsolete("Use the Attach method instead.")]
method Dispose (line 388) | public void Dispose()
method Start (line 392) | public MoonSharpVsCodeDebugServer Start()
FILE: Assets/Plugins/MoonSharp/Debugger/SDK/DebugSession.cs
class Message (line 38) | public class Message
method Message (line 46) | public Message(int id, string format, object variables = null, bool us...
class StackFrame (line 56) | public class StackFrame
method StackFrame (line 67) | public StackFrame(int id, string name, Source source, int line, int co...
class Scope (line 79) | public class Scope
method Scope (line 85) | public Scope(string name, int variablesReference, bool expensive = false)
class Variable (line 93) | public class Variable
method Variable (line 99) | public Variable(string name, string value, int variablesReference = 0)
class Thread (line 107) | public class Thread
method Thread (line 112) | public Thread(int id, string name)
class Source (line 126) | public class Source
method Source (line 132) | public Source(string name, string path, int sourceReference = 0)
method Source (line 139) | public Source(string path, int sourceReference = 0)
class Breakpoint (line 147) | public class Breakpoint
method Breakpoint (line 152) | public Breakpoint(bool verified, int line)
class InitializedEvent (line 161) | public class InitializedEvent : Event
method InitializedEvent (line 163) | public InitializedEvent()
class StoppedEvent (line 167) | public class StoppedEvent : Event
method StoppedEvent (line 169) | public StoppedEvent(int tid, string reasn, string txt = null)
class ExitedEvent (line 179) | public class ExitedEvent : Event
method ExitedEvent (line 181) | public ExitedEvent(int exCode)
class TerminatedEvent (line 185) | public class TerminatedEvent : Event
method TerminatedEvent (line 187) | public TerminatedEvent()
class ThreadEvent (line 191) | public class ThreadEvent : Event
method ThreadEvent (line 193) | public ThreadEvent(string reasn, int tid)
class OutputEvent (line 202) | public class OutputEvent : Event
method OutputEvent (line 204) | public OutputEvent(string cat, string outpt)
class Capabilities (line 215) | public class Capabilities : ResponseBody
class ErrorResponseBody (line 225) | public class ErrorResponseBody : ResponseBody
method ErrorResponseBody (line 230) | public ErrorResponseBody(Message error)
class StackTraceResponseBody (line 236) | public class StackTraceResponseBody : ResponseBody
method StackTraceResponseBody (line 240) | public StackTraceResponseBody(List<StackFrame> frames = null)
class ScopesResponseBody (line 249) | public class ScopesResponseBody : ResponseBody
method ScopesResponseBody (line 253) | public ScopesResponseBody(List<Scope> scps = null)
class VariablesResponseBody (line 262) | public class VariablesResponseBody : ResponseBody
method VariablesResponseBody (line 266) | public VariablesResponseBody(List<Variable> vars = null)
class ThreadsResponseBody (line 275) | public class ThreadsResponseBody : ResponseBody
method ThreadsResponseBody (line 279) | public ThreadsResponseBody(List<Thread> vars = null)
class EvaluateResponseBody (line 288) | public class EvaluateResponseBody : ResponseBody
method EvaluateResponseBody (line 294) | public EvaluateResponseBody(string value, int reff = 0)
class SetBreakpointsResponseBody (line 301) | public class SetBreakpointsResponseBody : ResponseBody
method SetBreakpointsResponseBody (line 305) | public SetBreakpointsResponseBody(List<Breakpoint> bpts = null)
class DebugSession (line 316) | public abstract class DebugSession : ProtocolServer
method DebugSession (line 324) | public DebugSession(bool debuggerLinesStartAt1, bool debuggerPathsAreU...
method SendResponse (line 330) | public void SendResponse(Response response, ResponseBody body = null)
method SendErrorResponse (line 339) | public void SendErrorResponse(Response response, int id, string format...
method DispatchRequest (line 347) | protected override void DispatchRequest(string command, Table args, Re...
method Initialize (line 467) | public abstract void Initialize(Response response, Table args);
method Launch (line 469) | public abstract void Launch(Response response, Table arguments);
method Attach (line 471) | public abstract void Attach(Response response, Table arguments);
method Disconnect (line 473) | public abstract void Disconnect(Response response, Table arguments);
method SetFunctionBreakpoints (line 475) | public virtual void SetFunctionBreakpoints(Response response, Table ar...
method SetExceptionBreakpoints (line 479) | public virtual void SetExceptionBreakpoints(Response response, Table a...
method SetBreakpoints (line 483) | public abstract void SetBreakpoints(Response response, Table arguments);
method Continue (line 485) | public abstract void Continue(Response response, Table arguments);
method Next (line 487) | public abstract void Next(Response response, Table arguments);
method StepIn (line 489) | public abstract void StepIn(Response response, Table arguments);
method StepOut (line 491) | public abstract void StepOut(Response response, Table arguments);
method Pause (line 493) | public abstract void Pause(Response response, Table arguments);
method StackTrace (line 495) | public abstract void StackTrace(Response response, Table arguments);
method Scopes (line 497) | public abstract void Scopes(Response response, Table arguments);
method Variables (line 499) | public abstract void Variables(Response response, Table arguments);
method Source (line 501) | public virtual void Source(Response response, Table arguments)
method Threads (line 506) | public abstract void Threads(Response response, Table arguments);
method Evaluate (line 508) | public abstract void Evaluate(Response response, Table arguments);
method ConvertDebuggerLineToClient (line 512) | protected int ConvertDebuggerLineToClient(int line)
method ConvertClientLineToDebugger (line 524) | protected int ConvertClientLineToDebugger(int line)
method ConvertDebuggerPathToClient (line 536) | protected string ConvertDebuggerPathToClient(string path)
method ConvertClientPathToDebugger (line 571) | protected string ConvertClientPathToDebugger(string clientPath)
FILE: Assets/Plugins/MoonSharp/Debugger/SDK/Protocol.cs
class ProtocolMessage (line 38) | public class ProtocolMessage
method ProtocolMessage (line 43) | public ProtocolMessage(string typ)
method ProtocolMessage (line 48) | public ProtocolMessage(string typ, int sq)
class Request (line 55) | public class Request : ProtocolMessage
method Request (line 60) | public Request(int id, string cmd, Table arg) : base("request", id)
class ResponseBody (line 71) | public class ResponseBody
class Response (line 76) | public class Response : ProtocolMessage
method Response (line 84) | public Response(Table req) : base("response")
method SetBody (line 91) | public void SetBody(ResponseBody bdy)
method SetErrorBody (line 97) | public void SetErrorBody(string msg, ResponseBody bdy = null)
class Event (line 105) | public class Event : ProtocolMessage
method Event (line 110) | public Event(string type, object bdy = null) : base("event")
class ProtocolServer (line 120) | public abstract class ProtocolServer
method ProtocolServer (line 141) | public ProtocolServer()
method ProcessLoop (line 148) | public void ProcessLoop(Stream inputStream, Stream outputStream)
method Stop (line 173) | public void Stop()
method SendEvent (line 178) | public void SendEvent(Event e)
method DispatchRequest (line 183) | protected abstract void DispatchRequest(string command, Table args, Re...
method ProcessData (line 187) | private void ProcessData()
method Dispatch (line 225) | private void Dispatch(string req)
method SendMessage (line 247) | protected void SendMessage(ProtocolMessage message)
method ConvertToBytes (line 274) | private static byte[] ConvertToBytes(ProtocolMessage request)
class ByteBuffer (line 292) | class ByteBuffer
method ByteBuffer (line 296) | public ByteBuffer()
method GetString (line 306) | public string GetString(Encoding enc)
method Append (line 311) | public void Append(byte[] b, int length)
method RemoveFirst (line 319) | public byte[] RemoveFirst(int n)
FILE: Assets/Plugins/MoonSharp/Debugger/SDK/Utilities.cs
class Utilities (line 38) | internal class Utilities
method ExpandVariables (line 48) | public static string ExpandVariables(string format, object variables, ...
method MakeRelativePath (line 75) | public static string MakeRelativePath(string dirPath, string absPath)
FILE: Assets/Plugins/MoonSharp/Interpreter/AsyncExtensions.cs
class AsyncExtensions (line 19) | public static class AsyncExtensions
method ExecAsync (line 21) | private static Task<T> ExecAsync<T>(Func<T> func)
method ExecAsyncVoid (line 26) | private static Task ExecAsyncVoid(Action func)
method CallAsync (line 41) | public static Task<DynValue> CallAsync(this Closure function)
method CallAsync (line 55) | public static Task<DynValue> CallAsync(this Closure function, params o...
method CallAsync (line 69) | public static Task<DynValue> CallAsync(this Closure function, params D...
method DoStringAsync (line 86) | public static Task<DynValue> DoStringAsync(this Script script, string ...
method DoStreamAsync (line 104) | public static Task<DynValue> DoStreamAsync(this Script script, Stream ...
method DoFileAsync (line 122) | public static Task<DynValue> DoFileAsync(this Script script, string fi...
method LoadFunctionAsync (line 139) | public static Task<DynValue> LoadFunctionAsync(this Script script, str...
method LoadStringAsync (line 158) | public static Task<DynValue> LoadStringAsync(this Script script, strin...
method LoadStreamAsync (line 177) | public static Task<DynValue> LoadStreamAsync(this Script script, Strea...
method DumpAsync (line 196) | public static Task DumpAsync(this Script script, DynValue function, St...
method LoadFileAsync (line 214) | public static Task<DynValue> LoadFileAsync(this Script script, string ...
method CallAsync (line 231) | public static Task<DynValue> CallAsync(this Script script, DynValue fu...
method CallAsync (line 248) | public static Task<DynValue> CallAsync(this Script script, DynValue fu...
method CallAsync (line 266) | public static Task<DynValue> CallAsync(this Script script, DynValue fu...
method CallAsync (line 281) | public static Task<DynValue> CallAsync(this Script script, object func...
method CallAsync (line 297) | public static Task<DynValue> CallAsync(this Script script, object func...
method CreateDynamicExpressionAsync (line 310) | public static Task<DynamicExpression> CreateDynamicExpressionAsync(thi...
method EvaluateAsync (line 327) | public static Task<DynValue> EvaluateAsync(this ReplInterpreter interp...
method ResumeAsync (line 342) | public static Task<DynValue> ResumeAsync(this Coroutine cor, params Dy...
method ResumeAsync (line 357) | public static Task<DynValue> ResumeAsync(this Coroutine cor, ScriptExe...
method ResumeAsync (line 371) | public static Task<DynValue> ResumeAsync(this Coroutine cor)
method ResumeAsync (line 385) | public static Task<DynValue> ResumeAsync(this Coroutine cor, ScriptExe...
method ResumeAsync (line 400) | public static Task<DynValue> ResumeAsync(this Coroutine cor, params ob...
method ResumeAsync (line 415) | public static Task<DynValue> ResumeAsync(this Coroutine cor, ScriptExe...
FILE: Assets/Plugins/MoonSharp/Interpreter/CodeAnalysis/AstNode.cs
class AstNode (line 4) | class AstNode
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Attributes.cs
class ComVisibleAttribute (line 9) | internal class ComVisibleAttribute : Attribute
method ComVisibleAttribute (line 11) | public ComVisibleAttribute(bool dummy)
class GuidAttribute (line 14) | internal class GuidAttribute : Attribute
method GuidAttribute (line 16) | public GuidAttribute(string dummy)
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Framework.cs
class Framework (line 10) | public static class Framework
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base/FrameworkBase.cs
class FrameworkBase (line 9) | public abstract class FrameworkBase
method StringContainsChar (line 11) | public abstract bool StringContainsChar(string str, char chr);
method IsValueType (line 13) | public abstract bool IsValueType(Type t);
method GetAssembly (line 15) | public abstract Assembly GetAssembly(Type t);
method GetBaseType (line 17) | public abstract Type GetBaseType(Type t);
method IsGenericType (line 19) | public abstract bool IsGenericType(Type t);
method IsGenericTypeDefinition (line 21) | public abstract bool IsGenericTypeDefinition(Type t);
method IsEnum (line 23) | public abstract bool IsEnum(Type t);
method IsNestedPublic (line 25) | public abstract bool IsNestedPublic(Type t);
method IsAbstract (line 27) | public abstract bool IsAbstract(Type t);
method IsInterface (line 29) | public abstract bool IsInterface(Type t);
method GetCustomAttributes (line 31) | public abstract Attribute[] GetCustomAttributes(Type t, bool inherit);
method GetCustomAttributes (line 33) | public abstract Attribute[] GetCustomAttributes(Type t, Type at, bool ...
method GetInterfaces (line 35) | public abstract Type[] GetInterfaces(Type t);
method IsInstanceOfType (line 37) | public abstract bool IsInstanceOfType(Type t, object o);
method GetAddMethod (line 39) | public abstract MethodInfo GetAddMethod(EventInfo ei);
method GetRemoveMethod (line 41) | public abstract MethodInfo GetRemoveMethod(EventInfo ei);
method GetGetMethod (line 43) | public abstract MethodInfo GetGetMethod(PropertyInfo pi);
method GetSetMethod (line 45) | public abstract MethodInfo GetSetMethod(PropertyInfo pi);
method GetInterface (line 47) | public abstract Type GetInterface(Type type, string name);
method GetProperties (line 49) | public abstract PropertyInfo[] GetProperties(Type type);
method GetProperty (line 51) | public abstract PropertyInfo GetProperty(Type type, string name);
method GetNestedTypes (line 53) | public abstract Type[] GetNestedTypes(Type type);
method GetEvents (line 55) | public abstract EventInfo[] GetEvents(Type type);
method GetConstructors (line 57) | public abstract ConstructorInfo[] GetConstructors(Type type);
method GetAssemblyTypes (line 59) | public abstract Type[] GetAssemblyTypes(Assembly asm);
method GetMethods (line 61) | public abstract MethodInfo[] GetMethods(Type type);
method GetFields (line 63) | public abstract FieldInfo[] GetFields(Type t);
method GetMethod (line 65) | public abstract MethodInfo GetMethod(Type type, string name);
method GetGenericArguments (line 67) | public abstract Type[] GetGenericArguments(Type t);
method IsAssignableFrom (line 69) | public abstract bool IsAssignableFrom(Type current, Type toCompare);
method IsDbNull (line 71) | public abstract bool IsDbNull(object o);
method GetMethod (line 73) | public abstract MethodInfo GetMethod(Type resourcesType, string v, Typ...
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base/FrameworkClrBase.cs
class FrameworkClrBase (line 11) | abstract class FrameworkClrBase : FrameworkReflectionBase
method GetAddMethod (line 16) | public override MethodInfo GetAddMethod(EventInfo ei)
method GetConstructors (line 21) | public override ConstructorInfo[] GetConstructors(Type type)
method GetEvents (line 26) | public override EventInfo[] GetEvents(Type type)
method GetFields (line 31) | public override FieldInfo[] GetFields(Type type)
method GetGenericArguments (line 36) | public override Type[] GetGenericArguments(Type type)
method GetGetMethod (line 41) | public override MethodInfo GetGetMethod(PropertyInfo pi)
method GetInterfaces (line 46) | public override Type[] GetInterfaces(Type t)
method GetMethod (line 51) | public override MethodInfo GetMethod(Type type, string name)
method GetMethods (line 56) | public override MethodInfo[] GetMethods(Type type)
method GetNestedTypes (line 61) | public override Type[] GetNestedTypes(Type type)
method GetProperties (line 66) | public override PropertyInfo[] GetProperties(Type type)
method GetProperty (line 71) | public override PropertyInfo GetProperty(Type type, string name)
method GetRemoveMethod (line 76) | public override MethodInfo GetRemoveMethod(EventInfo ei)
method GetSetMethod (line 81) | public override MethodInfo GetSetMethod(PropertyInfo pi)
method IsAssignableFrom (line 87) | public override bool IsAssignableFrom(Type current, Type toCompare)
method IsInstanceOfType (line 92) | public override bool IsInstanceOfType(Type t, object o)
method GetMethod (line 98) | public override MethodInfo GetMethod(Type resourcesType, string name, ...
method GetAssemblyTypes (line 103) | public override Type[] GetAssemblyTypes(Assembly asm)
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base/FrameworkReflectionBase.cs
class FrameworkReflectionBase (line 17) | abstract class FrameworkReflectionBase : FrameworkBase
method GetTypeInfoFromType (line 19) | public abstract TTypeInfo GetTypeInfoFromType(Type t);
method GetAssembly (line 21) | public override Assembly GetAssembly(Type t)
method GetBaseType (line 26) | public override Type GetBaseType(Type t)
method IsValueType (line 32) | public override bool IsValueType(Type t)
method IsInterface (line 37) | public override bool IsInterface(Type t)
method IsNestedPublic (line 42) | public override bool IsNestedPublic(Type t)
method IsAbstract (line 46) | public override bool IsAbstract(Type t)
method IsEnum (line 51) | public override bool IsEnum(Type t)
method IsGenericTypeDefinition (line 56) | public override bool IsGenericTypeDefinition(Type t)
method IsGenericType (line 61) | public override bool IsGenericType(Type t)
method GetCustomAttributes (line 66) | public override Attribute[] GetCustomAttributes(Type t, bool inherit)
method GetCustomAttributes (line 71) | public override Attribute[] GetCustomAttributes(Type t, Type at, bool ...
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkCLR.cs
class FrameworkCurrent (line 11) | class FrameworkCurrent : FrameworkClrBase
method GetTypeInfoFromType (line 13) | public override Type GetTypeInfoFromType(Type t)
method IsDbNull (line 18) | public override bool IsDbNull(object o)
method StringContainsChar (line 24) | public override bool StringContainsChar(string str, char chr)
method GetInterface (line 29) | public override Type GetInterface(Type type, string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkCore.cs
class FrameworkCurrent (line 11) | class FrameworkCurrent : FrameworkClrBase
method GetInterface (line 13) | public override Type GetInterface(Type type, string name)
method GetTypeInfoFromType (line 18) | public override TypeInfo GetTypeInfoFromType(Type t)
method IsDbNull (line 23) | public override bool IsDbNull(object o)
method StringContainsChar (line 28) | public override bool StringContainsChar(string str, char chr)
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkPCL.cs
class FrameworkCurrent (line 10) | class FrameworkCurrent : FrameworkClrBase
method GetTypeInfoFromType (line 12) | public override Type GetTypeInfoFromType(Type t)
method IsDbNull (line 17) | public override bool IsDbNull(object o)
method StringContainsChar (line 22) | public override bool StringContainsChar(string str, char chr)
method GetInterface (line 27) | public override Type GetInterface(Type type, string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkWin8.cs
class FrameworkCurrent (line 11) | class FrameworkCurrent : FrameworkReflectionBase
method GetTypeInfoFromType (line 13) | public override TypeInfo GetTypeInfoFromType(Type t)
method SafeArray (line 18) | private T[] SafeArray<T>(IEnumerable<T> prop)
method GetAddMethod (line 23) | public override MethodInfo GetAddMethod(EventInfo ei)
method GetConstructors (line 28) | public override ConstructorInfo[] GetConstructors(Type type)
method GetEvents (line 33) | public override EventInfo[] GetEvents(Type type)
method GetFields (line 38) | public override FieldInfo[] GetFields(Type type)
method GetGenericArguments (line 43) | public override Type[] GetGenericArguments(Type type)
method GetGetMethod (line 48) | public override MethodInfo GetGetMethod(PropertyInfo pi)
method GetInterface (line 53) | public override Type GetInterface(Type type, string name)
method GetInterfaces (line 58) | public override Type[] GetInterfaces(Type t)
method GetMethod (line 63) | public override MethodInfo GetMethod(Type type, string name)
method GetMethods (line 68) | public override MethodInfo[] GetMethods(Type type)
method GetNestedTypes (line 73) | public override Type[] GetNestedTypes(Type type)
method GetProperties (line 78) | public override PropertyInfo[] GetProperties(Type type)
method GetProperty (line 83) | public override PropertyInfo GetProperty(Type type, string name)
method GetRemoveMethod (line 88) | public override MethodInfo GetRemoveMethod(EventInfo ei)
method GetSetMethod (line 93) | public override MethodInfo GetSetMethod(PropertyInfo pi)
method IsAssignableFrom (line 99) | public override bool IsAssignableFrom(Type current, Type toCompare)
method IsDbNull (line 104) | public override bool IsDbNull(object o)
method IsInstanceOfType (line 109) | public override bool IsInstanceOfType(Type t, object o)
method StringContainsChar (line 117) | public override bool StringContainsChar(string str, char chr)
method GetMethod (line 122) | public override MethodInfo GetMethod(Type resourcesType, string name, ...
method GetAssemblyTypes (line 127) | public override Type[] GetAssemblyTypes(Assembly asm)
FILE: Assets/Plugins/MoonSharp/Interpreter/Compatibility/Stopwatch.cs
class Stopwatch (line 9) | internal class Stopwatch
method Start (line 13) | public void Start()
method Stop (line 18) | public void Stop()
method StartNew (line 23) | public static Stopwatch StartNew()
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/BasicModule.cs
class BasicModule (line 15) | [MoonSharpModule]
method type (line 22) | [MoonSharpModuleMethod]
method assert (line 37) | [MoonSharpModuleMethod]
method collectgarbage (line 57) | [MoonSharpModuleMethod]
method error (line 84) | [MoonSharpModuleMethod]
method tostring (line 125) | [MoonSharpModuleMethod]
method __tostring_continuation (line 141) | private static DynValue __tostring_continuation(ScriptExecutionContext...
method select (line 160) | [MoonSharpModuleMethod]
method tonumber (line 216) | [MoonSharpModuleMethod]
method print (line 279) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/Bit32Module.cs
class Bit32Module (line 11) | [MoonSharpModule(Namespace = "bit32")]
method ToUInt32 (line 24) | static uint ToUInt32(DynValue v)
method ToInt32 (line 31) | static int ToInt32(DynValue v)
method NBitMask (line 38) | static uint NBitMask(int bits)
method Bitwise (line 49) | public static uint Bitwise(string funcName, CallbackArguments args, Fu...
method extract (line 63) | [MoonSharpModuleMethod]
method replace (line 82) | [MoonSharpModuleMethod]
method ValidatePosWidth (line 107) | private static void ValidatePosWidth(string func, int argPos, int pos,...
method arshift (line 120) | [MoonSharpModuleMethod]
method rshift (line 139) | [MoonSharpModuleMethod]
method lshift (line 158) | [MoonSharpModuleMethod]
method band (line 176) | [MoonSharpModuleMethod]
method btest (line 182) | [MoonSharpModuleMethod]
method bor (line 188) | [MoonSharpModuleMethod]
method bnot (line 194) | [MoonSharpModuleMethod]
method bxor (line 202) | [MoonSharpModuleMethod]
method lrotate (line 208) | [MoonSharpModuleMethod]
method rrotate (line 226) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/CoroutineModule.cs
class CoroutineModule (line 11) | [MoonSharpModule(Namespace = "coroutine")]
method create (line 14) | [MoonSharpModuleMethod]
method wrap (line 23) | [MoonSharpModuleMethod]
method __wrap_wrapper (line 35) | public static DynValue __wrap_wrapper(ScriptExecutionContext execution...
method resume (line 41) | [MoonSharpModuleMethod]
method yield (line 84) | [MoonSharpModuleMethod]
method running (line 92) | [MoonSharpModuleMethod]
method status (line 99) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/DebugModule.cs
class DebugModule (line 14) | [MoonSharpModule(Namespace = "debug")]
method debug (line 17) | [MoonSharpModuleMethod]
method getuservalue (line 53) | [MoonSharpModuleMethod]
method setuservalue (line 64) | [MoonSharpModuleMethod]
method getregistry (line 73) | [MoonSharpModuleMethod]
method getmetatable (line 79) | [MoonSharpModuleMethod]
method setmetatable (line 93) | [MoonSharpModuleMethod]
method getupvalue (line 111) | [MoonSharpModuleMethod]
method upvalueid (line 132) | [MoonSharpModuleMethod]
method setupvalue (line 151) | [MoonSharpModuleMethod]
method upvaluejoin (line 172) | [MoonSharpModuleMethod]
method traceback (line 195) | [MoonSharpModuleMethod]
method getinfo (line 300) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/DynamicModule.cs
class DynamicModule (line 10) | [MoonSharpModule(Namespace = "dynamic")]
class DynamicExprWrapper (line 13) | private class DynamicExprWrapper
method MoonSharpInit (line 18) | public static void MoonSharpInit(Table globalTable, Table stringTable)
method eval (line 23) | [MoonSharpModuleMethod]
method prepare (line 53) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/ErrorHandlingModule.cs
class ErrorHandlingModule (line 11) | [MoonSharpModule]
method pcall (line 14) | [MoonSharpModuleMethod]
method SetErrorHandlerStrategy (line 21) | private static DynValue SetErrorHandlerStrategy(string funcName,
method MakeReturnTuple (line 83) | private static DynValue MakeReturnTuple(bool retstatus, CallbackArgume...
method pcall_continuation (line 96) | public static DynValue pcall_continuation(ScriptExecutionContext execu...
method pcall_onerror (line 101) | public static DynValue pcall_onerror(ScriptExecutionContext executionC...
method xpcall (line 107) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/BinaryEncoding.cs
class BinaryEncoding (line 5) | class BinaryEncoding : Encoding
method BinaryEncoding (line 7) | public BinaryEncoding()
method GetByteCount (line 13) | public override int GetByteCount(char[] chars, int index, int count)
method GetBytes (line 18) | public override int GetBytes(char[] chars, int charIndex, int charCoun...
method GetCharCount (line 28) | public override int GetCharCount(byte[] bytes, int index, int count)
method GetChars (line 33) | public override int GetChars(byte[] bytes, int byteIndex, int byteCoun...
method GetMaxByteCount (line 43) | public override int GetMaxByteCount(int charCount)
method GetMaxCharCount (line 48) | public override int GetMaxCharCount(int byteCount)
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/FileUserData.cs
class FileUserData (line 9) | internal class FileUserData : StreamFileUserDataBase
method FileUserData (line 11) | public FileUserData(Script script, string filename, Encoding encoding,...
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/FileUserDataBase.cs
class FileUserDataBase (line 11) | internal abstract class FileUserDataBase : RefIdObject
method lines (line 13) | public DynValue lines(ScriptExecutionContext executionContext, Callbac...
method read (line 29) | public DynValue read(ScriptExecutionContext executionContext, Callback...
method write (line 110) | public DynValue write(ScriptExecutionContext executionContext, Callbac...
method close (line 133) | public DynValue close(ScriptExecutionContext executionContext, Callbac...
method ReadNumber (line 154) | double? ReadNumber()
method IsNumericChar (line 185) | private bool IsNumericChar(char c, string numAsFar)
method Eof (line 202) | protected abstract bool Eof();
method ReadLine (line 203) | protected abstract string ReadLine();
method ReadBuffer (line 204) | protected abstract string ReadBuffer(int p);
method ReadToEnd (line 205) | protected abstract string ReadToEnd();
method Peek (line 206) | protected abstract char Peek();
method Write (line 207) | protected abstract void Write(string value);
method isopen (line 210) | protected internal abstract bool isopen();
method Close (line 211) | protected abstract string Close();
method flush (line 213) | public abstract bool flush();
method seek (line 214) | public abstract long seek(string whence, long offset = 0);
method setvbuf (line 215) | public abstract bool setvbuf(string mode);
method ToString (line 217) | public override string ToString()
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/StandardIOFileUserDataBase.cs
class StandardIOFileUserDataBase (line 8) | internal class StandardIOFileUserDataBase : StreamFileUserDataBase
method Close (line 10) | protected override string Close()
method CreateInputStream (line 15) | public static StandardIOFileUserDataBase CreateInputStream(Stream stream)
method CreateOutputStream (line 22) | public static StandardIOFileUserDataBase CreateOutputStream(Stream str...
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/StreamFileUserDataBase.cs
class StreamFileUserDataBase (line 8) | internal abstract class StreamFileUserDataBase : FileUserDataBase
method Initialize (line 16) | protected void Initialize(Stream stream, StreamReader reader, StreamWr...
method CheckFileIsNotClosed (line 24) | private void CheckFileIsNotClosed()
method Eof (line 31) | protected override bool Eof()
method ReadLine (line 41) | protected override string ReadLine()
method ReadToEnd (line 47) | protected override string ReadToEnd()
method ReadBuffer (line 53) | protected override string ReadBuffer(int p)
method Peek (line 61) | protected override char Peek()
method Write (line 67) | protected override void Write(string value)
method Close (line 73) | protected override string Close()
method flush (line 90) | public override bool flush()
method seek (line 100) | public override long seek(string whence, long offset = 0)
method setvbuf (line 126) | public override bool setvbuf(string mode)
method isopen (line 134) | protected internal override bool isopen()
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/IoModule.cs
class IoModule (line 18) | [MoonSharpModule(Namespace = "io")]
method MoonSharpInit (line 21) | public static void MoonSharpInit(Table globalTable, Table ioTable)
method __index_callback (line 35) | private static DynValue __index_callback(ScriptExecutionContext execut...
method GetStandardFile (line 49) | private static DynValue GetStandardFile(Script S, StandardFileType file)
method SetStandardFile (line 57) | private static void SetStandardFile(Script S, StandardFileType file, S...
method GetDefaultFile (line 74) | static FileUserDataBase GetDefaultFile(ScriptExecutionContext executio...
method SetDefaultFile (line 89) | static void SetDefaultFile(ScriptExecutionContext executionContext, St...
method SetDefaultFile (line 94) | internal static void SetDefaultFile(Script script, StandardFileType fi...
method SetDefaultFile (line 100) | public static void SetDefaultFile(Script script, StandardFileType file...
method close (line 109) | [MoonSharpModuleMethod]
method flush (line 116) | [MoonSharpModuleMethod]
method input (line 125) | [MoonSharpModuleMethod]
method output (line 131) | [MoonSharpModuleMethod]
method HandleDefaultStreamSetter (line 137) | private static DynValue HandleDefaultStreamSetter(ScriptExecutionConte...
method GetUTF8Encoding (line 162) | private static Encoding GetUTF8Encoding()
method lines (line 167) | [MoonSharpModuleMethod]
method open (line 198) | [MoonSharpModuleMethod]
method IoExceptionToLuaMessage (line 255) | public static string IoExceptionToLuaMessage(Exception ex, string file...
method type (line 263) | [MoonSharpModuleMethod]
method read (line 279) | [MoonSharpModuleMethod]
method write (line 286) | [MoonSharpModuleMethod]
method tmpfile (line 293) | [MoonSharpModuleMethod]
method Open (line 301) | private static FileUserDataBase Open(ScriptExecutionContext executionC...
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/JsonModule.cs
class JsonModule (line 9) | [MoonSharpModule(Namespace = "json")]
method parse (line 12) | [MoonSharpModuleMethod]
method serialize (line 27) | [MoonSharpModuleMethod]
method isnull (line 42) | [MoonSharpModuleMethod]
method @null (line 49) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/LoadModule.cs
class LoadModule (line 14) | [MoonSharpModule]
method MoonSharpInit (line 17) | public static void MoonSharpInit(Table globalTable, Table ioTable)
method load (line 56) | [MoonSharpModuleMethod]
method loadsafe (line 66) | [MoonSharpModuleMethod]
method load_impl (line 72) | public static DynValue load_impl(ScriptExecutionContext executionConte...
method loadfile (line 121) | [MoonSharpModuleMethod]
method loadfilesafe (line 131) | [MoonSharpModuleMethod]
method loadfile_impl (line 139) | private static DynValue loadfile_impl(ScriptExecutionContext execution...
method GetSafeDefaultEnv (line 164) | private static Table GetSafeDefaultEnv(ScriptExecutionContext executio...
method dofile (line 179) | [MoonSharpModuleMethod]
method __require_clr_impl (line 221) | [MoonSharpModuleMethod]
method RequireFile (line 283) | public static bool RequireFile(ref string fileName, string pathSuffix,...
method ExplorePath (line 348) | public static void ExplorePath(ref string fullPath, ref string pathSuf...
method NormalizePath (line 391) | public static string NormalizePath(string path) {
method DirectoryPathsEqual (line 397) | public static bool DirectoryPathsEqual(DirectoryInfo a, DirectoryInfo ...
class CYFException (line 402) | public class CYFException : ScriptRuntimeException {
method CYFException (line 403) | public CYFException(string message) : base(message) { }
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/MathModule.cs
class MathModule (line 12) | [MoonSharpModule(Namespace = "math")]
method GetRandom (line 20) | private static Random GetRandom(Script s)
method SetRandom (line 26) | private static void SetRandom(Script s, Random random)
method MoonSharpInit (line 33) | public static void MoonSharpInit(Table globalTable, Table ioTable)
method exec1 (line 40) | private static DynValue exec1(CallbackArguments args, string funcName,...
method exec2 (line 46) | private static DynValue exec2(CallbackArguments args, string funcName,...
method exec2n (line 52) | private static DynValue exec2n(CallbackArguments args, string funcName...
method execaccum (line 59) | private static DynValue execaccum(CallbackArguments args, string funcN...
method abs (line 82) | [MoonSharpModuleMethod]
method acos (line 88) | [MoonSharpModuleMethod]
method asin (line 94) | [MoonSharpModuleMethod]
method atan (line 100) | [MoonSharpModuleMethod]
method atan2 (line 106) | [MoonSharpModuleMethod]
method ceil (line 112) | [MoonSharpModuleMethod]
method cos (line 118) | [MoonSharpModuleMethod]
method cosh (line 124) | [MoonSharpModuleMethod]
method deg (line 130) | [MoonSharpModuleMethod]
method exp (line 136) | [MoonSharpModuleMethod]
method floor (line 142) | [MoonSharpModuleMethod]
method fmod (line 148) | [MoonSharpModuleMethod]
method frexp (line 154) | [MoonSharpModuleMethod]
method ldexp (line 213) | [MoonSharpModuleMethod]
method log (line 219) | [MoonSharpModuleMethod]
method max (line 225) | [MoonSharpModuleMethod]
method min (line 231) | [MoonSharpModuleMethod]
method modf (line 237) | [MoonSharpModuleMethod]
method pow (line 245) | [MoonSharpModuleMethod]
method rad (line 251) | [MoonSharpModuleMethod]
method random (line 257) | [MoonSharpModuleMethod]
method randomseed (line 283) | [MoonSharpModuleMethod]
method sin (line 292) | [MoonSharpModuleMethod]
method sinh (line 298) | [MoonSharpModuleMethod]
method sqrt (line 304) | [MoonSharpModuleMethod]
method tan (line 310) | [MoonSharpModuleMethod]
method tanh (line 316) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/MetaTableModule.cs
class MetaTableModule (line 10) | [MoonSharpModule]
method setmetatable (line 19) | [MoonSharpModuleMethod]
method getmetatable (line 40) | [MoonSharpModuleMethod]
method rawget (line 68) | [MoonSharpModuleMethod]
method rawset (line 82) | [MoonSharpModuleMethod]
method rawequal (line 96) | [MoonSharpModuleMethod]
method rawlen (line 108) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/OsSystemModule.cs
class OsSystemModule (line 12) | [MoonSharpModule(Namespace = "os")]
method execute (line 15) | [MoonSharpModuleMethod]
method exit (line 43) | [MoonSharpModuleMethod]
method getenv (line 57) | [MoonSharpModuleMethod]
method remove (line 70) | [MoonSharpModuleMethod]
method rename (line 96) | [MoonSharpModuleMethod]
method setlocale (line 120) | [MoonSharpModuleMethod]
method tmpname (line 126) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/OsTimeModule.cs
class OsTimeModule (line 13) | [MoonSharpModule(Namespace = "os")]
method GetUnixTime (line 19) | private static DynValue GetUnixTime(DateTime dateTime, DateTime? epoch...
method FromUnixTime (line 29) | private static DateTime FromUnixTime(double unixtime)
method clock (line 35) | [MoonSharpModuleMethod]
method difftime (line 41) | [MoonSharpModuleMethod]
method time (line 53) | [MoonSharpModuleMethod]
method ParseTimeTable (line 68) | static DateTime ParseTimeTable(Table t)
method GetTimeTableField (line 90) | private static int? GetTimeTableField(Table t, string key)
method date (line 101) | [MoonSharpModuleMethod]
method StrFTime (line 158) | private static string StrFTime(string format, DateTime d)
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/StringLib/KopiLua_StrLib.cs
class KopiLua_StringLib (line 59) | internal class KopiLua_StringLib : LuaBase
method posrelat (line 63) | private static ptrdiff_t posrelat(ptrdiff_t pos, uint len)
class MatchState (line 80) | public class MatchState
method MatchState (line 83) | public MatchState()
class capture_ (line 95) | public class capture_
method check_capture (line 109) | private static int check_capture(MatchState ms, int l)
method capture_to_close (line 119) | private static int capture_to_close(MatchState ms)
method classend (line 128) | private static CharPtr classend(MatchState ms, CharPtr p)
method match_class (line 164) | private static int match_class(char c, char cl)
method matchbracketclass (line 187) | private static int matchbracketclass(int c, CharPtr p, CharPtr ec)
method singlematch (line 215) | private static int singlematch(int c, CharPtr p, CharPtr ep)
method matchbalance (line 226) | private static CharPtr matchbalance(MatchState ms, CharPtr s,
method max_expand (line 249) | private static CharPtr max_expand(MatchState ms, CharPtr s,
method min_expand (line 266) | private static CharPtr min_expand(MatchState ms, CharPtr s,
method start_capture (line 281) | private static CharPtr start_capture(MatchState ms, CharPtr s,
method end_capture (line 296) | private static CharPtr end_capture(MatchState ms, CharPtr s,
method match_capture (line 308) | private static CharPtr match_capture(MatchState ms, CharPtr s, int l)
method match (line 321) | private static CharPtr match(MatchState ms, CharPtr s, CharPtr p)
method lmemfind (line 456) | private static CharPtr lmemfind(CharPtr s1, uint l1,
method push_onecapture (line 482) | private static void push_onecapture(MatchState ms, int i, CharPtr s,
method push_captures (line 504) | private static int push_captures(MatchState ms, CharPtr s, CharPtr e)
method str_find_aux (line 515) | private static int str_find_aux(LuaState L, int find)
method str_find (line 574) | public static int str_find(LuaState L)
method str_match (line 580) | public static int str_match(LuaState L)
class GMatchAuxData (line 585) | private class GMatchAuxData
method gmatch_aux (line 594) | private static int gmatch_aux(LuaState L, GMatchAuxData auxdata)
method gmatch_aux_2 (line 626) | private static DynValue gmatch_aux_2(ScriptExecutionContext executionC...
method str_gmatch (line 633) | public static int str_gmatch(LuaState L)
method gfind_nodef (line 654) | private static int gfind_nodef(LuaState L)
method add_s (line 661) | private static void add_s(MatchState ms, LuaLBuffer b, CharPtr s, Char...
method add_value (line 694) | private static void add_value(MatchState ms, LuaLBuffer b, CharPtr s,
method str_gsub (line 734) | public static int str_gsub(LuaState L)
method addquoted (line 803) | private static void addquoted(LuaState L, LuaLBuffer b, int arg)
method scanformat (line 854) | private static CharPtr scanformat(LuaState L, CharPtr strfrmt, CharPtr...
method addintlen (line 879) | private static void addintlen(CharPtr form)
method str_format (line 889) | public static int str_format(LuaState L)
method PatchPattern (line 989) | private static string PatchPattern(string charPtr)
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/StringLib/StringRange.cs
class StringRange (line 7) | internal class StringRange
method StringRange (line 12) | public StringRange()
method StringRange (line 18) | public StringRange(int start, int end)
method FromLuaRange (line 24) | public static StringRange FromLuaRange(DynValue start, DynValue end, i...
method ApplyToString (line 37) | public string ApplyToString(string value)
method Length (line 51) | public int Length()
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/StringModule.cs
class StringModule (line 14) | [MoonSharpModule(Namespace = "string")]
method MoonSharpInit (line 19) | public static void MoonSharpInit(Table globalTable, Table stringTable)
method dump (line 27) | [MoonSharpModuleMethod]
method @char (line 51) | [MoonSharpModuleMethod]
method @byte (line 82) | [MoonSharpModuleMethod]
method unicode (line 93) | [MoonSharpModuleMethod]
method Unicode2Ascii (line 103) | private static int Unicode2Ascii(int i)
method PerformByteLike (line 111) | private static DynValue PerformByteLike(DynValue vs, DynValue vi, DynV...
method AdjustIndex (line 128) | private static int? AdjustIndex(string s, DynValue vi, int defval)
method len (line 144) | [MoonSharpModuleMethod]
method match (line 153) | [MoonSharpModuleMethod]
method gmatch (line 160) | [MoonSharpModuleMethod]
method gsub (line 166) | [MoonSharpModuleMethod]
method find (line 172) | [MoonSharpModuleMethod]
method lower (line 180) | [MoonSharpModuleMethod]
method upper (line 187) | [MoonSharpModuleMethod]
method rep (line 194) | [MoonSharpModuleMethod]
method format (line 222) | [MoonSharpModuleMethod]
method reverse (line 230) | [MoonSharpModuleMethod]
method sub (line 246) | [MoonSharpModuleMethod]
method startsWith (line 259) | [MoonSharpModuleMethod]
method endsWith (line 271) | [MoonSharpModuleMethod]
method contains (line 283) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/TableIteratorsModule.cs
class TableIteratorsModule (line 10) | [MoonSharpModule]
method ipairs (line 19) | [MoonSharpModuleMethod]
method pairs (line 36) | [MoonSharpModuleMethod]
method next (line 57) | [MoonSharpModuleMethod]
method __next_i (line 74) | public static DynValue __next_i(ScriptExecutionContext executionContex...
FILE: Assets/Plugins/MoonSharp/Interpreter/CoreLib/TableModule.cs
class TableModule (line 13) | [MoonSharpModule(Namespace = "table")]
method unpack (line 16) | [MoonSharpModuleMethod]
method pack (line 37) | [MoonSharpModuleMethod]
method sort (line 51) | [MoonSharpModuleMethod]
method SortComparer (line 85) | private static int SortComparer(ScriptExecutionContext executionContex...
method LuaComparerToClrComparer (line 115) | private static int LuaComparerToClrComparer(DynValue dynValue1, DynVal...
method insert (line 131) | [MoonSharpModuleMethod]
method remove (line 169) | [MoonSharpModuleMethod]
method concat (line 203) | [MoonSharpModuleMethod]
method GetTableLength (line 249) | private static int GetTableLength(ScriptExecutionContext executionCont...
class TableModule_Globals (line 275) | [MoonSharpModule]
method unpack (line 278) | [MoonSharpModuleMethod]
method pack (line 284) | [MoonSharpModuleMethod]
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/Extension_Methods.cs
class Extension_Methods (line 9) | internal static class Extension_Methods
method GetOrDefault (line 19) | public static TValue GetOrDefault<TKey, TValue>(this Dictionary<TKey, ...
method GetOrCreate (line 39) | public static TValue GetOrCreate<TKey, TValue>(this Dictionary<TKey, T...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/FastStack.cs
class FastStack (line 12) | internal class FastStack<T> : IList<T>
method FastStack (line 17) | public FastStack(int maxCapacity)
method Push (line 28) | public T Push(T item)
method Expand (line 34) | public void Expand(int size)
method Zero (line 39) | private void Zero(int from, int to)
method Zero (line 44) | private void Zero(int index)
method Peek (line 49) | public T Peek(int idxofs = 0)
method Set (line 55) | public void Set(int idxofs, T item)
method CropAtCount (line 60) | public void CropAtCount(int p)
method RemoveLast (line 65) | public void RemoveLast( int cnt = 1)
method Pop (line 80) | public T Pop()
method Clear (line 88) | public void Clear()
method IndexOf (line 102) | int IList<T>.IndexOf(T item)
method Insert (line 107) | void IList<T>.Insert(int index, T item)
method RemoveAt (line 112) | void IList<T>.RemoveAt(int index)
method Add (line 129) | void ICollection<T>.Add(T item)
method Clear (line 134) | void ICollection<T>.Clear()
method Contains (line 139) | bool ICollection<T>.Contains(T item)
method CopyTo (line 144) | void ICollection<T>.CopyTo(T[] array, int arrayIndex)
method Remove (line 159) | bool ICollection<T>.Remove(T item)
method GetEnumerator (line 164) | IEnumerator<T> IEnumerable<T>.GetEnumerator()
method GetEnumerator (line 169) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/FastStackDynamic.cs
class FastStack (line 7) | internal class FastStack<T> : FastStackDynamic<T>
method FastStack (line 9) | public FastStack(int startingCapacity)
class FastStackDynamic (line 20) | internal class FastStackDynamic<T> : List<T>
method FastStackDynamic (line 22) | public FastStackDynamic(int startingCapacity)
method Set (line 28) | public void Set(int idxofs, T item)
method Push (line 34) | public T Push(T item)
method Expand (line 40) | public void Expand(int size)
method Zero (line 46) | public void Zero(int index)
method Peek (line 51) | public T Peek(int idxofs = 0)
method CropAtCount (line 56) | public void CropAtCount(int p)
method RemoveLast (line 61) | public void RemoveLast( int cnt = 1)
method Pop (line 73) | public T Pop()
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/LinkedListIndex.cs
class LinkedListIndex (line 12) | internal class LinkedListIndex<TKey, TValue>
method LinkedListIndex (line 21) | public LinkedListIndex(LinkedList<TValue> linkedList)
method Find (line 30) | public LinkedListNode<TValue> Find(TKey key)
method Set (line 49) | public TValue Set(TKey key, TValue value)
method Add (line 71) | public void Add(TKey key, TValue value)
method Remove (line 85) | public bool Remove(TKey key)
method ContainsKey (line 103) | public bool ContainsKey(TKey key)
method Clear (line 114) | public void Clear()
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/MultiDictionary.cs
class MultiDictionary (line 10) | internal class MultiDictionary<K, V>
method MultiDictionary (line 18) | public MultiDictionary()
method MultiDictionary (line 27) | public MultiDictionary(IEqualityComparer<K> eqComparer)
method Add (line 39) | public bool Add(K key, V value)
method Find (line 61) | public IEnumerable<V> Find(K key)
method ContainsKey (line 74) | public bool ContainsKey(K key)
method Clear (line 90) | public void Clear()
method Remove (line 99) | public void Remove(K key)
method RemoveValue (line 110) | public bool RemoveValue(K key, V value)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/ReferenceEqualityComparer.cs
class ReferenceEqualityComparer (line 8) | internal class ReferenceEqualityComparer : IEqualityComparer<object>
method Equals (line 10) | bool IEqualityComparer<object>.Equals(object x, object y)
method GetHashCode (line 15) | int IEqualityComparer<object>.GetHashCode(object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataStructs/Slice.cs
class Slice (line 12) | internal class Slice<T> : IEnumerable<T>, IList<T>
method Slice (line 25) | public Slice(IList<T> list, int from, int length, bool reversed)
method CalcRealIndex (line 81) | private int CalcRealIndex(int index)
method GetEnumerator (line 102) | public IEnumerator<T> GetEnumerator()
method GetEnumerator (line 114) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume...
method ToArray (line 123) | public T[] ToArray()
method ToList (line 136) | public List<T> ToList()
method IndexOf (line 154) | public int IndexOf(T item)
method Insert (line 170) | public void Insert(int index, T item)
method RemoveAt (line 180) | public void RemoveAt(int index)
method Add (line 190) | public void Add(T item)
method Clear (line 199) | public void Clear()
method Contains (line 211) | public bool Contains(T item)
method CopyTo (line 221) | public void CopyTo(T[] array, int arrayIndex)
method Remove (line 244) | public bool Remove(T item)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/CallbackArguments.cs
class CallbackArguments (line 9) | public class CallbackArguments
method CallbackArguments (line 20) | public CallbackArguments(IList<DynValue> args, bool isMethodCall)
method RawGet (line 81) | public DynValue RawGet(int index, bool translateVoids)
method GetArray (line 115) | public DynValue[] GetArray(int skip = 0)
method AsType (line 137) | public DynValue AsType(int argNum, string funcName, DataType type, boo...
method AsUserData (line 151) | public T AsUserData<T>(int argNum, string funcName, bool allowNil = fa...
method AsInt (line 162) | public int AsInt(int argNum, string funcName)
method AsLong (line 175) | public long AsLong(int argNum, string funcName)
method AsStringUsingMeta (line 192) | public string AsStringUsingMeta(ScriptExecutionContext executionContex...
method SkipMethodCall (line 216) | public CallbackArguments SkipMethodCall()
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/CallbackFunction.cs
class CallbackFunction (line 11) | public sealed class CallbackFunction : RefIdObject
method CallbackFunction (line 33) | public CallbackFunction(Func<ScriptExecutionContext, CallbackArguments...
method Invoke (line 46) | public DynValue Invoke(ScriptExecutionContext executionContext, IList<...
method FromDelegate (line 87) | public static CallbackFunction FromDelegate(Script script, Delegate de...
method FromMethodInfo (line 110) | public static CallbackFunction FromMethodInfo(Script script, System.Re...
method CheckCallbackSignature (line 130) | public static bool CheckCallbackSignature(System.Reflection.MethodInfo...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/Closure.cs
class Closure (line 9) | public class Closure : RefIdObject, IScriptPrivateResource
type UpvaluesType (line 14) | public enum UpvaluesType
method Closure (line 61) | internal Closure(Script script, int idx, SymbolRef[] symbols, IEnumera...
method Call (line 78) | public DynValue Call()
method Call (line 89) | public DynValue Call(params object[] args)
method Call (line 100) | public DynValue Call(params DynValue[] args)
method GetDelegate (line 110) | public ScriptFunctionDelegate GetDelegate()
method GetDelegate (line 120) | public ScriptFunctionDelegate<T> GetDelegate<T>()
method GetUpvaluesCount (line 129) | public int GetUpvaluesCount()
method GetUpvalueName (line 139) | public string GetUpvalueName(int idx)
method GetUpvalue (line 149) | public DynValue GetUpvalue(int idx)
method GetUpvaluesType (line 158) | public UpvaluesType GetUpvaluesType()
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/Coroutine.cs
class Coroutine (line 12) | public class Coroutine : RefIdObject, IScriptPrivateResource
type CoroutineType (line 17) | public enum CoroutineType
method Coroutine (line 42) | internal Coroutine(CallbackFunction function)
method Coroutine (line 49) | internal Coroutine(Processor proc)
method MarkClrCallbackAsDead (line 57) | internal void MarkClrCallbackAsDead()
method AsTypedEnumerable (line 72) | public IEnumerable<DynValue> AsTypedEnumerable()
method AsEnumerable (line 89) | public IEnumerable<object> AsEnumerable()
method AsEnumerable (line 104) | public IEnumerable<T> AsEnumerable<T>()
method AsUnityCoroutine (line 120) | public System.Collections.IEnumerator AsUnityCoroutine()
method Resume (line 137) | public DynValue Resume(params DynValue[] args)
method Resume (line 154) | public DynValue Resume(ScriptExecutionContext context, params DynValue...
method Resume (line 177) | public DynValue Resume()
method Resume (line 188) | public DynValue Resume(ScriptExecutionContext context)
method Resume (line 200) | public DynValue Resume(params object[] args)
method Resume (line 220) | public DynValue Resume(ScriptExecutionContext context, params object[]...
method GetStackTrace (line 255) | public WatchItem[] GetStackTrace(int skip, SourceRef entrySourceRef = ...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/CoroutineState.cs
type CoroutineState (line 7) | public enum CoroutineState
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/DataType.cs
type DataType (line 8) | public enum DataType
class LuaTypeExtensions (line 72) | public static class LuaTypeExtensions
method CanHaveTypeMetatables (line 82) | public static bool CanHaveTypeMetatables(this DataType type)
method ToErrorTypeString (line 93) | public static string ToErrorTypeString(this DataType type)
method ToLuaDebuggerString (line 132) | public static string ToLuaDebuggerString(this DataType type)
method ToLuaTypeString (line 144) | public static string ToLuaTypeString(this DataType type)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/DynValue.cs
class DynValue (line 12) | public sealed class DynValue
method NewNil (line 90) | public static DynValue NewNil()
method NewBoolean (line 98) | public static DynValue NewBoolean(bool v)
method NewNumber (line 110) | public static DynValue NewNumber(double num)
method NewString (line 123) | public static DynValue NewString(string str)
method NewString (line 135) | public static DynValue NewString(StringBuilder sb)
method NewString (line 147) | public static DynValue NewString(string format, params object[] args)
method NewCoroutine (line 162) | public static DynValue NewCoroutine(Coroutine coroutine)
method NewClosure (line 174) | public static DynValue NewClosure(Closure function)
method NewCallback (line 186) | public static DynValue NewCallback(Func<ScriptExecutionContext, Callba...
method NewCallback (line 199) | public static DynValue NewCallback(CallbackFunction function)
method NewTable (line 211) | public static DynValue NewTable(Table table)
method NewPrimeTable (line 225) | public static DynValue NewPrimeTable()
method NewTable (line 233) | public static DynValue NewTable(Script script)
method NewTable (line 241) | public static DynValue NewTable(Script script, params DynValue[] array...
method NewTailCallReq (line 256) | public static DynValue NewTailCallReq(DynValue tailFn, params DynValue...
method NewTailCallReq (line 278) | public static DynValue NewTailCallReq(TailCallData tailCallData)
method NewYieldReq (line 294) | public static DynValue NewYieldReq(DynValue[] args)
method NewForcedYieldReq (line 308) | internal static DynValue NewForcedYieldReq()
method NewTuple (line 320) | public static DynValue NewTuple(params DynValue[] values)
method NewTupleNested (line 338) | public static DynValue NewTupleNested(params DynValue[] values)
method NewUserData (line 367) | public static DynValue NewUserData(UserData userData)
method AsReadOnly (line 379) | public DynValue AsReadOnly()
method Clone (line 393) | public DynValue Clone()
method Clone (line 403) | public DynValue Clone(bool readOnly)
method CloneAsWritable (line 418) | public DynValue CloneAsWritable()
method DynValue (line 442) | static DynValue()
method ToPrintString (line 454) | public string ToPrintString()
method ToDebugPrintString (line 491) | public string ToDebugPrintString()
method ToString (line 530) | public override string ToString()
method GetHashCode (line 569) | public override int GetHashCode()
method Equals (line 621) | public override bool Equals(object obj)
method CastToString (line 685) | public string CastToString()
method CastToNumber (line 703) | public double? CastToNumber()
method CastToBool (line 724) | public bool CastToBool()
method GetAsPrivateResource (line 737) | public IScriptPrivateResource GetAsPrivateResource()
method ToScalar (line 746) | public DynValue ToScalar()
method Assign (line 762) | public void Assign(DynValue value)
method GetLength (line 780) | public DynValue GetLength()
method IsNil (line 793) | public bool IsNil()
method IsNotNil (line 801) | public bool IsNotNil()
method IsVoid (line 809) | public bool IsVoid()
method IsNotVoid (line 817) | public bool IsNotVoid()
method IsNilOrNan (line 825) | public bool IsNilOrNan()
method AssignNumber (line 833) | internal void AssignNumber(double num)
method FromObject (line 850) | public static DynValue FromObject(Script script, object obj)
method ToObject (line 858) | public object ToObject()
method ToObject (line 866) | public object ToObject(Type desiredType)
method ToObject (line 875) | public T ToObject<T>()
method ToDynamic (line 884) | public dynamic ToDynamic()
method CheckType (line 903) | public DynValue CheckType(string funcName, DataType desiredType, int a...
method CheckUserDataType (line 949) | public T CheckUserDataType<T>(string funcName, int argNum = -1, TypeVa...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/IScriptPrivateResource.cs
type IScriptPrivateResource (line 7) | public interface IScriptPrivateResource
class ScriptPrivateResource_Extension (line 18) | internal static class ScriptPrivateResource_Extension
method CheckScriptOwnership (line 20) | public static void CheckScriptOwnership(this IScriptPrivateResource co...
method CheckScriptOwnership (line 27) | public static void CheckScriptOwnership(this IScriptPrivateResource co...
method CheckScriptOwnership (line 40) | public static void CheckScriptOwnership(this IScriptPrivateResource re...
method CheckScriptOwnership (line 48) | public static void CheckScriptOwnership(this IScriptPrivateResource co...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/RefIdObject.cs
class RefIdObject (line 10) | public class RefIdObject
method FormatTypeString (line 29) | public string FormatTypeString(string typeString)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/SymbolRef.cs
class SymbolRef (line 9) | public class SymbolRef
method Global (line 48) | public static SymbolRef Global(string name, SymbolRef envSymbol)
method Local (line 59) | internal static SymbolRef Local(string name, int index)
method Upvalue (line 71) | internal static SymbolRef Upvalue(string name, int index)
method ToString (line 83) | public override string ToString()
method WriteBinary (line 97) | internal void WriteBinary(BinaryWriter bw)
method ReadBinary (line 107) | internal static SymbolRef ReadBinary(BinaryReader br)
method WriteBinaryEnv (line 116) | internal void WriteBinaryEnv(BinaryWriter bw, Dictionary<SymbolRef, in...
method ReadBinaryEnv (line 124) | internal void ReadBinaryEnv(BinaryReader br, SymbolRef[] symbolRefs)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/SymbolRefType.cs
type SymbolRefType (line 7) | public enum SymbolRefType
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/Table.cs
class Table (line 10) | public class Table : RefIdObject, IScriptPrivateResource
method Table (line 26) | public Table(Script owner)
method Table (line 40) | public Table(Script owner, params DynValue[] arrayValues)
method Clear (line 60) | public void Clear()
method GetIntegralKey (line 72) | private int GetIntegralKey(double d)
method ResolveMultipleKeys (line 125) | private Table ResolveMultipleKeys(object[] keys, out object key)
method Append (line 154) | public void Append(DynValue value)
method PerformTableSet (line 162) | private void PerformTableSet<T>(LinkedListIndex<T, TablePair> listInde...
method Set (line 210) | public void Set(string key, DynValue value)
method Set (line 224) | public void Set(int key, DynValue value)
method Set (line 235) | public void Set(DynValue key, DynValue value)
method Set (line 273) | public void Set(object key, DynValue value)
method Set (line 292) | public void Set(object[] keys, DynValue value)
method Get (line 309) | public DynValue Get(string key)
method Get (line 319) | public DynValue Get(int key)
method Get (line 329) | public DynValue Get(DynValue key)
method Get (line 340) | public DynValue Get(object key)
method Get (line 353) | public DynValue Get(params object[] keys)
method RawGetValue (line 363) | private static DynValue RawGetValue(LinkedListNode<TablePair> linkedLi...
method RawGet (line 373) | public DynValue RawGet(string key)
method RawGet (line 383) | public DynValue RawGet(int key)
method RawGet (line 393) | public DynValue RawGet(DynValue key)
method RawGet (line 413) | public DynValue RawGet(object key)
method RawGet (line 434) | public DynValue RawGet(params object[] keys)
method PerformTableRemove (line 447) | private bool PerformTableRemove<T>(LinkedListIndex<T, TablePair> listI...
method Remove (line 464) | public bool Remove(string key)
method Remove (line 474) | public bool Remove(int key)
method Remove (line 484) | public bool Remove(DynValue key)
method Remove (line 504) | public bool Remove(object key)
method Remove (line 521) | public bool Remove(params object[] keys)
method CollectDeadKeys (line 537) | public void CollectDeadKeys()
method NextKey (line 555) | public TablePair? NextKey(DynValue v)
method GetNextOf (line 590) | private TablePair? GetNextOf(LinkedListNode<TablePair> linkedListNode)
method InitNextArrayKeys (line 627) | internal void InitNextArrayKeys(DynValue val, bool lastpos)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/TablePair.cs
type TablePair (line 7) | public struct TablePair
method TablePair (line 36) | public TablePair(DynValue key, DynValue val)
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/TailCallData.cs
class TailCallData (line 8) | public class TailCallData
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/TypeValidationFlags.cs
type TypeValidationFlags (line 9) | [Flags]
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/UserData.cs
class UserData (line 18) | public class UserData : RefIdObject
method UserData (line 20) | private UserData()
method UserData (line 43) | static UserData()
method RegisterType (line 61) | public static IUserDataDescriptor RegisterType<T>(InteropAccessMode ac...
method RegisterType (line 72) | public static IUserDataDescriptor RegisterType(Type type, InteropAcces...
method RegisterProxyType (line 85) | public static IUserDataDescriptor RegisterProxyType(IProxyFactory prox...
method RegisterProxyType (line 99) | public static IUserDataDescriptor RegisterProxyType<TProxy, TTarget>(F...
method RegisterType (line 113) | public static IUserDataDescriptor RegisterType<T>(IUserDataDescriptor ...
method RegisterType (line 123) | public static IUserDataDescriptor RegisterType(Type type, IUserDataDes...
method RegisterType (line 132) | public static IUserDataDescriptor RegisterType(IUserDataDescriptor cus...
method RegisterAssembly (line 143) | public static void RegisterAssembly(Assembly asm = null, bool includeE...
method IsTypeRegistered (line 164) | public static bool IsTypeRegistered(Type t)
method IsTypeRegistered (line 176) | public static bool IsTypeRegistered<T>()
method UnregisterType (line 188) | public static void UnregisterType<T>()
method UnregisterType (line 200) | public static void UnregisterType(Type t)
method Create (line 211) | public static DynValue Create(object o, IUserDataDescriptor descr)
method Create (line 225) | public static DynValue Create(object o)
method CreateStatic (line 244) | public static DynValue CreateStatic(IUserDataDescriptor descr)
method CreateStatic (line 260) | public static DynValue CreateStatic(Type t)
method CreateStatic (line 270) | public static DynValue CreateStatic<T>()
method RegisterExtensionType (line 302) | public static void RegisterExtensionType(Type type, InteropAccessMode ...
method GetExtensionMethodsByNameAndType (line 313) | public static List<IOverloadableMemberDescriptor> GetExtensionMethodsB...
method GetExtensionMethodsChangeVersion (line 323) | public static int GetExtensionMethodsChangeVersion()
method GetDescriptorForType (line 334) | public static IUserDataDescriptor GetDescriptorForType<T>(bool searchI...
method GetDescriptorForType (line 345) | public static IUserDataDescriptor GetDescriptorForType(Type type, bool...
method GetDescriptorForObject (line 356) | public static IUserDataDescriptor GetDescriptorForObject(object o)
method GetDescriptionOfRegisteredTypes (line 367) | public static Table GetDescriptionOfRegisteredTypes(bool useHistorical...
method GetRegisteredTypes (line 392) | public static IEnumerable<Type> GetRegisteredTypes(bool useHistoricalD...
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/WellKnownSymbols.cs
class WellKnownSymbols (line 7) | public static class WellKnownSymbols
FILE: Assets/Plugins/MoonSharp/Interpreter/DataTypes/YieldRequest.cs
class YieldRequest (line 7) | public class YieldRequest
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/DebugService.cs
class DebugService (line 13) | public sealed class DebugService : IScriptPrivateResource
method DebugService (line 17) | internal DebugService(Script script, Processor processor)
method ResetBreakPoints (line 37) | public HashSet<int> ResetBreakPoints(SourceCode src, HashSet<int> lines)
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/DebuggerAction.cs
class DebuggerAction (line 8) | public class DebuggerAction
type ActionType (line 13) | public enum ActionType
method DebuggerAction (line 103) | public DebuggerAction()
method ToString (line 120) | public override string ToString()
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/DebuggerCaps.cs
type DebuggerCaps (line 11) | [Flags]
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/IDebugger.cs
type IDebugger (line 8) | public interface IDebugger
method GetDebuggerCaps (line 13) | DebuggerCaps GetDebuggerCaps();
method SetDebugService (line 18) | void SetDebugService(DebugService debugService);
method SetSourceCode (line 23) | void SetSourceCode(SourceCode sourceCode);
method SetByteCode (line 28) | void SetByteCode(string[] byteCode);
method IsPauseRequested (line 33) | bool IsPauseRequested();
method SignalRuntimeException (line 42) | bool SignalRuntimeException(ScriptRuntimeException ex);
method GetAction (line 49) | DebuggerAction GetAction(int ip, SourceRef sourceref);
method SignalExecutionEnded (line 53) | void SignalExecutionEnded();
method Update (line 61) | void Update(WatchType watchType, IEnumerable<WatchItem> items);
method GetWatchItems (line 67) | List<DynamicExpression> GetWatchItems();
method RefreshBreakpoints (line 71) | void RefreshBreakpoints(IEnumerable<SourceRef> refs);
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/SourceCode.cs
class SourceCode (line 10) | public class SourceCode : IScriptPrivateResource
method SourceCode (line 35) | internal SourceCode(string name, string code, int sourceID, Script own...
method GetCodeSnippet (line 59) | public string GetCodeSnippet(SourceRef sourceCodeRef)
method AdjustStrIndex (line 91) | private int AdjustStrIndex(string str, int loc)
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/SourceRef.cs
class SourceRef (line 8) | public class SourceRef
method GetClrLocation (line 49) | internal static SourceRef GetClrLocation()
method SourceRef (line 54) | public SourceRef(SourceRef src, bool isStepStop)
method SourceRef (line 65) | public SourceRef(int sourceIdx, int from, int to, int fromline, int to...
method ToString (line 81) | public override string ToString()
method GetLocationDistance (line 89) | internal int GetLocationDistance(int sourceIdx, int line, int col)
method IncludesLocation (line 147) | public bool IncludesLocation(int sourceIdx, int line, int col)
method SetNoBreakPoint (line 166) | public SourceRef SetNoBreakPoint()
method FormatLocation (line 178) | public string FormatLocation(Script script, bool forceClassicFormat = ...
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/WatchItem.cs
class WatchItem (line 8) | public class WatchItem
method ToString (line 51) | public override string ToString()
FILE: Assets/Plugins/MoonSharp/Interpreter/Debugging/WatchType.cs
type WatchType (line 7) | public enum WatchType
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceCounter.cs
type PerformanceCounter (line 7) | public enum PerformanceCounter
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceCounterType.cs
type PerformanceCounterType (line 7) | public enum PerformanceCounterType
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceCounters/DummyPerformanceStopwatch.cs
class DummyPerformanceStopwatch (line 5) | class DummyPerformanceStopwatch : IPerformanceStopwatch, IDisposable
method DummyPerformanceStopwatch (line 10) | private DummyPerformanceStopwatch()
method Start (line 23) | public IDisposable Start()
method GetResult (line 28) | public PerformanceResult GetResult()
method Dispose (line 33) | public void Dispose()
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceCounters/GlobalPerformanceStopwatch.cs
class GlobalPerformanceStopwatch (line 10) | internal class GlobalPerformanceStopwatch : IPerformanceStopwatch
class GlobalPerformanceStopwatch_StopwatchObject (line 12) | private class GlobalPerformanceStopwatch_StopwatchObject : IDisposable
method GlobalPerformanceStopwatch_StopwatchObject (line 17) | public GlobalPerformanceStopwatch_StopwatchObject(GlobalPerformanceS...
method Dispose (line 23) | public void Dispose()
method GlobalPerformanceStopwatch (line 34) | public GlobalPerformanceStopwatch(PerformanceCounter perfcounter)
method SignalStopwatchTerminated (line 39) | private void SignalStopwatchTerminated(Stopwatch sw)
method Start (line 45) | public IDisposable Start()
method GetResult (line 50) | public PerformanceResult GetResult()
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceCounters/IPerformanceStopwatch.cs
type IPerformanceStopwatch (line 5) | internal interface IPerformanceStopwatch
method Start (line 7) | IDisposable Start();
method GetResult (line 8) | PerformanceResult GetResult();
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceCounters/PerformanceStopwatch.cs
class PerformanceStopwatch (line 10) | internal class PerformanceStopwatch : IDisposable, IPerformanceStopwatch
method PerformanceStopwatch (line 17) | public PerformanceStopwatch(PerformanceCounter perfcounter)
method Start (line 23) | public IDisposable Start()
method Dispose (line 36) | public void Dispose()
method GetResult (line 46) | public PerformanceResult GetResult()
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceResult.cs
class PerformanceResult (line 8) | public class PerformanceResult
method ToString (line 36) | public override string ToString()
method PerformanceCounterTypeToString (line 50) | public static string PerformanceCounterTypeToString(PerformanceCounter...
FILE: Assets/Plugins/MoonSharp/Interpreter/Diagnostics/PerformanceStatistics.cs
class PerformanceStatistics (line 10) | public class PerformanceStatistics
method GetPerformanceCounterResult (line 52) | public PerformanceResult GetPerformanceCounterResult(PerformanceCounte...
method StartStopwatch (line 62) | internal IDisposable StartStopwatch(PerformanceCounter pc)
method StartGlobalStopwatch (line 72) | internal static IDisposable StartGlobalStopwatch(PerformanceCounter pc)
method GetPerformanceLog (line 82) | public string GetPerformanceLog()
FILE: Assets/Plugins/MoonSharp/Interpreter/Errors/DynamicExpressionException.cs
class DynamicExpressionException (line 9) | #if !(PCL || ((!UNITY_EDITOR) && (ENABLE_DOTNET)) || NETFX_CORE)
method DynamicExpressionException (line 19) | public DynamicExpressionException(string format, params object[] args)
method DynamicExpressionException (line 28) | public DynamicExpressionException(string message)
FILE: Assets/Plugins/MoonSharp/Interpreter/Errors/InternalErrorException.cs
class InternalErrorException (line 8) | #if !(PCL || ((!UNITY_EDITOR) && (ENABLE_DOTNET)) || NETFX_CORE)
method InternalErrorException (line 13) | internal InternalErrorException(string message)
method InternalErrorException (line 19) | internal InternalErrorException(string format, params object[] args)
FILE: Assets/Plugins/MoonSharp/Interpreter/Errors/InterpreterException.cs
class InterpreterException (line 10) | #if !(PCL || ((!UNITY_EDITOR) && (ENABLE_DOTNET)) || NETFX_CORE)
method InterpreterException (line 19) | protected InterpreterException(Exception ex, string message)
method InterpreterException (line 29) | protected InterpreterException(Exception ex)
method InterpreterException (line 39) | protected InterpreterException(string message)
method InterpreterException (line 50) | protected InterpreterException(string format, params object[] args)
method DecorateMessage (line 78) | internal void DecorateMessage(Script script, SourceRef sref, int ip = -1)
method Rethrow (line 103) | public virtual void Rethrow()
FILE: Assets/Plugins/MoonSharp/Interpreter/Errors/ScriptRuntimeException.cs
class ScriptRuntimeException (line 11) | #if !(PCL || ((!UNITY_EDITOR) && (ENABLE_DOTNET)) || NETFX_CORE)
method ScriptRuntimeException (line 20) | public ScriptRuntimeException(Exception ex)
method ScriptRuntimeException (line 29) | public ScriptRuntimeException(ScriptRuntimeException ex)
method ScriptRuntimeException (line 41) | public ScriptRuntimeException(string message)
method ScriptRuntimeException (line 52) | public ScriptRuntimeException(string format, params object[] args)
method ArithmeticOnNonNumber (line 66) | public static ScriptRuntimeException ArithmeticOnNonNumber(DynValue l,...
method ConcatOnNonString (line 86) | public static ScriptRuntimeException ConcatOnNonString(DynValue l, Dyn...
method LenOnInvalidType (line 102) | public static ScriptRuntimeException LenOnInvalidType(DynValue r)
method CompareInvalidType (line 114) | public static ScriptRuntimeException CompareInvalidType(DynValue l, Dy...
method BadArgument (line 130) | public static ScriptRuntimeException BadArgument(int argNum, string fu...
method BadArgumentUserData (line 147) | public static ScriptRuntimeException BadArgumentUserData(int argNum, s...
method BadArgument (line 170) | public static ScriptRuntimeException BadArgument(int argNum, string fu...
method BadArgument (line 187) | public static ScriptRuntimeException BadArgument(int argNum, string fu...
method BadArgumentNoValue (line 206) | public static ScriptRuntimeException BadArgumentNoValue(int argNum, st...
method BadArgumentIndexOutOfRange (line 221) | public static ScriptRuntimeException BadArgumentIndexOutOfRange(string...
method BadArgumentNoNegativeNumbers (line 235) | public static ScriptRuntimeException BadArgumentNoNegativeNumbers(int ...
method BadArgumentValueExpected (line 252) | public static ScriptRuntimeException BadArgumentValueExpected(int argN...
method IndexType (line 267) | public static ScriptRuntimeException IndexType(DynValue obj)
method LoopInIndex (line 279) | public static ScriptRuntimeException LoopInIndex()
method LoopInNewIndex (line 291) | public static ScriptRuntimeException LoopInNewIndex()
method LoopInCall (line 303) | public static ScriptRuntimeException LoopInCall()
method TableIndexIsNil (line 315) | public static ScriptRuntimeException TableIndexIsNil()
method TableIndexIsNaN (line 327) | public static ScriptRuntimeException TableIndexIsNaN()
method ConvertToNumberFailed (line 346) | public static ScriptRuntimeException ConvertToNumberFailed(int stage)
method ConvertObjectFailed (line 369) | public static ScriptRuntimeException ConvertObjectFailed(object obj)
method ConvertObjectFailed (line 382) | public static ScriptRuntimeException ConvertObjectFailed(DataType t)
method ConvertObjectFailed (line 396) | public static ScriptRuntimeException ConvertObjectFailed(DataType t, T...
method UserDataArgumentTypeMismatch (line 410) | public static ScriptRuntimeException UserDataArgumentTypeMismatch(Data...
method UserDataMissingField (line 424) | public static ScriptRuntimeException UserDataMissingField(string typen...
method CannotResumeNotSuspended (line 437) | public static ScriptRuntimeException CannotResumeNotSuspended(Coroutin...
method CannotYield (line 452) | public static ScriptRuntimeException CannotYield()
method CannotYieldMain (line 464) | public static ScriptRuntimeException CannotYieldMain()
method AttemptToCallNonFunc (line 476) | public static ScriptRuntimeException AttemptToCallNonFunc(DataType typ...
method AccessInstanceMemberOnStatics (line 492) | public static ScriptRuntimeException AccessInstanceMemberOnStatics(IMe...
method AccessInstanceMemberOnStatics (line 504) | public static ScriptRuntimeException AccessInstanceMemberOnStatics(IUs...
method CallFromAnotherScript (line 509) | public static ScriptRuntimeException CallFromAnotherScript()
method Rethrow (line 518) | public override void Rethrow()
FILE: Assets/Plugins/MoonSharp/Interpreter/Errors/SyntaxErrorException.cs
class SyntaxErrorException (line 10) | #if !(PCL || ((!UNITY_EDITOR) && (ENABLE_DOTNET)) || NETFX_CORE)
method SyntaxErrorException (line 23) | internal SyntaxErrorException(Token t, string format, params object[] ...
method SyntaxErrorException (line 29) | internal SyntaxErrorException(Token t, string message)
method SyntaxErrorException (line 35) | internal SyntaxErrorException(Script script, SourceRef sref, string fo...
method SyntaxErrorException (line 41) | internal SyntaxErrorException(Script script, SourceRef sref, string me...
method SyntaxErrorException (line 47) | private SyntaxErrorException(SyntaxErrorException syntaxErrorException)
method DecorateMessage (line 54) | internal void DecorateMessage(Script script)
method Rethrow (line 66) | public override void Rethrow()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/DynamicExpression.cs
class DynamicExpression (line 8) | public class DynamicExpression : IScriptPrivateResource
method DynamicExpression (line 18) | internal DynamicExpression(Script S, string strExpr, DynamicExprExpres...
method DynamicExpression (line 25) | internal DynamicExpression(Script S, string strExpr, DynValue constant)
method Evaluate (line 37) | public DynValue Evaluate(ScriptExecutionContext context = null)
method FindSymbol (line 54) | public SymbolRef FindSymbol(ScriptExecutionContext context)
method IsConstant (line 80) | public bool IsConstant()
method GetHashCode (line 91) | public override int GetHashCode()
method Equals (line 103) | public override bool Equals(object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/InstructionFieldUsage.cs
type InstructionFieldUsage (line 6) | [Flags]
class InstructionFieldUsage_Extensions (line 19) | internal static class InstructionFieldUsage_Extensions
method GetFieldUsage (line 21) | internal static InstructionFieldUsage GetFieldUsage(this OpCode op)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/BuildTimeScope.cs
class BuildTimeScope (line 8) | internal class BuildTimeScope
method PushFunction (line 14) | public void PushFunction(IClosureBuilder closureBuilder, bool hasVarArgs)
method PushBlock (line 20) | public void PushBlock()
method PopBlock (line 25) | public RuntimeScopeBlock PopBlock()
method PopFunction (line 30) | public RuntimeScopeFrame PopFunction()
method Find (line 42) | public SymbolRef Find(string name)
method CreateGlobalReference (line 65) | public SymbolRef CreateGlobalReference(string name)
method ForceEnvUpValue (line 75) | public void ForceEnvUpValue()
method CreateUpValue (line 80) | private SymbolRef CreateUpValue(BuildTimeScope buildTimeScope, SymbolR...
method DefineLocal (line 91) | public SymbolRef DefineLocal(string name)
method TryDefineLocal (line 96) | public SymbolRef TryDefineLocal(string name)
method CurrentFunctionHasVarArgs (line 101) | public bool CurrentFunctionHasVarArgs()
method DefineLabel (line 106) | internal void DefineLabel(LabelStatement label)
method RegisterGoto (line 111) | internal void RegisterGoto(GotoStatement gotostat)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/BuildTimeScopeBlock.cs
class BuildTimeScopeBlock (line 7) | internal class BuildTimeScopeBlock
method Rename (line 18) | internal void Rename(string name)
method BuildTimeScopeBlock (line 25) | internal BuildTimeScopeBlock(BuildTimeScopeBlock parent)
method AddChild (line 33) | internal BuildTimeScopeBlock AddChild()
method Find (line 40) | internal SymbolRef Find(string name)
method Define (line 45) | internal SymbolRef Define(string name)
method ResolveLRefs (line 53) | internal int ResolveLRefs(BuildTimeScopeFrame buildTimeScopeFrame)
method DefineLabel (line 91) | internal void DefineLabel(LabelStatement label)
method RegisterGoto (line 107) | internal void RegisterGoto(GotoStatement gotostat)
method ResolveGotos (line 116) | internal void ResolveGotos()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/BuildTimeScopeFrame.cs
class BuildTimeScopeFrame (line 5) | internal class BuildTimeScopeFrame
method BuildTimeScopeFrame (line 13) | internal BuildTimeScopeFrame(bool hasVarArgs)
method PushBlock (line 19) | internal void PushBlock()
method PopBlock (line 24) | internal RuntimeScopeBlock PopBlock()
method GetRuntimeFrameData (line 38) | internal RuntimeScopeFrame GetRuntimeFrameData()
method Find (line 48) | internal SymbolRef Find(string name)
method DefineLocal (line 61) | internal SymbolRef DefineLocal(string name)
method TryDefineLocal (line 66) | internal SymbolRef TryDefineLocal(string name)
method ResolveLRefs (line 76) | internal void ResolveLRefs()
method AllocVar (line 83) | internal int AllocVar(SymbolRef var)
method GetPosForNextVar (line 90) | internal int GetPosForNextVar()
method DefineLabel (line 95) | internal void DefineLabel(LabelStatement label)
method RegisterGoto (line 100) | internal void RegisterGoto(GotoStatement gotostat)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/ClosureContext.cs
class ClosureContext (line 9) | internal class ClosureContext : List<DynValue>
method ClosureContext (line 16) | internal ClosureContext(SymbolRef[] symbols, IEnumerable<DynValue> val...
method ClosureContext (line 22) | internal ClosureContext()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/IClosureBuilder.cs
type IClosureBuilder (line 4) | internal interface IClosureBuilder
method CreateUpvalue (line 6) | SymbolRef CreateUpvalue(BuildTimeScope scope, SymbolRef symbol);
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/LoopTracker.cs
type ILoop (line 6) | interface ILoop
method CompileBreak (line 8) | void CompileBreak(ByteCode bc);
method IsBoundary (line 9) | bool IsBoundary();
class LoopTracker (line 13) | internal class LoopTracker
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/RuntimeScopeBlock.cs
class RuntimeScopeBlock (line 5) | internal class RuntimeScopeBlock
method ToString (line 11) | public override string ToString()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/Scopes/RuntimeScopeFrame.cs
class RuntimeScopeFrame (line 5) | internal class RuntimeScopeFrame
method RuntimeScopeFrame (line 11) | public RuntimeScopeFrame()
method ToString (line 16) | public override string ToString()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/ScriptExecutionContext.cs
class ScriptExecutionContext (line 11) | public class ScriptExecutionContext : IScriptPrivateResource
method ScriptExecutionContext (line 16) | internal ScriptExecutionContext(Processor p, CallbackFunction callBack...
method GetMetatable (line 63) | public Table GetMetatable(DynValue value)
method GetMetamethod (line 75) | public DynValue GetMetamethod(DynValue value, string metamethod)
method GetMetamethodTailCall (line 83) | public DynValue GetMetamethodTailCall(DynValue value, string metametho...
method GetBinaryMetamethod (line 93) | public DynValue GetBinaryMetamethod(DynValue op1, DynValue op2, string...
method GetScript (line 102) | public Script GetScript()
method GetCallingCoroutine (line 110) | public Coroutine GetCallingCoroutine()
method EmulateClassicCall (line 126) | public DynValue EmulateClassicCall(CallbackArguments args, string func...
method Call (line 140) | public DynValue Call(DynValue func, params DynValue[] args)
method EvaluateSymbol (line 204) | public DynValue EvaluateSymbol(SymbolRef symref)
method EvaluateSymbolByName (line 215) | public DynValue EvaluateSymbolByName(string symbol)
method FindSymbolByName (line 223) | public SymbolRef FindSymbolByName(string symbol)
method PerformMessageDecorationBeforeUnwind (line 248) | public void PerformMessageDecorationBeforeUnwind(DynValue messageHandl...
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/ScriptLoadingContext.cs
class ScriptLoadingContext (line 6) | class ScriptLoadingContext
method ScriptLoadingContext (line 15) | public ScriptLoadingContext(Script s)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/ByteCode.cs
class ByteCode (line 12) | internal class ByteCode : RefIdObject
method ByteCode (line 21) | public ByteCode(Script script)
method EnterSource (line 27) | public IDisposable EnterSource(SourceRef sref)
class SourceCodeStackGuard (line 33) | private class SourceCodeStackGuard : IDisposable
method SourceCodeStackGuard (line 37) | public SourceCodeStackGuard(SourceRef sref, ByteCode bc)
method Dispose (line 43) | public void Dispose()
method PushSourceRef (line 50) | public void PushSourceRef(SourceRef sref)
method PopSourceRef (line 56) | public void PopSourceRef()
method Dump (line 63) | public void Dump(string file)
method GetJumpPointForNextInstruction (line 79) | public int GetJumpPointForNextInstruction()
method GetJumpPointForLastInstruction (line 83) | public int GetJumpPointForLastInstruction()
method GetLastInstruction (line 88) | public Instruction GetLastInstruction()
method AppendInstruction (line 93) | private Instruction AppendInstruction(Instruction c)
method Emit_Nop (line 99) | public Instruction Emit_Nop(string comment)
method Emit_Invalid (line 104) | public Instruction Emit_Invalid(string type)
method Emit_Pop (line 109) | public Instruction Emit_Pop(int num = 1)
method Emit_Call (line 114) | public void Emit_Call(int argCount, string debugName)
method Emit_ThisCall (line 119) | public void Emit_ThisCall(int argCount, string debugName)
method Emit_Literal (line 124) | public Instruction Emit_Literal(DynValue value)
method Emit_Jump (line 129) | public Instruction Emit_Jump(OpCode jumpOpCode, int idx, int optPar = 0)
method Emit_MkTuple (line 134) | public Instruction Emit_MkTuple(int cnt)
method Emit_Operator (line 139) | public Instruction Emit_Operator(OpCode opcode)
method Emit_Debug (line 153) | [Conditional("EMIT_DEBUG_OPS")]
method Emit_Enter (line 159) | public Instruction Emit_Enter(RuntimeScopeBlock runtimeScopeBlock)
method Emit_Leave (line 164) | public Instruction Emit_Leave(RuntimeScopeBlock runtimeScopeBlock)
method Emit_Exit (line 169) | public Instruction Emit_Exit(RuntimeScopeBlock runtimeScopeBlock)
method Emit_Clean (line 174) | public Instruction Emit_Clean(RuntimeScopeBlock runtimeScopeBlock)
method Emit_Closure (line 179) | public Instruction Emit_Closure(SymbolRef[] symbols, int jmpnum)
method Emit_Args (line 184) | public Instruction Emit_Args(params SymbolRef[] symbols)
method Emit_Ret (line 189) | public Instruction Emit_Ret(int retvals)
method Emit_ToNum (line 194) | public Instruction Emit_ToNum(int stage = 0)
method Emit_Incr (line 199) | public Instruction Emit_Incr(int i)
method Emit_NewTable (line 204) | public Instruction Emit_NewTable(bool shared)
method Emit_IterPrep (line 209) | public Instruction Emit_IterPrep()
method Emit_ExpTuple (line 214) | public Instruction Emit_ExpTuple(int stackOffset)
method Emit_IterUpd (line 219) | public Instruction Emit_IterUpd()
method Emit_Meta (line 224) | public Instruction Emit_Meta(string funcName, OpCodeMetadataType metaT...
method Emit_BeginFn (line 236) | public Instruction Emit_BeginFn(RuntimeScopeFrame stackFrame)
method Emit_Scalar (line 247) | public Instruction Emit_Scalar()
method Emit_Load (line 252) | public int Emit_Load(SymbolRef sym)
method Emit_Store (line 271) | public int Emit_Store(SymbolRef sym, int stackofs, int tupleidx)
method Emit_TblInitN (line 290) | public Instruction Emit_TblInitN()
method Emit_TblInitI (line 295) | public Instruction Emit_TblInitI(bool lastpos)
method Emit_Index (line 300) | public Instruction Emit_Index(DynValue index = null, bool isNameIndex ...
method Emit_IndexSet (line 310) | public Instruction Emit_IndexSet(int stackofs, int tupleidx, DynValue ...
method Emit_Copy (line 320) | public Instruction Emit_Copy(int numval)
method Emit_Swap (line 325) | public Instruction Emit_Swap(int p1, int p2)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/CallStackItem.cs
class CallStackItem (line 5) | internal class CallStackItem
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/CallStackItemFlags.cs
type CallStackItemFlags (line 5) | [Flags]
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/ExecutionState.cs
class ExecutionState (line 5) | internal sealed class ExecutionState
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Instruction.cs
class Instruction (line 9) | internal class Instruction
method Instruction (line 20) | internal Instruction(SourceRef sourceref)
method ToString (line 25) | public override string ToString()
method PurifyFromNewLines (line 57) | private string PurifyFromNewLines(DynValue Value)
method GenSpaces (line 65) | private string GenSpaces()
method WriteBinary (line 70) | internal void WriteBinary(BinaryWriter wr, int baseAddress, Dictionary...
method WriteSymbol (line 101) | private static void WriteSymbol(BinaryWriter wr, SymbolRef symbolRef, ...
method ReadSymbol (line 107) | private static SymbolRef ReadSymbol(BinaryReader rd, SymbolRef[] deser...
method ReadBinary (line 115) | internal static Instruction ReadBinary(SourceRef chunkRef, BinaryReade...
method ReadValue (line 152) | private static DynValue ReadValue(BinaryReader rd, Table envTable)
method DumpValue (line 180) | private void DumpValue(BinaryWriter wr, DynValue value)
method GetSymbolReferences (line 211) | internal void GetSymbolReferences(out SymbolRef[] symbolList, out Symb...
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/OpCode.cs
type OpCode (line 4) | internal enum OpCode
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/OpCodeMetadataType.cs
type OpCodeMetadataType (line 8) | public enum OpCodeMetadataType
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/DebugContext.cs
class Processor (line 6) | sealed partial class Processor
class DebugContext (line 8) | private class DebugContext
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor.cs
class Processor (line 9) | sealed partial class Processor
method Processor (line 26) | public Processor(Script script, Table globalContext, ByteCode byteCode)
method Processor (line 38) | private Processor(Processor parentProcessor)
method Call (line 50) | public DynValue Call(DynValue function, DynValue[] args)
method PushClrToScriptStackFrame (line 95) | private int PushClrToScriptStackFrame(CallStackItemFlags flags, DynVal...
method LeaveProcessor (line 127) | private void LeaveProcessor()
method GetThreadId (line 144) | int GetThreadId()
method EnterProcessor (line 153) | private void EnterProcessor()
method GetCoroutineSuspendedLocation (line 173) | internal SourceRef GetCoroutineSuspendedLocation()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_BinaryDump.cs
class Processor (line 11) | sealed partial class Processor
method IsDumpStream (line 16) | internal static bool IsDumpStream(Stream stream)
method Dump (line 30) | internal int Dump(Stream stream, int baseAddress, bool hasUpvalues)
method AddSymbolToMap (line 89) | private void AddSymbolToMap(Dictionary<SymbolRef, int> symbolMap, Symb...
method Undump (line 95) | internal int Undump(Stream stream, int sourceID, Table envTable, out b...
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_Coroutines.cs
class Processor (line 8) | sealed partial class Processor
method Coroutine_Create (line 10) | public DynValue Coroutine_Create(Closure closure)
method Coroutine_Resume (line 25) | public DynValue Coroutine_Resume(DynValue[] args)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_Debugger.cs
class Processor (line 11) | sealed partial class Processor
method FindMeta (line 13) | internal Instruction FindMeta(ref int baseAddress)
method AttachDebugger (line 31) | internal void AttachDebugger(IDebugger debugger)
method ListenDebugger (line 45) | private void ListenDebugger(Instruction instr, int instructionPtr)
method ResetBreakPoints (line 154) | private void ResetBreakPoints(DebuggerAction action)
method ResetBreakPoints (line 160) | internal HashSet<int> ResetBreakPoints(SourceCode src, HashSet<int> li...
method ToggleBreakPoint (line 178) | private bool ToggleBreakPoint(DebuggerAction action, bool? state)
method RefreshDebugger (line 256) | private void RefreshDebugger(bool hard, int instructionPtr)
method Debugger_RefreshThreads (line 278) | private List<WatchItem> Debugger_RefreshThreads(ScriptExecutionContext...
method Debugger_RefreshVStack (line 289) | private List<WatchItem> Debugger_RefreshVStack()
method Debugger_RefreshWatches (line 304) | private List<WatchItem> Debugger_RefreshWatches(ScriptExecutionContext...
method Debugger_RefreshLocals (line 309) | private List<WatchItem> Debugger_RefreshLocals(ScriptExecutionContext ...
method Debugger_RefreshWatch (line 333) | private WatchItem Debugger_RefreshWatch(ScriptExecutionContext context...
method Debugger_GetCallStack (line 359) | internal List<WatchItem> Debugger_GetCallStack(SourceRef startingRef)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_Errors.cs
class Processor (line 6) | sealed partial class Processor
method GetCurrentSourceRef (line 8) | private SourceRef GetCurrentSourceRef(int instructionPtr)
method FillDebugData (line 18) | private void FillDebugData(InterpreterException ex, int ip)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_IExecutionContext.cs
class Processor (line 4) | sealed partial class Processor
method GetMetatable (line 6) | internal Table GetMetatable(DynValue value)
method GetBinaryMetamethod (line 22) | internal DynValue GetBinaryMetamethod(DynValue op1, DynValue op2, stri...
method GetMetamethod (line 61) | internal DynValue GetMetamethod(DynValue value, string metamethod)
method GetMetamethodRaw (line 74) | internal DynValue GetMetamethodRaw(DynValue value, string metamethod)
method GetScript (line 89) | internal Script GetScript()
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_InstructionLoop.cs
class Processor (line 10) | sealed partial class Processor
method Processing_Loop (line 19) | private DynValue Processing_Loop(int instructionPtr)
method PerformMessageDecorationBeforeUnwind (line 342) | internal string PerformMessageDecorationBeforeUnwind(DynValue messageH...
method AssignLocal (line 377) | private void AssignLocal(SymbolRef symref, DynValue value)
method ExecStoreLcl (line 388) | private void ExecStoreLcl(Instruction i)
method ExecStoreUpv (line 396) | private void ExecStoreUpv(Instruction i)
method ExecSwap (line 410) | private void ExecSwap(Instruction i)
method GetStoreValue (line 420) | private DynValue GetStoreValue(Instruction i)
method ExecClosure (line 437) | private void ExecClosure(Instruction i)
method GetUpvalueSymbol (line 445) | private DynValue GetUpvalueSymbol(SymbolRef s)
method ExecMkTuple (line 455) | private void ExecMkTuple(Instruction i)
method ExecToNum (line 466) | private void ExecToNum(Instruction i)
method ExecIterUpd (line 476) | private void ExecIterUpd(Instruction i)
method ExecExpTuple (line 483) | private void ExecExpTuple(Instruction i)
method ExecIterPrep (line 499) | private void ExecIterPrep(Instruction i)
method ExecJFor (line 548) | private int ExecJFor(Instruction i, int instructionPtr)
method ExecIncr (line 564) | private void ExecIncr(Instruction i)
method ExecCNot (line 583) | private void ExecCNot(Instruction i)
method ExecNot (line 597) | private void ExecNot(Instruction i)
method ExecBeginFn (line 603) | private void ExecBeginFn(Instruction i)
method PopToBasePointer (line 613) | private CallStackItem PopToBasePointer()
method PopExecStackAndCheckVStack (line 621) | private int PopExecStackAndCheckVStack(int vstackguard)
method CreateArgsListForFunctionCall (line 630) | private IList<DynValue> CreateArgsListForFunctionCall(int numargs, int...
method ExecArgs (line 655) | private void ExecArgs(Instruction I)
method Internal_ExecCall (line 690) | private int Internal_ExecCall(int argsCount, int instructionPtr, Callb...
method PerformTCO (line 795) | private int PerformTCO(int instructionPtr, int argsCount)
method ExecRet (line 819) | private int ExecRet(Instruction i)
method Internal_CheckForTailRequests (line 856) | private int Internal_CheckForTailRequests(Instruction i, int instructi...
method JumpBool (line 885) | private int JumpBool(Instruction i, bool expectedValueForJump, int ins...
method ExecShortCircuitingOperator (line 895) | private int ExecShortCircuitingOperator(Instruction i, int instruction...
method ExecAdd (line 913) | private int ExecAdd(Instruction i, int instructionPtr)
method ExecSub (line 934) | private int ExecSub(Instruction i, int instructionPtr)
method ExecMul (line 956) | private int ExecMul(Instruction i, int instructionPtr)
method ExecMod (line 977) | private int ExecMod(Instruction i, int instructionPtr)
method ExecDiv (line 1000) | private int ExecDiv(Instruction i, int instructionPtr)
method ExecPower (line 1020) | private int ExecPower(Instruction i, int instructionPtr)
method ExecNeg (line 1042) | private int ExecNeg(Instruction i, int instructionPtr)
method ExecEq (line 1061) | private int ExecEq(Instruction i, int instructionPtr)
method ExecLess (line 1103) | private int ExecLess(Instruction i, int instructionPtr)
method ExecLessEq (line 1129) | private int ExecLessEq(Instruction i, int instructionPtr)
method ExecLen (line 1163) | private int ExecLen(Instruction i, int instructionPtr)
method ExecConcat (line 1184) | private int ExecConcat(Instruction i, int instructionPtr)
method ExecTblInitI (line 1207) | private void ExecTblInitI(Instruction i)
method ExecTblInitN (line 1219) | private void ExecTblInitN(Instruction i)
method ExecIndexSet (line 1232) | private int ExecIndexSet(Instruction i, int instructionPtr)
method ExecIndex (line 1311) | private int ExecIndex(Instruction i, int instructionPtr)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_Scope.cs
class Processor (line 5) | sealed partial class Processor
method ClearBlockData (line 7) | private void ClearBlockData(Instruction I)
method GetGenericSymbol (line 21) | public DynValue GetGenericSymbol(SymbolRef symref)
method GetGlobalSymbol (line 38) | private DynValue GetGlobalSymbol(DynValue dynValue, string name)
method SetGlobalSymbol (line 46) | private void SetGlobalSymbol(DynValue dynValue, string name, DynValue ...
method AssignGenericSymbol (line 55) | public void AssignGenericSymbol(SymbolRef symref, DynValue value)
method GetTopNonClrFunction (line 93) | CallStackItem GetTopNonClrFunction()
method FindSymbolByName (line 109) | public SymbolRef FindSymbolByName(string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Execution/VM/Processor/Processor_UtilityFunctions.cs
class Processor (line 5) | sealed partial class Processor
method Internal_AdjustTuple (line 7) | private DynValue[] Internal_AdjustTuple(IList<DynValue> values)
method Internal_InvokeUnaryMetaMethod (line 47) | private int Internal_InvokeUnaryMetaMethod(DynValue op1, string eventN...
method Internal_InvokeBinaryMetaMethod (line 79) | private int Internal_InvokeBinaryMetaMethod(DynValue l, DynValue r, st...
method StackTopToArray (line 102) | private DynValue[] StackTopToArray(int items, bool pop)
method StackTopToArrayReverse (line 124) | private DynValue[] StackTopToArrayReverse(int items, bool pop)
FILE: Assets/Plugins/MoonSharp/Interpreter/IO/BinDumpBinaryReader.cs
class BinDumpBinaryReader (line 10) | public class BinDumpBinaryReader : BinaryReader
method BinDumpBinaryReader (line 12) | public BinDumpBinaryReader(Stream s) : base(s) { }
method BinDumpBinaryReader (line 13) | public BinDumpBinaryReader(Stream s, Encoding e) : base(s, e) { }
method ReadInt32 (line 17) | public override int ReadInt32()
method ReadUInt32 (line 29) | public override uint ReadUInt32()
method ReadString (line 41) | public override string ReadString()
FILE: Assets/Plugins/MoonSharp/Interpreter/IO/BinDumpBinaryWriter.cs
class BinDumpBinaryWriter (line 10) | public class BinDumpBinaryWriter : BinaryWriter
method BinDumpBinaryWriter (line 14) | public BinDumpBinaryWriter(Stream s) : base(s) { }
method BinDumpBinaryWriter (line 15) | public BinDumpBinaryWriter(Stream s, Encoding e) : base(s, e) { }
method Write (line 17) | public override void Write(uint value)
method Write (line 42) | public override void Write(int value)
method Write (line 67) | public override void Write(string value)
FILE: Assets/Plugins/MoonSharp/Interpreter/IO/UndisposableStream.cs
class UndisposableStream (line 11) | public class UndisposableStream : Stream
method UndisposableStream (line 15) | public UndisposableStream(Stream stream)
method Dispose (line 20) | protected override void Dispose(bool disposing)
method Close (line 25) | public override void Close()
method Flush (line 46) | public override void Flush()
method Read (line 62) | public override int Read(byte[] buffer, int offset, int count)
method Seek (line 67) | public override long Seek(long offset, SeekOrigin origin)
method SetLength (line 72) | public override void SetLength(long value)
method Write (line 77) | public override void Write(byte[] buffer, int offset, int count)
method BeginRead (line 83) | public override IAsyncResult BeginRead(byte[] buffer, int offset, int ...
method BeginWrite (line 88) | public override IAsyncResult BeginWrite(byte[] buffer, int offset, int...
method EndWrite (line 93) | public override void EndWrite(IAsyncResult asyncResult)
method EndRead (line 98) | public override int EndRead(IAsyncResult asyncResult)
method Equals (line 109) | public override bool Equals(object obj)
method GetHashCode (line 114) | public override int GetHashCode()
method ReadByte (line 120) | public override int ReadByte()
method ToString (line 137) | public override string ToString()
method WriteByte (line 142) | public override void WriteByte(byte value)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Attributes/MoonSharpHiddenAttribute.cs
class MoonSharpHiddenAttribute (line 8) | [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | At...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Attributes/MoonSharpHideMemberAttribute.cs
class MoonSharpHideMemberAttribute (line 8) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inheri...
method MoonSharpHideMemberAttribute (line 20) | public MoonSharpHideMemberAttribute(string memberName)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Attributes/MoonSharpPropertyAttribute.cs
class MoonSharpPropertyAttribute (line 9) | [AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultip...
method MoonSharpPropertyAttribute (line 21) | public MoonSharpPropertyAttribute()
method MoonSharpPropertyAttribute (line 30) | public MoonSharpPropertyAttribute(string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Attributes/MoonSharpUserDataAttribute.cs
class MoonSharpUserDataAttribute (line 8) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inheri...
method MoonSharpUserDataAttribute (line 19) | public MoonSharpUserDataAttribute()
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Attributes/MoonSharpUserDataMetamethodAttribute.cs
class MoonSharpUserDataMetamethodAttribute (line 8) | [AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple...
method MoonSharpUserDataMetamethodAttribute (line 20) | public MoonSharpUserDataMetamethodAttribute(string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Attributes/MoonSharpVisibleAttribute.cs
class MoonSharpVisibleAttribute (line 8) | [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | At...
method MoonSharpVisibleAttribute (line 21) | public MoonSharpVisibleAttribute(bool visible)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/BasicDescriptors/DispatchingUserDataDescriptor.cs
class DispatchingUserDataDescriptor (line 15) | public abstract class DispatchingUserDataDescriptor : IUserDataDescripto...
method DispatchingUserDataDescriptor (line 58) | protected DispatchingUserDataDescriptor(Type type, string friendlyName...
method AddMetaMember (line 73) | public void AddMetaMember(string name, IMemberDescriptor desc)
method AddDynValue (line 85) | public void AddDynValue(string name, DynValue value)
method AddMember (line 99) | public void AddMember(string name, IMemberDescriptor desc)
method FindMember (line 126) | public IMemberDescriptor FindMember(string memberName)
method RemoveMember (line 135) | public void RemoveMember(string memberName)
method FindMetaMember (line 160) | public IMemberDescriptor FindMetaMember(string memberName)
method RemoveMetaMember (line 169) | public void RemoveMetaMember(string memberName)
method AddMemberTo (line 177) | private void AddMemberTo(Dictionary<string, IMemberDescriptor> members...
method Index (line 218) | public virtual DynValue Index(Script script, object obj, DynValue inde...
method TryIndexOnExtMethod (line 262) | private DynValue TryIndexOnExtMethod(Script script, object obj, string...
method HasMember (line 282) | public bool HasMember(string exactName)
method HasMetaMember (line 292) | public bool HasMetaMember(string exactName)
method TryIndex (line 305) | protected virtual DynValue TryIndex(Script script, object obj, string ...
method SetIndex (line 326) | public virtual bool SetIndex(Script script, object obj, DynValue index...
method TrySetIndex (line 362) | protected virtual bool TrySetIndex(Script script, object obj, string i...
method Optimize (line 377) | void IOptimizableDescriptor.Optimize()
method Camelify (line 392) | protected static string Camelify(string name)
method UpperFirstLetter (line 403) | protected static string UpperFirstLetter(string name)
method AsString (line 413) | public virtual string AsString(object obj)
method ExecuteIndexer (line 430) | protected virtual DynValue ExecuteIndexer(IMemberDescriptor mdesc, Scr...
method MetaIndex (line 493) | public virtual DynValue MetaIndex(Script script, object obj, string me...
method PerformComparison (line 538) | private int PerformComparison(object obj, object p1, object p2)
method MultiDispatchLessThanOrEqual (line 554) | private DynValue MultiDispatchLessThanOrEqual(Script script, object obj)
method MultiDispatchLessThan (line 567) | private DynValue MultiDispatchLessThan(Script script, object obj)
method TryDispatchLength (line 580) | private DynValue TryDispatchLength(Script script, object obj)
method MultiDispatchEqual (line 594) | private DynValue MultiDispatchEqual(Script script, object obj)
method CheckEquality (line 601) | private bool CheckEquality(object obj, object p1, object p2)
method DispatchMetaOnMethod (line 616) | private DynValue DispatchMetaOnMethod(Script script, object obj, strin...
method TryDispatchToNumber (line 629) | private DynValue TryDispatchToNumber(Script script, object obj)
method TryDispatchToBool (line 641) | private DynValue TryDispatchToBool(Script script, object obj)
method IsTypeCompatible (line 660) | public virtual bool IsTypeCompatible(Type type, object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/BasicDescriptors/IMemberDescriptor.cs
type IMemberDescriptor (line 9) | public interface IMemberDescriptor
method GetValue (line 31) | DynValue GetValue(Script script, object obj);
method SetValue (line 40) | void SetValue(Script script, object obj, DynValue value);
class MemberDescriptor (line 47) | public static class MemberDescriptor
method HasAllFlags (line 55) | public static bool HasAllFlags(this MemberDescriptorAccess access, Mem...
method CanRead (line 65) | public static bool CanRead(this IMemberDescriptor desc)
method CanWrite (line 75) | public static bool CanWrite(this IMemberDescriptor desc)
method CanExecute (line 85) | public static bool CanExecute(this IMemberDescriptor desc)
method GetGetterCallbackAsDynValue (line 97) | public static DynValue GetGetterCallbackAsDynValue(this IMemberDescrip...
method WithAccessOrNull (line 108) | public static IMemberDescriptor WithAccessOrNull(this IMemberDescripto...
method CheckAccess (line 127) | public static void CheckAccess(this IMemberDescriptor desc, MemberDesc...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/BasicDescriptors/IOptimizableDescriptor.cs
type IOptimizableDescriptor (line 8) | public interface IOptimizableDescriptor
method Optimize (line 13) | void Optimize();
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/BasicDescriptors/IOverloadableMemberDescriptor.cs
type IOverloadableMemberDescriptor (line 8) | public interface IOverloadableMemberDescriptor : IMemberDescriptor
method Execute (line 20) | DynValue Execute(Script script, object obj, ScriptExecutionContext con...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/BasicDescriptors/MemberDescriptorAccess.cs
type MemberDescriptorAccess (line 8) | [Flags]
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/BasicDescriptors/ParameterDescriptor.cs
class ParameterDescriptor (line 11) | public sealed class ParameterDescriptor : IWireableDescriptor
method ParameterDescriptor (line 66) | public ParameterDescriptor(string name, Type type, bool hasDefaultValu...
method ParameterDescriptor (line 89) | public ParameterDescriptor(string name, Type type, bool hasDefaultValu...
method ParameterDescriptor (line 111) | public ParameterDescriptor(ParameterInfo pi)
method ToString (line 129) | public override string ToString()
method RestrictType (line 145) | public void RestrictType(Type type)
method PrepareForWiring (line 163) | public void PrepareForWiring(Table table)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Converters/ClrToScriptConversions.cs
class ClrToScriptConversions (line 8) | internal static class ClrToScriptConversions
method TryObjectToTrivialDynValue (line 15) | internal static DynValue TryObjectToTrivialDynValue(Script script, obj...
method TryObjectToSimpleDynValue (line 45) | internal static DynValue TryObjectToSimpleDynValue(Script script, obje...
method ObjectToDynValue (line 104) | internal static DynValue ObjectToDynValue(Script script, object obj)
method EnumerationToDynValue (line 160) | public static DynValue EnumerationToDynValue(Script script, object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Converters/NumericConversions.cs
class NumericConversions (line 9) | internal static class NumericConversions
method NumericConversions (line 11) | static NumericConversions()
method DoubleToType (line 42) | internal static object DoubleToType(Type type, double d)
method TypeToDouble (line 63) | internal static double TypeToDouble(Type type, object d)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Converters/ScriptToClrConversions.cs
class ScriptToClrConversions (line 6) | internal static class ScriptToClrConversions
method DynValueToObject (line 34) | internal static object DynValueToObject(DynValue value)
method DynValueToObjectOfType (line 79) | internal static object DynValueToObjectOfType(DynValue value, Type des...
method DynValueToObjectOfTypeWeight (line 198) | internal static int DynValueToObjectOfTypeWeight(DynValue value, Type ...
method GetNumericTypeWeight (line 304) | private static int GetNumericTypeWeight(Type desiredType)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Converters/StringConversions.cs
class StringConversions (line 6) | internal static class StringConversions
type StringSubtype (line 8) | internal enum StringSubtype
method GetStringSubtype (line 16) | internal static StringSubtype GetStringSubtype(Type desiredType)
method ConvertString (line 29) | internal static object ConvertString(StringSubtype stringSubType, stri...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/Converters/TableConversions.cs
class TableConversions (line 7) | internal static class TableConversions
method ConvertIListToTable (line 12) | internal static Table ConvertIListToTable(Script script, System.Collec...
method ConvertIDictionaryToTable (line 25) | internal static Table ConvertIDictionaryToTable(Script script, System....
method CanConvertTableToType (line 45) | internal static bool CanConvertTableToType(Table table, Type t)
method ConvertTableToType (line 89) | internal static object ConvertTableToType(Table table, Type t)
method ConvertTableToDictionaryOfGenericType (line 132) | internal static object ConvertTableToDictionaryOfGenericType(Type dict...
method ConvertTableToArrayOfGenericType (line 156) | internal static object ConvertTableToArrayOfGenericType(Type arrayType...
method ConvertTableToListOfGenericType (line 179) | internal static object ConvertTableToListOfGenericType(Type listType, ...
method TableToList (line 202) | internal static List<T> TableToList<T>(Table table, Func<DynValue, T> ...
method TableToDictionary (line 219) | internal static Dictionary<TK, TV> TableToDictionary<TK, TV>(Table tab...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/CustomConvertersCollection.cs
class CustomConvertersCollection (line 10) | public class CustomConvertersCollection
method CustomConvertersCollection (line 17) | internal CustomConvertersCollection()
method SetScriptToClrCustomConversion (line 83) | public void SetScriptToClrCustomConversion(DataType scriptDataType, Ty...
method GetScriptToClrCustomConversion (line 107) | public Func<DynValue, object> GetScriptToClrCustomConversion(DataType ...
method SetClrToScriptCustomConversion (line 121) | public void SetClrToScriptCustomConversion(Type clrDataType, Func<Scri...
method SetClrToScriptCustomConversion (line 139) | public void SetClrToScriptCustomConversion<T>(Func<Script, T, DynValue...
method GetClrToScriptCustomConversion (line 150) | public Func<Script, object, DynValue> GetClrToScriptCustomConversion(T...
method SetClrToScriptCustomConversion (line 159) | [Obsolete("This method is deprecated. Use the overloads accepting func...
method SetClrToScriptCustomConversion (line 170) | [Obsolete("This method is deprecated. Use the overloads accepting func...
method Clear (line 180) | public void Clear()
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/DescriptorHelpers.cs
class DescriptorHelpers (line 13) | public static class DescriptorHelpers
method GetVisibilityFromAttributes (line 27) | public static bool? GetVisibilityFromAttributes(this MemberInfo mi)
method IsDelegateType (line 45) | public static bool IsDelegateType(this Type t)
method GetClrVisibility (line 53) | public static string GetClrVisibility(this Type type)
method GetClrVisibility (line 76) | public static string GetClrVisibility(this FieldInfo info)
method GetClrVisibility (line 95) | public static string GetClrVisibility(this PropertyInfo info)
method GetClrVisibility (line 114) | public static string GetClrVisibility(this MethodBase info)
method IsPropertyInfoPublic (line 138) | public static bool IsPropertyInfoPublic(this PropertyInfo pi)
method GetMetaNamesFromAttributes (line 152) | public static List<string> GetMetaNamesFromAttributes(this MethodInfo mi)
method SafeGetTypes (line 165) | public static Type[] SafeGetTypes(this Assembly asm)
method GetConversionMethodName (line 185) | public static string GetConversionMethodName(this Type type)
method GetAllImplementedTypes (line 201) | public static IEnumerable<Type> GetAllImplementedTypes(this Type t)
method IsValidSimpleIdentifier (line 215) | public static bool IsValidSimpleIdentifier(string str)
method ToValidSimpleIdentifier (line 234) | public static string ToValidSimpleIdentifier(string str)
method Camelify (line 256) | public static string Camelify(string name)
method UpperFirstLetter (line 286) | public static string UpperFirstLetter(string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/IGeneratorUserDataDescriptor.cs
type IGeneratorUserDataDescriptor (line 8) | public interface IGeneratorUserDataDescriptor : IUserDataDescriptor
method Generate (line 39) | IUserDataDescriptor Generate(Type type);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/IUserDataDescriptor.cs
type IUserDataDescriptor (line 8) | public interface IUserDataDescriptor
method Index (line 26) | DynValue Index(Script script, object obj, DynValue index, bool isDirec...
method SetIndex (line 36) | bool SetIndex(Script script, object obj, DynValue index, DynValue valu...
method AsString (line 42) | string AsString(object obj);
method MetaIndex (line 61) | DynValue MetaIndex(Script script, object obj, string metaname);
method IsTypeCompatible (line 70) | bool IsTypeCompatible(Type type, object obj);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/IUserDataMemberDescriptor.cs
type IUserDataMemberDescriptor (line 11) | public interface IUserDataMemberDescriptor
method GetValue (line 27) | DynValue GetValue(Script script, object obj);
method SetValue (line 35) | bool SetValue(Script script, object obj, DynValue value);
method Optimize (line 45) | void Optimize();
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/IUserDataType.cs
type IUserDataType (line 9) | public interface IUserDataType
method Index (line 18) | DynValue Index(Script script, DynValue index, bool isDirectIndexing);
method SetIndex (line 27) | bool SetIndex(Script script, DynValue index, DynValue value, bool isDi...
method MetaIndex (line 45) | DynValue MetaIndex(Script script, string metaname);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/IWireableDescriptor.cs
type IWireableDescriptor (line 8) | public interface IWireableDescriptor
method PrepareForWiring (line 15) | void PrepareForWiring(Table t);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/InteropAccessMode.cs
type InteropAccessMode (line 12) | public enum InteropAccessMode
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/InteropRegistrationPolicy.cs
class InteropRegistrationPolicy (line 11) | public static class InteropRegistrationPolicy
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/LuaStateInterop/CharPtr.cs
class CharPtr (line 53) | public class CharPtr
method CharPtr (line 79) | public CharPtr()
method CharPtr (line 85) | public CharPtr(string str)
method CharPtr (line 91) | public CharPtr(CharPtr ptr)
method CharPtr (line 97) | public CharPtr(CharPtr ptr, int index)
method CharPtr (line 103) | public CharPtr(char[] chars)
method CharPtr (line 109) | public CharPtr(char[] chars, int index)
method CharPtr (line 115) | public CharPtr(byte[] bytes)
method CharPtr (line 126) | public CharPtr(IntPtr ptr)
method inc (line 137) | public void inc() { this.index++; }
method dec (line 138) | public void dec() { this.index--; }
method next (line 139) | public CharPtr next() { return new CharPtr(this.chars, this.index + 1); }
method prev (line 140) | public CharPtr prev() { return new CharPtr(this.chars, this.index - 1); }
method add (line 141) | public CharPtr add(int ofs) { return new CharPtr(this.chars, this.inde...
method sub (line 142) | public CharPtr sub(int ofs) { return new CharPtr(this.chars, this.inde...
method Equals (line 189) | public override bool Equals(object o)
method GetHashCode (line 194) | public override int GetHashCode()
method ToString (line 198) | public override string ToString()
method ToString (line 207) | public string ToString(int length)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/LuaStateInterop/LuaBase.cs
class LuaBase (line 20) | public partial class LuaBase
method GetArgument (line 37) | protected static DynValue GetArgument(LuaState L, lua_Integer pos)
method ArgAsType (line 42) | protected static DynValue ArgAsType(LuaState L, lua_Integer pos, DataT...
method LuaType (line 47) | protected static lua_Integer LuaType(LuaState L, lua_Integer p)
method LuaLCheckLString (line 79) | protected static string LuaLCheckLString(LuaState L, lua_Integer argNu...
method LuaPushInteger (line 86) | protected static void LuaPushInteger(LuaState L, lua_Integer val)
method LuaToBoolean (line 91) | protected static lua_Integer LuaToBoolean(LuaState L, lua_Integer p)
method LuaToLString (line 96) | protected static string LuaToLString(LuaState luaState, lua_Integer p,...
method LuaToString (line 101) | protected static string LuaToString(LuaState luaState, lua_Integer p)
method LuaLAddValue (line 107) | protected static void LuaLAddValue(LuaLBuffer b)
method LuaLAddLString (line 112) | protected static void LuaLAddLString(LuaLBuffer b, CharPtr s, uint p)
method LuaLAddString (line 117) | protected static void LuaLAddString(LuaLBuffer b, string s)
method LuaLOptInteger (line 123) | protected static lua_Integer LuaLOptInteger(LuaState L, lua_Integer po...
method LuaLCheckInteger (line 133) | protected static lua_Integer LuaLCheckInteger(LuaState L, lua_Integer ...
method LuaLArgCheck (line 139) | protected static void LuaLArgCheck(LuaState L, bool condition, lua_Int...
method LuaLCheckInt (line 145) | protected static lua_Integer LuaLCheckInt(LuaState L, lua_Integer argNum)
method LuaGetTop (line 150) | protected static lua_Integer LuaGetTop(LuaState L)
method LuaLError (line 155) | protected static lua_Integer LuaLError(LuaState luaState, string messa...
method LuaLAddChar (line 160) | protected static void LuaLAddChar(LuaLBuffer b, char p)
method LuaLBuffInit (line 165) | protected static void LuaLBuffInit(LuaState L, LuaLBuffer b)
method LuaPushLiteral (line 169) | protected static void LuaPushLiteral(LuaState L, string literalString)
method LuaLPushResult (line 174) | protected static void LuaLPushResult(LuaLBuffer b)
method LuaPushLString (line 179) | protected static void LuaPushLString(LuaState L, CharPtr s, uint len)
method LuaLCheckStack (line 185) | protected static void LuaLCheckStack(LuaState L, lua_Integer n, string...
method LUA_QL (line 190) | protected static string LUA_QL(string p)
method LuaPushNil (line 196) | protected static void LuaPushNil(LuaState L)
method LuaAssert (line 201) | protected static void LuaAssert(bool p)
method LuaLTypeName (line 210) | protected static string LuaLTypeName(LuaState L, lua_Integer p)
method LuaIsString (line 215) | protected static lua_Integer LuaIsString(LuaState L, lua_Integer p)
method LuaPop (line 221) | protected static void LuaPop(LuaState L, lua_Integer p)
method LuaGetTable (line 227) | protected static void LuaGetTable(LuaState L, lua_Integer p)
method LuaLOptInt (line 240) | protected static int LuaLOptInt(LuaState L, lua_Integer pos, lua_Integ...
method LuaLCheckString (line 245) | protected static CharPtr LuaLCheckString(LuaState L, lua_Integer p)
method LuaLCheckStringStr (line 251) | protected static string LuaLCheckStringStr(LuaState L, lua_Integer p)
method LuaLArgError (line 257) | protected static void LuaLArgError(LuaState L, lua_Integer arg, string p)
method LuaLCheckNumber (line 262) | protected static double LuaLCheckNumber(LuaState L, lua_Integer pos)
method LuaPushValue (line 268) | protected static void LuaPushValue(LuaState L, lua_Integer arg)
method LuaCall (line 290) | protected static void LuaCall(LuaState L, lua_Integer nargs, lua_Integ...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/LuaStateInterop/LuaBase_CLib.cs
class LuaBase (line 9) | public partial class LuaBase
method memcmp (line 11) | protected static lua_Integer memcmp(CharPtr ptr1, CharPtr ptr2, uint s...
method memcmp (line 16) | protected static int memcmp(CharPtr ptr1, CharPtr ptr2, int size)
method memchr (line 29) | protected static CharPtr memchr(CharPtr ptr, char c, uint count)
method strpbrk (line 37) | protected static CharPtr strpbrk(CharPtr str, CharPtr charset)
method isalpha (line 46) | protected static bool isalpha(char c) { return Char.IsLetter(c); }
method iscntrl (line 47) | protected static bool iscntrl(char c) { return Char.IsControl(c); }
method isdigit (line 48) | protected static bool isdigit(char c) { return Char.IsDigit(c); }
method islower (line 49) | protected static bool islower(char c) { return Char.IsLower(c); }
method ispunct (line 50) | protected static bool ispunct(char c) { return Char.IsPunctuation(c); }
method isspace (line 51) | protected static bool isspace(char c) { return (c == ' ') || (c >= (ch...
method isupper (line 52) | protected static bool isupper(char c) { return Char.IsUpper(c); }
method isalnum (line 53) | protected static bool isalnum(char c) { return Char.IsLetterOrDigit(c); }
method isxdigit (line 54) | protected static bool isxdigit(char c) { return "0123456789ABCDEFabcde...
method isgraph (line 55) | protected static bool isgraph(char c) { return !Char.IsControl(c) && !...
method isalpha (line 57) | protected static bool isalpha(int c) { return Char.IsLetter((char)c); }
method iscntrl (line 58) | protected static bool iscntrl(int c) { return Char.IsControl((char)c); }
method isdigit (line 59) | protected static bool isdigit(int c) { return Char.IsDigit((char)c); }
method islower (line 60) | protected static bool islower(int c) { return Char.IsLower((char)c); }
method ispunct (line 61) | protected static bool ispunct(int c) { return ((char)c != ' ') && !isa...
method isspace (line 62) | protected static bool isspace(int c) { return ((char)c == ' ') || ((ch...
method isupper (line 63) | protected static bool isupper(int c) { return Char.IsUpper((char)c); }
method isalnum (line 64) | protected static bool isalnum(int c) { return Char.IsLetterOrDigit((ch...
method isgraph (line 65) | protected static bool isgraph(int c) { return !Char.IsControl((char)c)...
method tolower (line 67) | protected static char tolower(char c) { return Char.ToLower(c); }
method toupper (line 68) | protected static char toupper(char c) { return Char.ToUpper(c); }
method tolower (line 69) | protected static char tolower(int c) { return Char.ToLower((char)c); }
method toupper (line 70) | protected static char toupper(int c) { return Char.ToUpper((char)c); }
method strchr (line 74) | protected static CharPtr strchr(CharPtr str, char c)
method strcpy (line 82) | protected static CharPtr strcpy(CharPtr dst, CharPtr src)
method strncpy (line 91) | protected static CharPtr strncpy(CharPtr dst, CharPtr src, int length)
method strlen (line 104) | protected static int strlen(CharPtr str)
method sprintf (line 112) | public static void sprintf(CharPtr buffer, CharPtr str, params object[...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/LuaStateInterop/LuaLBuffer.cs
class LuaLBuffer (line 8) | public class LuaLBuffer
method LuaLBuffer (line 13) | public LuaLBuffer(LuaState l)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/LuaStateInterop/LuaState.cs
class LuaState (line 11) | public class LuaState
method LuaState (line 18) | internal LuaState(ScriptExecutionContext executionContext, CallbackArg...
method Top (line 29) | public DynValue Top(int pos = 0)
method At (line 34) | public DynValue At(int pos)
method Push (line 50) | public void Push(DynValue v)
method Pop (line 55) | public DynValue Pop()
method GetTopArray (line 62) | public DynValue[] GetTopArray(int num)
method GetReturnValue (line 73) | public DynValue GetReturnValue(int retvals)
method Discard (line 88) | public void Discard(int nargs)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/LuaStateInterop/Tools.cs
class Tools (line 60) | internal static class Tools
method IsNumericType (line 71) | public static bool IsNumericType(object o)
method IsPositive (line 95) | public static bool IsPositive(object Value, bool ZeroIsPositive)
method ToUnsigned (line 134) | public static object ToUnsigned(object Value)
method ToInteger (line 174) | public static object ToInteger(object Value, bool Round)
method UnboxToLong (line 205) | public static long UnboxToLong(object Value, bool Round)
method ReplaceMetaChars (line 242) | public static string ReplaceMetaChars(string input)
method ReplaceMetaCharsMatch (line 246) | private static string ReplaceMetaCharsMatch(Match m)
method fprintf (line 282) | public static void fprintf(TextWriter Destination, string Format, para...
method sprintf (line 291) | public static string sprintf(string Format, params object[] Parameters)
method FormatOct (line 608) | private static string FormatOct(string NativeFormat, bool Alternate,
method FormatHex (line 643) | private static string FormatHex(string NativeFormat, bool Alternate,
method FormatNumber (line 681) | private static string FormatNumber(string NativeFormat, bool Alternate,
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/PredefinedUserData/AnonWrapper.cs
class AnonWrapper (line 7) | public class AnonWrapper
method AnonWrapper (line 21) | public AnonWrapper()
method AnonWrapper (line 29) | public AnonWrapper(T o)
class AnonWrapper (line 16) | public class AnonWrapper<T> : AnonWrapper
method AnonWrapper (line 21) | public AnonWrapper()
method AnonWrapper (line 29) | public AnonWrapper(T o)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/PredefinedUserData/EnumerableWrapper.cs
class EnumerableWrapper (line 9) | internal class EnumerableWrapper : IUserDataType
method EnumerableWrapper (line 16) | private EnumerableWrapper(Script script, IEnumerator enumerator)
method Reset (line 22) | public void Reset()
method GetNext (line 30) | private DynValue GetNext(DynValue prev)
method LuaIteratorCallback (line 46) | private DynValue LuaIteratorCallback(ScriptExecutionContext executionC...
method ConvertIterator (line 52) | internal static DynValue ConvertIterator(Script script, IEnumerator en...
method ConvertTable (line 58) | internal static DynValue ConvertTable(Table table)
method Index (line 64) | public DynValue Index(Script script, DynValue index, bool isDirectInde...
method SetIndex (line 86) | public bool SetIndex(Script script, DynValue index, DynValue value, bo...
method MetaIndex (line 91) | public DynValue MetaIndex(Script script, string metaname)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/PropertyTableAssigner.cs
class PropertyTableAssigner (line 15) | public class PropertyTableAssigner<T> : IPropertyTableAssigner
method PropertyTableAssigner (line 23) | public PropertyTableAssigner(params string[] expectedMissingProperties)
method AddExpectedMissingProperty (line 32) | public void AddExpectedMissingProperty(string name)
method AssignObject (line 44) | public void AssignObject(T obj, Table data)
method GetTypeUnsafeAssigner (line 53) | public PropertyTableAssigner GetTypeUnsafeAssigner()
method SetSubassignerForType (line 63) | public void SetSubassignerForType(Type propertyType, IPropertyTableAss...
method SetSubassigner (line 73) | public void SetSubassigner<SubassignerType>(PropertyTableAssigner<Suba...
method AssignObjectUnchecked (line 84) | void IPropertyTableAssigner.AssignObjectUnchecked(object o, Table data)
method PropertyTableAssigner (line 110) | public PropertyTableAssigner(Type type, params string[] expectedMissin...
method AddExpectedMissingProperty (line 145) | public void AddExpectedMissingProperty(string name)
method TryAssignProperty (line 151) | private bool TryAssignProperty(object obj, string name, DynValue value)
method AssignProperty (line 182) | private void AssignProperty(object obj, string name, DynValue value)
method AssignObject (line 200) | public void AssignObject(object obj, Table data)
method SetSubassignerForType (line 224) | public void SetSubassignerForType(Type propertyType, IPropertyTableAss...
method AssignObjectUnchecked (line 242) | void IPropertyTableAssigner.AssignObjectUnchecked(object obj, Table data)
class PropertyTableAssigner (line 96) | public class PropertyTableAssigner : IPropertyTableAssigner
method PropertyTableAssigner (line 23) | public PropertyTableAssigner(params string[] expectedMissingProperties)
method AddExpectedMissingProperty (line 32) | public void AddExpectedMissingProperty(string name)
method AssignObject (line 44) | public void AssignObject(T obj, Table data)
method GetTypeUnsafeAssigner (line 53) | public PropertyTableAssigner GetTypeUnsafeAssigner()
method SetSubassignerForType (line 63) | public void SetSubassignerForType(Type propertyType, IPropertyTableAss...
method SetSubassigner (line 73) | public void SetSubassigner<SubassignerType>(PropertyTableAssigner<Suba...
method AssignObjectUnchecked (line 84) | void IPropertyTableAssigner.AssignObjectUnchecked(object o, Table data)
method PropertyTableAssigner (line 110) | public PropertyTableAssigner(Type type, params string[] expectedMissin...
method AddExpectedMissingProperty (line 145) | public void AddExpectedMissingProperty(string name)
method TryAssignProperty (line 151) | private bool TryAssignProperty(object obj, string name, DynValue value)
method AssignProperty (line 182) | private void AssignProperty(object obj, string name, DynValue value)
method AssignObject (line 200) | public void AssignObject(object obj, Table data)
method SetSubassignerForType (line 224) | public void SetSubassignerForType(Type propertyType, IPropertyTableAss...
method AssignObjectUnchecked (line 242) | void IPropertyTableAssigner.AssignObjectUnchecked(object obj, Table data)
type IPropertyTableAssigner (line 251) | public interface IPropertyTableAssigner
method AssignObjectUnchecked (line 258) | void AssignObjectUnchecked(object o, Table data);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/ProxyObjects/DelegateProxyFactory.cs
class DelegateProxyFactory (line 10) | public class DelegateProxyFactory<TProxy, TTarget> : IProxyFactory<TProx...
method DelegateProxyFactory (line 21) | public DelegateProxyFactory(Func<TTarget, TProxy> wrapDelegate)
method CreateProxyObject (line 29) | public TProxy CreateProxyObject(TTarget target)
method CreateProxyObject (line 39) | public object CreateProxyObject(object o)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/ProxyObjects/IProxyFactory.cs
type IProxyFactory (line 8) | public interface IProxyFactory
method CreateProxyObject (line 13) | object CreateProxyObject(object o);
method CreateProxyObject (line 36) | TProxy CreateProxyObject(TTarget target);
type IProxyFactory (line 29) | public interface IProxyFactory<TProxy, TTarget> : IProxyFactory
method CreateProxyObject (line 13) | object CreateProxyObject(object o);
method CreateProxyObject (line 36) | TProxy CreateProxyObject(TTarget target);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/ReflectionSpecialNames.cs
type ReflectionSpecialNameType (line 9) | public enum ReflectionSpecialNameType
type ReflectionSpecialName (line 49) | public struct ReflectionSpecialName
method ReflectionSpecialName (line 54) | public ReflectionSpecialName(ReflectionSpecialNameType type, string ar...
method ReflectionSpecialName (line 61) | public ReflectionSpecialName(string name)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/RegistrationPolicies/AutomaticRegistrationPolicy.cs
class AutomaticRegistrationPolicy (line 8) | public class AutomaticRegistrationPolicy : DefaultRegistrationPolicy
method AllowTypeAutoRegistration (line 18) | public override bool AllowTypeAutoRegistration(Type type)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/RegistrationPolicies/DefaultRegistrationPolicy.cs
class DefaultRegistrationPolicy (line 13) | public class DefaultRegistrationPolicy : IRegistrationPolicy
method HandleRegistration (line 21) | public IUserDataDescriptor HandleRegistration(IUserDataDescriptor newD...
method AllowTypeAutoRegistration (line 37) | public virtual bool AllowTypeAutoRegistration(Type type)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/RegistrationPolicies/IRegistrationPolicy.cs
type IRegistrationPolicy (line 8) | public interface IRegistrationPolicy
method HandleRegistration (line 16) | IUserDataDescriptor HandleRegistration(IUserDataDescriptor newDescript...
method AllowTypeAutoRegistration (line 24) | bool AllowTypeAutoRegistration(Type type);
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/RegistrationPolicies/PermanentRegistrationPolicy.cs
class PermanentRegistrationPolicy (line 10) | public class PermanentRegistrationPolicy : IRegistrationPolicy
method HandleRegistration (line 18) | public IUserDataDescriptor HandleRegistration(IUserDataDescriptor newD...
method AllowTypeAutoRegistration (line 33) | public bool AllowTypeAutoRegistration(Type type)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/AutoDescribingUserDataDescriptor.cs
class AutoDescribingUserDataDescriptor (line 10) | internal class AutoDescribingUserDataDescriptor : IUserDataDescriptor
method AutoDescribingUserDataDescriptor (line 20) | public AutoDescribingUserDataDescriptor(Type type, string friendlyName)
method Index (line 50) | public DynValue Index(Script script, object obj, DynValue index, bool ...
method SetIndex (line 69) | public bool SetIndex(Script script, object obj, DynValue index, DynVal...
method AsString (line 84) | public string AsString(object obj)
method MetaIndex (line 106) | public DynValue MetaIndex(Script script, object obj, string metaname)
method IsTypeCompatible (line 125) | public bool IsTypeCompatible(Type type, object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/CompositeUserDataDescriptor.cs
class CompositeUserDataDescriptor (line 14) | public class CompositeUserDataDescriptor : IUserDataDescriptor
method CompositeUserDataDescriptor (line 24) | public CompositeUserDataDescriptor(List<IUserDataDescriptor> descripto...
method Index (line 63) | public DynValue Index(Script script, object obj, DynValue index, bool ...
method SetIndex (line 84) | public bool SetIndex(Script script, object obj, DynValue index, DynVal...
method AsString (line 99) | public string AsString(object obj)
method MetaIndex (line 119) | public DynValue MetaIndex(Script script, object obj, string metaname)
method IsTypeCompatible (line 140) | public bool IsTypeCompatible(Type type, object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/EventFacade.cs
class EventFacade (line 8) | internal class EventFacade : IUserDataType
method EventFacade (line 14) | public EventFacade(EventMemberDescriptor parent, object obj)
method EventFacade (line 21) | public EventFacade(Func<object, ScriptExecutionContext, CallbackArgume...
method Index (line 28) | public DynValue Index(Script script, DynValue index, bool isDirectInde...
method SetIndex (line 41) | public bool SetIndex(Script script, DynValue index, DynValue value, bo...
method MetaIndex (line 46) | public DynValue MetaIndex(Script script, string metaname)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/HardwiredDescriptors/DefaultValue.cs
class DefaultValue (line 4) | public sealed class DefaultValue
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/HardwiredDescriptors/HardwiredMemberDescriptor.cs
class HardwiredMemberDescriptor (line 7) | public abstract class HardwiredMemberDescriptor : IMemberDescriptor
method HardwiredMemberDescriptor (line 11) | protected HardwiredMemberDescriptor(Type memberType, string name, bool...
method GetValue (line 26) | public DynValue GetValue(Script script, object obj)
method SetValue (line 33) | public void SetValue(Script script, object obj, DynValue value)
method GetValueImpl (line 41) | protected virtual object GetValueImpl(Script script, object obj)
method SetValueImpl (line 46) | protected virtual void SetValueImpl(Script script, object obj, object ...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/HardwiredDescriptors/HardwiredMethodMemberDescriptor.cs
class HardwiredMethodMemberDescriptor (line 6) | public abstract class HardwiredMethodMemberDescriptor : FunctionMemberDe...
method Execute (line 8) | public override DynValue Execute(Script script, object obj, ScriptExec...
method CalcArgsCount (line 19) | private int CalcArgsCount(object[] pars)
method Invoke (line 32) | protected abstract object Invoke(Script script, object obj, object[] p...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/HardwiredDescriptors/HardwiredUserDataDescriptor.cs
class HardwiredUserDataDescriptor (line 6) | public abstract class HardwiredUserDataDescriptor : DispatchingUserDataD...
method HardwiredUserDataDescriptor (line 8) | protected HardwiredUserDataDescriptor(Type T) :
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/MemberDescriptors/ArrayMemberDescriptor.cs
class ArrayMemberDescriptor (line 10) | public class ArrayMemberDescriptor : ObjectCallbackMemberDescriptor, IWi...
method ArrayMemberDescriptor (line 20) | public ArrayMemberDescriptor(string name, bool isSetter, ParameterDesc...
method ArrayMemberDescriptor (line 34) | public ArrayMemberDescriptor(string name, bool isSetter)
method PrepareForWiring (line 47) | public void PrepareForWiring(Table t)
method BuildArrayIndices (line 70) | private static int[] BuildArrayIndices(CallbackArguments args, int count)
method ArrayIndexerSet (line 80) | private static object ArrayIndexerSet(object arrayObj, ScriptExecution...
method ArrayIndexerGet (line 96) | private static object ArrayIndexerGet(object arrayObj, ScriptExecution...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/MemberDescriptors/DynValueMemberDescriptor.cs
class DynValueMemberDescriptor (line 8) | public class DynValueMemberDescriptor : IMemberDescriptor, IWireableDesc...
method DynValueMemberDescriptor (line 17) | protected DynValueMemberDescriptor(string name, string serializedTable...
method DynValueMemberDescriptor (line 32) | protected DynValueMemberDescriptor(string name)
method DynValueMemberDescriptor (line 45) | public DynValueMemberDescriptor(string name, DynValue value)
method GetValue (line 89) | public DynValue GetValue(Script script, object obj)
method SetValue (line 101) | public void SetValue(Script script, object obj, DynValue value)
method PrepareForWiring (line 111) | public void PrepareForWiring(Table t)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/MemberDescriptors/FunctionMemberDescriptorBase.cs
class FunctionMemberDescriptorBase (line 14) | public abstract class FunctionMemberDescriptorBase : IOverloadableMember...
method Initialize (line 55) | protected void Initialize(string funcName, bool isStatic, ParameterDes...
method GetCallback (line 81) | public Func<ScriptExecutionContext, CallbackArguments, DynValue> GetCa...
method GetCallbackFunction (line 92) | public CallbackFunction GetCallbackFunction(Script script, object obj ...
method GetCallbackAsDynValue (line 103) | public DynValue GetCallbackAsDynValue(Script script, object obj = null)
method CreateCallbackDynValue (line 115) | public static DynValue CreateCallbackDynValue(Script script, MethodInf...
method BuildArgumentList (line 131) | protected virtual object[] BuildArgumentList(Script script, object obj...
method BuildReturnValue (line 239) | protected static DynValue BuildReturnValue(Script script, List<int> ou...
method Execute (line 269) | public abstract DynValue Execute(Script script, object obj, ScriptExec...
method GetValue (line 288) | public virtual DynValue GetValue(Script script, object obj)
method SetValue (line 301) | public virtual void SetValue(Script script, object obj, DynValue v)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/MemberDescriptors/ObjectCallbackMemberDescriptor.cs
class ObjectCallbackMemberDescriptor (line 10) | public class ObjectCallbackMemberDescriptor : FunctionMemberDescriptorBase
method ObjectCallbackMemberDescriptor (line 20) | public ObjectCallbackMemberDescriptor(string funcName)
method ObjectCallbackMemberDescriptor (line 33) | public ObjectCallbackMemberDescriptor(string funcName, Func<object, Sc...
method ObjectCallbackMemberDescriptor (line 45) | public ObjectCallbackMemberDescriptor(string funcName, Func<object, Sc...
method Execute (line 59) | public override DynValue Execute(Script script, object obj, ScriptExec...
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/ProxyUserDataDescriptor.cs
class ProxyUserDataDescriptor (line 9) | public sealed class ProxyUserDataDescriptor : IUserDataDescriptor
method ProxyUserDataDescriptor (line 14) | internal ProxyUserDataDescriptor(IProxyFactory proxyFactory, IUserData...
method Proxy (line 51) | private object Proxy(object obj)
method Index (line 64) | public DynValue Index(Script script, object obj, DynValue index, bool ...
method SetIndex (line 78) | public bool SetIndex(Script script, object obj, DynValue index, DynVal...
method AsString (line 88) | public string AsString(object obj)
method MetaIndex (line 107) | public DynValue MetaIndex(Script script, object obj, string metaname)
method IsTypeCompatible (line 120) | public bool IsTypeCompatible(Type type, object obj)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/ReflectionMemberDescriptors/EventMemberDescriptor.cs
class EventMemberDescriptor (line 16) | public class EventMemberDescriptor : IMemberDescriptor
method TryCreateIfVisible (line 35) | public static EventMemberDescriptor TryCreateIfVisible(EventInfo ei, I...
method CheckEventIsCompatible (line 72) | public static bool CheckEventIsCompatible(EventInfo ei, bool throwExce...
method EventMemberDescriptor (line 134) | public EventMemberDescriptor(EventInfo ei, InteropAccessMode accessMod...
method GetValue (line 162) | public DynValue GetValue(Script script, object obj)
method AddCallback (line 173) | internal DynValue AddCallback(object o, ScriptExecutionContext context...
method RemoveCallback (line 187) | internal DynValue RemoveCallback(object o, ScriptExecutionContext cont...
method RegisterCallback (line 201) | private void RegisterCallback(object o)
method UnregisterCallback (line 216) | private void UnregisterCallback(object o)
method CreateDelegate (line 228) | private Delegate CreateDelegate(object sender)
method DispatchEvent (line 271) | private void DispatchEvent(object sender,
method SetValue (line 330) | public void SetValue(Script script, object obj, DynValue v)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/ReflectionMemberDescriptors/FieldMemberDescriptor.cs
class FieldMemberDescriptor (line 15) | public class FieldMemberDescriptor : IMemberDescriptor, IOptimizableDesc...
method TryCreateIfVisible (line 55) | public static FieldMemberDescriptor TryCreateIfVisible(FieldInfo fi, I...
method FieldMemberDescriptor (line 69) | public FieldMemberDescriptor(FieldInfo fi, InteropAccessMode accessMode)
method GetValue (line 102) | public DynValue GetValue(Script script, object obj)
method OptimizeGetter (line 123) | internal void OptimizeGetter()
method SetValue (line 156) | public void SetValue(Script script, object obj, DynValue v)
method Optimize (line 205) | void IOptimizableDescriptor.Optimize()
method PrepareForWiring (line 216) | public void PrepareForWiring(Table t)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/ReflectionMemberDescriptors/MethodMemberDescriptor.cs
class MethodMemberDescriptor (line 17) | public class MethodMemberDescriptor : FunctionMemberDescriptorBase, IOpt...
method MethodMemberDescriptor (line 44) | public MethodMemberDescriptor(MethodBase methodBase, InteropAccessMode...
method TryCreateIfVisible (line 112) | public static MethodMemberDescriptor TryCreateIfVisible(MethodBase met...
method CheckMethodIsCompatible (line 135) | public static bool CheckMethodIsCompatible(MethodBase methodBase, bool...
method Execute (line 177) | public override DynValue Execute(Script script, object obj, ScriptExec...
method Optimize (line 218) | void IOptimizableDescriptor.Optimize()
method PrepareForWiring (line 283) | public void PrepareForWiring(Table t)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/ReflectionMemberDescriptors/OverloadedMethodMemberDescriptor.cs
class OverloadedMethodMemberDescriptor (line 15) | public class OverloadedMethodMemberDescriptor : IOptimizableDescriptor, ...
class OverloadableMemberDescriptorComparer (line 20) | private class OverloadableMemberDescriptorComparer : IComparer<IOverlo...
method Compare (line 22) | public int Compare(IOverloadableMemberDescriptor x, IOverloadableMem...
class OverloadCacheItem (line 31) | private class OverloadCacheItem
method OverloadedMethodMemberDescriptor (line 56) | public OverloadedMethodMemberDescriptor(string name, Type declaringType)
method OverloadedMethodMemberDescriptor (line 68) | public OverloadedMethodMemberDescriptor(string name, Type declaringTyp...
method OverloadedMethodMemberDescriptor (line 80) | public OverloadedMethodMemberDescriptor(string name, Type declaringTyp...
method SetExtensionMethodsSnapshot (line 91) | internal void SetExtensionMethodsSnapshot(int version, List<IOverloada...
method AddOverload (line 121) | public void AddOverload(IOverloadableMemberDescriptor overload)
method PerformOverloadedCall (line 147) | private DynValue PerformOverloadedCall(Script script, object obj, Scri...
method Cache (line 223) | private void Cache(bool hasObject, CallbackArguments args, IOverloadab...
method CheckMatch (line 271) | private bool CheckMatch(bool hasObject, CallbackArguments args, Overlo...
method CalcScoreForOverload (line 304) | private int CalcScoreForOverload(ScriptExecutionContext context, Callb...
method CalcScoreForSingleArgument (line 404) | private static int CalcScoreForSingleArgument(ParameterDescriptor desc...
method GetCallback (line 423) | public Func<ScriptExecutionContext, CallbackArguments, DynValue> GetCa...
method Optimize (line 429) | void IOptimizableDescriptor.Optimize()
method GetCallbackFunction (line 441) | public CallbackFunction GetCallbackFunction(Script script, object obj ...
method GetValue (line 471) | public DynValue GetValue(Script script, object obj)
method SetValue (line 483) | public void SetValue(Script script, object obj, DynValue value)
method PrepareForWiring (line 493) | public void PrepareForWiring(Table t)
FILE: Assets/Plugins/MoonSharp/Interpreter/Interop/StandardDescriptors/ReflectionMemberDescriptors/PropertyMemberDescriptor.cs
class PropertyMemberDescriptor (line 15) | public class PropertyMemberDescriptor : IMemberDescriptor, IOptimizableD...
method TryCreateIfVisible (line 62) | public static PropertyMemberDescriptor TryCreateIfVisible(PropertyInfo...
method TryCreate (line 85) | private static PropertyMemberDescriptor TryCreate(PropertyInfo pi, Int...
method PropertyMemberDescriptor (line 101) | public PropertyMemberDescriptor(P
Copy disabled (too large)
Download .json
Condensed preview — 2878 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (11,333K chars).
[
{
"path": ".gitattributes",
"chars": 503,
"preview": "# Auto detect text files and perform LF normalization\n* text=auto\n\n# Custom for Visual Studio\n*.cs diff=csharp\n\n# St"
},
{
"path": ".github/ISSUE_TEMPLATE/bug_report.md",
"chars": 657,
"preview": "---\nname: Bug report\nabout: Create a report to help us improve\n\n---\n\n**Describe the bug**\nA clear and concise descriptio"
},
{
"path": ".github/workflows/activation.yml",
"chars": 598,
"preview": "name: Acquire activation file\non:\n workflow_dispatch\njobs:\n activation:\n name: Request manual activation file 🔑\n "
},
{
"path": ".github/workflows/build.yml",
"chars": 6500,
"preview": "name: Build CYF & Notify\n\non: [push, pull_request, workflow_dispatch]\n\njobs:\n buildWindows:\n name: Build CYF (Window"
},
{
"path": ".github/workflows/docs.yml",
"chars": 1274,
"preview": "# Simple workflow for deploying static content to GitHub Pages\nname: Deploy static content to Pages\n\non:\n # Runs on pus"
},
{
"path": ".github/workflows/nightly_notification.yml",
"chars": 689,
"preview": "name: Send a message to the channel cyf-nightly\n\non:\n workflow_run:\n workflows: [\"Build CYF\"]\n types:\n - com"
},
{
"path": ".gitignore",
"chars": 1276,
"preview": "# Unitale ignored directories\n/Assets/Logs/*\n/Assets/Sprites/ScreenReference/\n/Assets/Scripts/Unused/\n/Assets/Tests/\n/As"
},
{
"path": ".vsconfig",
"chars": 95,
"preview": "{\n \"version\": \"1.0\",\n \"components\": [\n \"Microsoft.VisualStudio.Workload.ManagedGame\"\n ]\n}"
},
{
"path": "Assets/Default/Audio/Credits.txt",
"chars": 95,
"preview": "FamilyJules7x made the mus_batle_1 remix used here: https://www.youtube.com/watch?v=c9KbQcuaTA0"
},
{
"path": "Assets/Default/Audio/Credits.txt.meta",
"chars": 200,
"preview": "fileFormatVersion: 2\nguid: aab1f8e238c34ea46bea6070878a6d14\ntimeCreated: 1503470811\nlicenseType: Free\nTextScriptImporter"
},
{
"path": "Assets/Default/Audio/mus_barrier.ogg.meta",
"chars": 458,
"preview": "fileFormatVersion: 2\nguid: aa33be8af984ff248a1c13e7db396a37\nAudioImporter:\n externalObjects: {}\n serializedVersion: 6\n"
},
{
"path": "Assets/Default/Audio/mus_battle1 fj7x.ogg.meta",
"chars": 458,
"preview": "fileFormatVersion: 2\nguid: 70d6d2eeb5340c84bb40404aaaaf4048\nAudioImporter:\n externalObjects: {}\n serializedVersion: 6\n"
},
{
"path": "Assets/Default/Audio/mus_battle1.ogg.meta",
"chars": 478,
"preview": "fileFormatVersion: 2\nguid: 50ec4c2bfcf8d9b4eb7eb1fc56707101\ntimeCreated: 1502841103\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Audio/mus_gameover.ogg.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 75848a4b95afe824cab4175919a8c1fa\ntimeCreated: 1457547354\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Audio.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: 14e96c05e5db4b646909d6cb2bf9d1ae\nfolderAsset: yes\ntimeCreated: 1457546963\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Shaders/cyfshaders/linux.meta",
"chars": 155,
"preview": "fileFormatVersion: 2\nguid: 681062b1a96faab46ab9297169b5fb8a\nDefaultImporter:\n externalObjects: {}\n userData: \n assetB"
},
{
"path": "Assets/Default/Shaders/cyfshaders/mac.meta",
"chars": 155,
"preview": "fileFormatVersion: 2\nguid: b9be2b6501dd2c6459a88b7913d24ce9\nDefaultImporter:\n externalObjects: {}\n userData: \n assetB"
},
{
"path": "Assets/Default/Shaders/cyfshaders/windows.meta",
"chars": 155,
"preview": "fileFormatVersion: 2\nguid: 1e182b18668d13e4394c7eb1082ee5e4\nDefaultImporter:\n externalObjects: {}\n userData: \n assetB"
},
{
"path": "Assets/Default/Shaders/cyfshaders.meta",
"chars": 172,
"preview": "fileFormatVersion: 2\nguid: 3aa04ef2c9d2c6e4ba03a4648e4f599a\nfolderAsset: yes\nDefaultImporter:\n externalObjects: {}\n us"
},
{
"path": "Assets/Default/Shaders.meta",
"chars": 172,
"preview": "fileFormatVersion: 2\nguid: 3c3f6c917658d134d87bb96acadfa6cd\nfolderAsset: yes\nDefaultImporter:\n externalObjects: {}\n us"
},
{
"path": "Assets/Default/Sounds/BeginBattle1.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 431beb76492f1f845b9520a34e7b8cc0\ntimeCreated: 1459078780\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/BeginBattle2.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 1bf6d2433b1e5134799b6c04440d6bc9\ntimeCreated: 1459078779\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/BeginBattle3.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 8572f22f35523a84184153a813e7f8e9\ntimeCreated: 1459078781\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/HotCat.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 8a3d720eb17fdc042b2d0e6351cfa6ce\ntimeCreated: 1466143929\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/HotDog.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: b8c1de3cfdb715e4980688468db9d4b9\ntimeCreated: 1466143930\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/LegHero.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: f64a19ef31041c5498c601ca2eef3747\ntimeCreated: 1466159742\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/SeaTea.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 8069749ee551e47498e91c1706aa6381\ntimeCreated: 1466159985\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/ShopFail.wav.meta",
"chars": 458,
"preview": "fileFormatVersion: 2\nguid: 7998b58882adf934babd4ce014cb4f50\nAudioImporter:\n externalObjects: {}\n serializedVersion: 6\n"
},
{
"path": "Assets/Default/Sounds/ShopSuccess.wav.meta",
"chars": 458,
"preview": "fileFormatVersion: 2\nguid: 3c8dbfb25db012a4da636f9c85517dee\nAudioImporter:\n externalObjects: {}\n serializedVersion: 6\n"
},
{
"path": "Assets/Default/Sounds/Voices/monsterfont.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 70ef014a5e60beb4bbc2f9ccda4ff8cf\ntimeCreated: 1473925228\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/tem1.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 3f5b2c4f30edb8a46b71a01ccfd42931\ntimeCreated: 1477305948\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/tem2.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: fd12a91715afc6249ba3545f8bc78328\ntimeCreated: 1477305949\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/tem3.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 53dfe92cd1f828b41a539bb6f84a1200\ntimeCreated: 1477305949\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/tem4.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 294cdd8d71e1fc74e833f0091a7a05af\ntimeCreated: 1477305948\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/tem5.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 45dd1604071457e47bd466d526eb52ce\ntimeCreated: 1477305949\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/tem6.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 1370756a15833254397eebd7936add75\ntimeCreated: 1477305948\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/uifont.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 02b1f572cebcf2c4abbea26d6c9be407\ntimeCreated: 1457547093\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/uifontold.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 4d5d112418204d14c9fc5bf0834c1dd0\ntimeCreated: 1471528187\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/v_asriel.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: fedff4117c9b8e84ba45bbef01149471\ntimeCreated: 1478061990\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/v_flowey.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: abe55480052ca2a409a8e679e7d2ab32\ntimeCreated: 1457547415\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/v_floweymad.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 67687bd8c0218354bab506a354b2d933\ntimeCreated: 1457547346\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/v_fluffybuns.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: b67594aada2061f44a1caf66fc309297\ntimeCreated: 1457547415\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/v_papyrus.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 06c0240b00b50b340b7517d24e2bf85e\ntimeCreated: 1457547099\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices/v_sans.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: d620307963e14f947b4178dab17bfdb9\ntimeCreated: 1457547476\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/Voices.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: 5f3db5e7056a6b84f8ace82c40a85d43\nfolderAsset: yes\ntimeCreated: 1457546965\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Sounds/dogsecret.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: c85400fcc8fa50741aa1f8364c91c2c8\ntimeCreated: 1457547475\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/enemydust.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 0f8822ff1c0128c48bfc2e95168dec7e\ntimeCreated: 1457547101\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/healsound.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 12641dc00331b414392bd546ddd5883c\ntimeCreated: 1457547102\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/heartbeatbreaker.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: d8d0f7997e5dcc144879c704559cde92\ntimeCreated: 1457547476\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/heartsplosion.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: cc6f9fea44a46c741a20551ebdd1b14f\ntimeCreated: 1457547475\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/hitsound.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 7da91f56bafdc944c8ca3fe0f80134ff\ntimeCreated: 1457547377\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/hurtsound.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 9eb776ec771073f48b9dd23c7cb7e84d\ntimeCreated: 1457547411\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/levelup.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: acd614b82fb034645aa668e455f5df2a\ntimeCreated: 1465461309\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/menuconfirm.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 244468e146686ee4dba3b4a4db13f682\ntimeCreated: 1457547293\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/menumove.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: c3f3d23f5a5569541aaec3d969661223\ntimeCreated: 1457547474\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow1.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 912b7158d7bef4d4bbc69b94d970c044\ntimeCreated: 1476775283\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow2.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 0ba7e24662753e043920dd31e2b48bff\ntimeCreated: 1476775283\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow3.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 080b556e27fc67b4e8c7ba3539024aa2\ntimeCreated: 1476775282\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow4.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 4970da98ec15970418f2b47d3fcb859e\ntimeCreated: 1476775283\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow5.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: fda07ac1ebf679d4ea42ca77efe6c5dd\ntimeCreated: 1476775283\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow6.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 486e21dccf68a1443b6164f646134952\ntimeCreated: 1476726035\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow7.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: fa0ead1ac4bf9984caf82eb759618014\ntimeCreated: 1476726035\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/meow8.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 11afd05c0f3bab04e82f0324ddefd21f\ntimeCreated: 1476726034\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/runaway.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: b6c0dddedaae5d14581c869a56b319aa\ntimeCreated: 1457547416\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/saved.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: bcb94a74efc33744781b7c8a88ca483e\ntimeCreated: 1465856098\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/slice.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 34b19c24f4e9b4c479d985c9af711ca9\ntimeCreated: 1457547294\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds/success.wav.meta",
"chars": 463,
"preview": "fileFormatVersion: 2\nguid: 5ee26f66351b1a5408ca86c09999219b\ntimeCreated: 1457547317\nlicenseType: Free\nAudioImporter:\n s"
},
{
"path": "Assets/Default/Sounds.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: ca5dedaed30358543b26b6a20fb4d9c0\nfolderAsset: yes\ntimeCreated: 1457546964\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Sprites/AsrielOW/0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 577797dbbe35aac48a0b15c2c7916dcf\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7326c839d4af26847b8b70ceebd04f47\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/10.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: f08a5e26139d9d74cb1296614332fac1\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/11.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d640185c49624d648b68a99832ffc6b4\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/12.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: f3a66c88be1694b4da0a27b0a75aa3c7\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/13.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 21e32fa7c16bbe747bcb47ece4e9c568\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/14.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: cc8a0cdcc36ba4f4599baac8dd73134b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/15.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: c901c713901f48d42a509d6f89aadc7f\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: b33ce194414c39e488d4822e4f90baba\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 98908ac10b0866649a62f57bdf4d4ab5\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 58fc372ea804377498cf7167f0b00489\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 6896b8354b919da40a9e581241a6003b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/6.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 9729339f60a8bb34f88a8dee27cade93\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/7.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: dd938e69de784c74fad3dbedbff27e1b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/8.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d570ff85768bcd643b32e28ff03905c7\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/9.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: daac7788f6ac65141bfb87ecc60314c5\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d4461a3ed2a82ba47b7fdc06ab80c10a\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a67982f2dcaa926449051948f81d7966\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 5d720980f287ea04ea4a35c611c2ce6b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: b8797af297b09214699ac141e7b7dd5b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a180c25d3c2f13e48b475ac62bf88546\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: cf8432231d47f224b8fa14eb7b015304\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h6.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 77587ffc3151b0b42a29fde00f29be90\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h7.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: f5dea9343ec9fb64fa193ce0b3b9f295\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h8.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 0fe95aee121c70a43b23cb0317d7589c\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu/h9.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 5dc543eb6d21dc4489fb0a9446a1f530\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/Huggu.meta",
"chars": 172,
"preview": "fileFormatVersion: 2\nguid: 671d4ec01db613d4e9e8dde60b9b31fa\nfolderAsset: yes\nDefaultImporter:\n externalObjects: {}\n us"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d239396e77e1637409e0c8649e02fdf4\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: caf5196662968e04dafb207be27f9cb4\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s10-1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 99cdc0ffd8c0d854f9234d17251e846a\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s10-2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 8ee2b612d3fe814419862c5b02e2db7f\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s11.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7b05529ac11c5054bb8ff1f3ec4c07da\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s12.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 9c4b2f1584d14bf4f88045d7318ed0f1\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s13.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: e723bac10a1a5a84a8c433a36d06f7ee\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s14.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 24964212465fb524b81992ed28348144\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s15.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 4308e783318d7b24a844ce2768de6cc1\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s16.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ff27a6bb88f130641aa66050ca1a6085\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s17.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a1bf7b28ec9a48246abf8e58908b9f5c\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s18.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7517c208fe8111f4cb8bc1a7ecbc2779\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: e28e72691b634244896ce979471add4b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7f0d82682a061a94ead5f0f672ad9a2b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: c67c8d09b47948845bb8c7ec7a92d0e5\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 6f78760685004804d846618f963d628c\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s6.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ee8db0891bf36ac4a95bd0abb2482c7d\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s7.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ba382c6c270c3c14c829aa496a4b8128\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s8.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 3a050360c84d72a44927c0bb5532c6e4\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW/s9.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 8d518a2fb5151da4d92cbfb965ef1c45\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/AsrielOW.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: 8a8a3eebfb803604f9397e7e4623cb4c\nfolderAsset: yes\ntimeCreated: 1493557737\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Sprites/BoosterOW/0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: f0e2a2f2777a1fa448302eba64368e1d\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 4cdaf19576d12ae4a896859af528e35e\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/10.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 616cb7b012811914da3c6a14fd0a6c25\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/11.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 4f1c2dc6e4319bd4bbc4e0d082662c20\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/12.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a182c62192b430d4fbd4e7ffe8e4f087\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/13.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 11df0d286b9d68c428f366f4060bfa23\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/14.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: cbf2c20ea3ef0474e92d2142223ab0e3\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/15.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: b941a07410ff3ad4291a04c5f8cd8936\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 77141d41c7e8d82419d88fa20efa4ea0\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 42c28ff6eadaa33439195a006825ffc8\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: f9de730c798974049804b31818d97b7c\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a5a9b71c564a62545959da90d4f17a27\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/6.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 41c1eee041e00f64fb6410f8fbe7e500\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/7.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: f47717c4986745140a32080cf6377250\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/8.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 0bf069d973cee1547a05b614d21d59fc\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/9.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 59d487f4d00435c48ae9cf52c0f35b6b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/j0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ab646b19ca046224e93eab9336152440\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW/j1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 9aa3c9913dece8d49b8c15805d59bdc0\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/BoosterOW.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: 0bc2635621edc9b4f975c92b1e164095\nfolderAsset: yes\ntimeCreated: 1497720991\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Sprites/CharaOW/0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ad466656d4b5e6a4db5fd79529f55c27\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: efeeffdcac2165145bbcab24bc362626\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/10.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 0ec422c79fc192f479ee8256677a197b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/11.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 921f293ede543cb4d825e3cb498e9e48\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/12.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a4072362a12736145a38e190f0a261c0\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/13.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: dd312cb5bb290cb4da969e758775a83a\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/14.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: fd07b4027fc600c43affdbe0b67efaa3\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/15.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ea94fda5262aad74182829e1d35d7d72\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 5f55d954126d65f439b6f23683e99ffd\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 312c7417d7a2ac541bef34590a6f0d42\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7807d5ccebbe88a41bcfdb105953c324\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 0590713846a1c4149957991f7ad24f8b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/6.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 1f59a71e9cebf1041a06be43e58b43be\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/7.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: e00ae7ff064044d40830aaef631c56f4\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/8.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: c995161e99ad9274a8c5a459a338cea5\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/9.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 743c5196c7cafae42a593455c21105ed\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/l1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 985af152ac122aa48a805f9f6b838830\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/l2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ffbccff19c9935b41938b40d104dc211\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW/l3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 27193c6b2cce0624c9fb7793ebbc278c\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/CharaOW.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: 44d9c9df9574f294c8d9dce25b7b8ab6\nfolderAsset: yes\ntimeCreated: 1493425668\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Sprites/FriskUT/0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 0cd40369340055b4f8b73af76fd26763\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ba3bc926f01aa7e4782aa6b0faf2a3d8\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/10.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 838b785b4e4249c49bc92b3385651a4b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/11.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d36e4e096f220054f9a00fcdad9a6bcd\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/12.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 2b1b22fb123ae2643826959df63ea840\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/13.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 082000e8c418f184095431519cc37075\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/14.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: baccee3983d65bc4d864b7df7159f7e8\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/15.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 1bdacc3d8b336204ea6b5db8a494e01d\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: af23c6c8a6d35304392407bf04dc160c\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 606cdb7dbb65bc04e9751e9790fc02cc\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: bf4f3c556ff738e43a6f8efd808d3fd2\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 075e83ca017ba0545bba2465f1e6c993\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/6.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 1cb3e0bd47d98194085aeb4255a66ee1\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/7.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 0964c75799ba697438ad23896a4107fc\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/8.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 9a634abda8898fd499f1264c77c3cb97\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/9.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 29b8b27a4045bde4c8ba97c1a30b2095\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/ef0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 5bdcb51559b69934e9ebf9f125243e50\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/ef1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a0c1223929b608a44b3b2214cabf9daf\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/ef2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 2629ce93b75c5b3439582f04f5fc46cc\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/ef3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: eaf3b483b9e31df4fb9e0190bd1d7dac\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/ef4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a6cee9c11b5522a40b5e20a3f2c1c922\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/f0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 982ac32bde5cf2c46b8c2fc4b4ecfc9a\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/f1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 4a40b6f9f9984f540ba342c7a0a1a1c0\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/f2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 32edd8b28aaf38f418e49a41e0aa489e\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/f3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: b140d33d26371eb4f9982c1ec16444d0\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall/f4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d3e2edb6bd1db6641bf2fdf827774a66\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Fall.meta",
"chars": 172,
"preview": "fileFormatVersion: 2\nguid: 0908985321c7535468f2b22ac4c90030\nfolderAsset: yes\nDefaultImporter:\n externalObjects: {}\n us"
},
{
"path": "Assets/Default/Sprites/FriskUT/Glitch/g0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: d81365b24e2cece479178039af2bad56\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Glitch/g1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: a66dc9fdb2f3e9646a7c932415e72948\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Glitch/g2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 1e0649e4cdeb16446a1dfb66e5ab9486\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Glitch/gg.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7d560ee9aac5b4b4f9e8f89420c50143\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/FriskUT/Glitch.meta",
"chars": 172,
"preview": "fileFormatVersion: 2\nguid: df6dd1276e002244ab304ef8ebb49354\nfolderAsset: yes\nDefaultImporter:\n externalObjects: {}\n us"
},
{
"path": "Assets/Default/Sprites/FriskUT.meta",
"chars": 192,
"preview": "fileFormatVersion: 2\nguid: 32780a5e36b5bed4986714e398cfc245\nfolderAsset: yes\ntimeCreated: 1492427435\nlicenseType: Free\nD"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/0.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: e0e2d8020c6f1d64388c22899d22776d\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/1.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 2271711158c27db4683ad026e5f2a285\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/10.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 9bcb7f7fc3c04ba4fbfbab3dacfd2cc7\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/11.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: fbbeadc5e485f8f499ea22a47112ca82\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/12.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 195bde516bbd96c4c9b65ee8a893109b\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/13.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 3fc11aab7d9ac8843b8e274bb691c202\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/14.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 363f8f54afe63464cae58c393ab7c369\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/15.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 7e71a4b589542024989e7168b3712ced\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/2.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: ccda01f9015fed04098d41fa5741d1a1\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/3.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 4ea8372b65de669499035f48b7bee8f6\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/4.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 67c1f60a5134ccf4aa6601eea28b24eb\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
},
{
"path": "Assets/Default/Sprites/MonsterKidOW/5.png.meta",
"chars": 2247,
"preview": "fileFormatVersion: 2\nguid: 43d5a8c5aa60f6243b1f5d04b8a21bfd\nTextureImporter:\n fileIDToRecycleName: {}\n externalObjects"
}
]
// ... and 2678 more files (download for full content)
About this extraction
This page contains the full source code of the RhenaudTheLukark/CreateYourFrisk GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2878 files (10.1 MB), approximately 2.8M tokens, and a symbol index with 4214 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.