├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── assets ├── cw_text │ ├── text_chi │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ ├── cw_rm_pearlcat.txt │ │ └── cw_ss_pearlcat.txt │ ├── text_eng │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ ├── cw_rm_pearlcat.txt │ │ └── cw_ss_pearlcat.txt │ ├── text_fre │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ ├── cw_rm_pearlcat.txt │ │ └── cw_ss_pearlcat.txt │ ├── text_ger │ │ └── cw_as_pearlblack.txt │ ├── text_ita │ │ └── cw_as_pearlblack.txt │ ├── text_jap │ │ └── cw_as_pearlblack.txt │ ├── text_kor │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ └── cw_rm_pearlcat.txt │ ├── text_por │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ └── cw_ss_pearlcat.txt │ ├── text_rus │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ ├── cw_rm_pearlcat.txt │ │ └── cw_ss_pearlcat.txt │ └── text_spa │ │ ├── cw_as_pearlblack.txt │ │ ├── cw_as_pearlblue.txt │ │ ├── cw_as_pearlgreen.txt │ │ ├── cw_as_pearlred.txt │ │ ├── cw_as_pearlyellow.txt │ │ ├── cw_cw_pearlcat.txt │ │ ├── cw_heart_pearlpup.txt │ │ ├── cw_pearlcat_firstencounter_haspup.txt │ │ ├── cw_pearlcat_firstencounter_nopup.txt │ │ ├── cw_pearlcat_firstencounter_sickpup.txt │ │ ├── cw_pearlcat_firstencounter_trueend.txt │ │ ├── cw_pearlcat_firstencounter_trueend_recognised.txt │ │ ├── cw_pearlcat_randomgreeting_haspup.txt │ │ ├── cw_pearlcat_randomgreeting_nopup.txt │ │ ├── cw_pearlcat_randomgreeting_sickpup.txt │ │ ├── cw_pearlcat_randomgreeting_trueend.txt │ │ ├── cw_pearlcat_secondencounter_haspup.txt │ │ ├── cw_pearlcat_secondencounter_nopup.txt │ │ ├── cw_pearlcat_secondencounter_sickpup.txt │ │ ├── cw_pearlcat_secondencounter_trueend.txt │ │ ├── cw_rm_pearlcat.txt │ │ └── cw_ss_pearlcat.txt ├── decals │ └── pearlcatpupdrawings.png ├── illustrations │ ├── multiplayerportrait00-pearlcat.png │ ├── multiplayerportrait01-pearlcat.png │ ├── multiplayerportrait10-pearlcat.png │ ├── multiplayerportrait11-pearlcat.png │ ├── multiplayerportrait20-pearlcat.png │ ├── multiplayerportrait21-pearlcat.png │ ├── multiplayerportrait30-pearlcat.png │ ├── multiplayerportrait31-pearlcat.png │ ├── multiplayerportrait40-pearlcat.png │ ├── multiplayerportrait41-pearlcat.png │ ├── pearlcat_menupearls │ │ ├── 0.png │ │ ├── 0_(ascendscene).png │ │ ├── 1.png │ │ ├── 1_(ascendscene).png │ │ ├── 2.png │ │ ├── 2_(ascendscene).png │ │ ├── 3.png │ │ ├── 3_(ascendscene).png │ │ ├── 4.png │ │ ├── 4_(ascendscene).png │ │ ├── 5.png │ │ ├── 5_(ascendscene).png │ │ ├── 6.png │ │ ├── 6_(ascendscene).png │ │ ├── 7.png │ │ ├── 7_(ascendscene).png │ │ ├── 8.png │ │ ├── 8_(ascendscene).png │ │ ├── 9.png │ │ ├── 9_(ascendscene).png │ │ ├── active_(ascendscene).png │ │ ├── halo.png │ │ ├── halo_(ascendscene).png │ │ ├── heart.png │ │ ├── heartcore.png │ │ ├── placeholder.png │ │ ├── unique_biggoldenpearl.png │ │ ├── unique_cw_pearlcat.png │ │ ├── unique_invalid.png │ │ ├── unique_rm_pearlcat.png │ │ └── unique_ss_pearlcat.png │ └── pearlcat_titlecard.png ├── licensing.txt ├── loadedsoundeffects │ └── ambient │ │ ├── pearlcat-traininside.ogg │ │ └── pearlcat-trainoutside.ogg ├── modify │ ├── soundeffects │ │ └── sounds.txt │ └── world │ │ ├── regions.txt │ │ └── ss │ │ └── world_ss.txt ├── modinfo.json ├── music │ └── songs │ │ ├── pearlcat_amnesia.ogg │ │ ├── pearlcat_chatoyance.ogg │ │ ├── pearlcat_heartmend.ogg │ │ └── pearlcat_intro.ogg ├── palettes │ ├── palette302.png │ └── palette303.png ├── pearlcat_atlases │ ├── pearlcat_arm.png │ ├── pearlcat_arm.txt │ ├── pearlcat_body.png │ ├── pearlcat_body.txt │ ├── pearlcat_face.png │ ├── pearlcat_face.txt │ ├── pearlcat_face_sick.png │ ├── pearlcat_face_sick.txt │ ├── pearlcat_feet.png │ ├── pearlcat_feet.txt │ ├── pearlcat_head.png │ ├── pearlcat_head.txt │ ├── pearlcat_hips.png │ ├── pearlcat_hips.txt │ ├── pearlcat_legs.png │ ├── pearlcat_legs.txt │ ├── pearlcat_pearlpup_face.png │ ├── pearlcat_pearlpup_face.txt │ ├── pearlcat_pearlpup_face_sick.png │ ├── pearlcat_pearlpup_face_sick.txt │ ├── pearlcat_pearlpup_feet.png │ ├── pearlcat_pearlpup_feet.txt │ ├── pearlcat_pearlpup_head.png │ ├── pearlcat_pearlpup_head.txt │ ├── pearlcat_pearlpup_hips_sick.png │ ├── pearlcat_pearlpup_hips_sick.txt │ ├── pearlcat_pearlpup_scarf.png │ ├── pearlcat_pearlpup_scarf.txt │ ├── pearlcat_pearlpup_sleeve.png │ ├── pearlcat_pearlpup_sleeve.txt │ ├── pearlcat_scar.png │ ├── pearlcat_scar.txt │ ├── pearlcat_scarf.png │ ├── pearlcat_scarf.txt │ ├── pearlcat_sleeve.png │ └── pearlcat_sleeve.txt ├── pearlcat_sprites │ ├── hud │ │ ├── hudpearls │ │ │ ├── pearlcat_hudpearl.png │ │ │ ├── pearlcat_hudpearl_biggoldenpearl.png │ │ │ ├── pearlcat_hudpearl_cw_pearlcat.png │ │ │ ├── pearlcat_hudpearl_heart_pearlpup.png │ │ │ ├── pearlcat_hudpearl_rm.png │ │ │ ├── pearlcat_hudpearl_rm_pearlcat.png │ │ │ └── pearlcat_hudpearl_ss_pearlcat.png │ │ ├── pearlcat_hudcircle.png │ │ ├── pearlcat_hudcooldown.png │ │ ├── pearlcat_hudlockedshortcut.png │ │ ├── pearlcat_hudpossession.png │ │ ├── pearlcat_hudsentry.png │ │ └── pearlcat_hudshadow.png │ ├── pearlcat_cloak.png │ ├── pearlcat_earaccent_l.png │ ├── pearlcat_earaccent_r.png │ ├── pearlcat_milock.png │ ├── pearlcat_pearlpup_cloak.png │ ├── pearlcat_pearlpup_tailaccent.png │ ├── pearlcat_tailaccent.png │ ├── pearlsymbols │ │ ├── pearlcat_0.png │ │ ├── pearlcat_1.png │ │ ├── pearlcat_2.png │ │ ├── pearlcat_3.png │ │ ├── pearlcat_4.png │ │ ├── pearlcat_5.png │ │ ├── pearlcat_6.png │ │ ├── pearlcat_7.png │ │ ├── pearlcat_8.png │ │ ├── pearlcat_9.png │ │ ├── pearlcat_activerage.png │ │ ├── pearlcat_agilitysentry.png │ │ ├── pearlcat_glyphcooldown.png │ │ ├── pearlcat_glyphcw1.png │ │ ├── pearlcat_glyphcw2.png │ │ ├── pearlcat_glyphheart.png │ │ ├── pearlcat_glyphsentry.png │ │ ├── pearlcat_over9.png │ │ ├── pearlcat_possesscircle.png │ │ ├── pearlcat_ragesentry.png │ │ ├── pearlcat_revivesentry.png │ │ ├── pearlcat_sentryhalo.png │ │ └── pearlcat_shieldsentry.png │ └── trainview_t1 │ │ ├── pearlcat_antenna.png │ │ ├── pearlcat_bottomshutter.png │ │ ├── pearlcat_bottomshutter_night.png │ │ ├── pearlcat_clouds0.png │ │ ├── pearlcat_clouds1.png │ │ ├── pearlcat_clouds2.png │ │ ├── pearlcat_daysky.png │ │ ├── pearlcat_flyingclouds.png │ │ ├── pearlcat_light0.png │ │ ├── pearlcat_light1.png │ │ ├── pearlcat_light2.png │ │ ├── pearlcat_nightsky.png │ │ ├── pearlcat_spear.png │ │ ├── pearlcat_spire1.png │ │ ├── pearlcat_spire2.png │ │ ├── pearlcat_spire3.png │ │ ├── pearlcat_spire4.png │ │ ├── pearlcat_spire5.png │ │ ├── pearlcat_spire6.png │ │ ├── pearlcat_spire7.png │ │ ├── pearlcat_spire8.png │ │ ├── pearlcat_spire9.png │ │ ├── pearlcat_structure1.png │ │ ├── pearlcat_structure2.png │ │ ├── pearlcat_structure3.png │ │ ├── pearlcat_structure4.png │ │ ├── pearlcat_structure5.png │ │ ├── pearlcat_structure6.png │ │ ├── pearlcat_support.png │ │ ├── pearlcat_support_night.png │ │ ├── pearlcat_topshutter.png │ │ └── pearlcat_topshutter_night.png ├── plugins │ ├── Pearlcat.dll │ └── Pearlcat.pdb ├── slugbase │ ├── pearlcat.json │ ├── scenes │ │ ├── dream_pearlcat_moon.json │ │ ├── dream_pearlcat_moon │ │ │ ├── 1.png │ │ │ ├── 2_(pup).png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── dark.png │ │ │ ├── flat_(!pup)_(!trueend).png │ │ │ └── flat_(pup).png │ │ ├── dream_pearlcat_pearlpup.json │ │ ├── dream_pearlcat_pearlpup │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── dark.png │ │ │ └── flat.png │ │ ├── dream_pearlcat_pebbles.json │ │ ├── dream_pearlcat_pebbles │ │ │ ├── 1_(!pup)_(!trueend).png │ │ │ ├── 1_(pup).png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── dark.png │ │ │ ├── flat_(!pup)_(!trueend).png │ │ │ └── flat_(pup).png │ │ ├── dream_pearlcat_scholar.json │ │ ├── dream_pearlcat_scholar │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4_(pup).png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── flat_(!pup).png │ │ │ ├── flat_(pup).png │ │ │ └── scholar_symbol.png │ │ ├── dream_pearlcat_sick.json │ │ ├── dream_pearlcat_sick │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── dark.png │ │ │ └── flat.png │ │ ├── slugcat_pearlcat.json │ │ ├── slugcat_pearlcat │ │ │ ├── (!trueend)_1_(pup).png │ │ │ ├── (!trueend)_2.png │ │ │ ├── (!trueend)_3.png │ │ │ ├── (!trueend)_4.png │ │ │ ├── (!trueend)_5.png │ │ │ ├── (trueend).png │ │ │ ├── flat_(!trueend)_1_(pup).png │ │ │ ├── flat_(!trueend)_2.png │ │ │ ├── flat_(!trueend)_3.png │ │ │ ├── flat_(!trueend)_4.png │ │ │ └── flat_(!trueend)_5.png │ │ ├── slugcat_pearlcat_ascended.json │ │ ├── slugcat_pearlcat_ascended │ │ │ ├── flat.png │ │ │ ├── pearlcatbody.png │ │ │ └── pearlcathead.png │ │ ├── slugcat_pearlcat_sick.json │ │ ├── slugcat_pearlcat_sick │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── flat.png │ │ │ └── pearlcat.png │ │ ├── slugcat_pearlcat_sleep.json │ │ ├── slugcat_pearlcat_sleep │ │ │ ├── 1_(!trueend).png │ │ │ ├── 2_(!trueend).png │ │ │ ├── 3_(!trueend).png │ │ │ ├── 4_(!trueend).png │ │ │ ├── flat_(!trueend)_(!pup).png │ │ │ ├── flat_(!trueend)_(!pup)_(sad).png │ │ │ ├── flat_(pup)_(!sad).png │ │ │ ├── flat_(pup)_(sad).png │ │ │ ├── flat_(trueend).png │ │ │ ├── pearlcat_(!trueend)_(!pup)_(!sad).png │ │ │ ├── pearlcat_(!trueend)_(sad).png │ │ │ ├── pearlcat_(pup)_(!sad).png │ │ │ ├── pearlpup_(pup)_(!sad).png │ │ │ ├── pearlpup_(pup)_(sad).png │ │ │ ├── pearlpup_(trueend).png │ │ │ └── scarf_(!trueend)_(sad).png │ │ ├── slugcat_pearlcat_statistics_ascended.json │ │ ├── slugcat_pearlcat_statistics_ascended │ │ │ ├── flat.png │ │ │ └── pearlcat.png │ │ ├── slugcat_pearlcat_statistics_sick.json │ │ └── slugcat_pearlcat_statistics_sick │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── flat.png │ │ │ └── pearlcat.png │ └── slideshows │ │ ├── pearlcat_intro.json │ │ ├── pearlcat_intro │ │ ├── 1 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ └── flat.png │ │ ├── 2 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ └── flat.png │ │ ├── 3 │ │ │ ├── 1.png │ │ │ ├── 2_1.png │ │ │ ├── 2_2.png │ │ │ ├── 3_1.png │ │ │ ├── 3_2.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── flat_1.png │ │ │ └── flat_2.png │ │ ├── 4 │ │ │ ├── 1_1.png │ │ │ ├── 1_2.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4_3.png │ │ │ ├── 5.png │ │ │ ├── flat_1.png │ │ │ ├── flat_2.png │ │ │ └── flat_3.png │ │ ├── 5 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── flat.png │ │ ├── 6 │ │ │ └── flat.png │ │ └── black.png │ │ ├── pearlcat_outro.json │ │ ├── pearlcat_outro │ │ ├── 1 │ │ │ └── flat.png │ │ ├── 2 │ │ │ ├── flat_(!pup).png │ │ │ └── flat_(pup).png │ │ ├── 3 │ │ │ ├── 1_(pup).png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── flat_(!pup).png │ │ │ └── flat_(pup).png │ │ ├── 4 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── flat.png │ │ ├── 5 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── flat.png │ │ ├── 6 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── flat.png │ │ ├── 7 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ └── flat.png │ │ └── black.png │ │ ├── pearlcat_outro_sick.json │ │ └── pearlcat_outro_sick │ │ ├── 1 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── flat.png │ │ ├── 2 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── flat.png │ │ ├── 3 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── flat.png │ │ ├── 4 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── flat.png │ │ ├── 5 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── flat.png │ │ ├── 6 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── flat.png │ │ ├── 7 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── flat.png │ │ ├── 8 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── flat.png │ │ ├── 9 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── flat.png │ │ ├── 10 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── flat.png │ │ └── black.png ├── soundeffects │ ├── pearlcatheartbeat.wav │ ├── pearlcatmenucrackle.wav │ ├── pearlcatpearlretrieve.wav │ ├── pearlcatpearlscroll.wav │ ├── pearlcatpearlstore.wav │ ├── pearlcatshieldhold.wav │ ├── pearlcatshieldoff.wav │ └── pearlcatshieldstart.wav ├── text │ ├── text_chi │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_cw_pearlcat.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_cw_pearlcat.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_eng │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_cw_pearlcat.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_cw_pearlcat.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ └── pearlcatpebbles_ss_pearlcat.txt │ ├── text_fre │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_ger │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_ita │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_jap │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_kor │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_por │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ ├── text_rus │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_cw_pearlcat.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_cw_pearlcat.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt │ └── text_spa │ │ ├── 10-pearlcatpebbles.txt │ │ ├── 101-pearlcatpebbles.txt │ │ ├── 102-pearlcatpebbles.txt │ │ ├── 103-pearlcatpebbles.txt │ │ ├── 104-pearlcatpebbles.txt │ │ ├── 105-pearlcatpebbles.txt │ │ ├── 106-pearlcatpebbles.txt │ │ ├── 11-pearlcatpebbles.txt │ │ ├── 119-pearlcatpebbles.txt │ │ ├── 12-pearlcatpebbles.txt │ │ ├── 121-pearlcatpebbles.txt │ │ ├── 128-pearlcatpebbles.txt │ │ ├── 13-pearlcatpebbles.txt │ │ ├── 14-pearlcatpebbles.txt │ │ ├── 15-pearlcatpebbles.txt │ │ ├── 16-pearlcatpebbles.txt │ │ ├── 17-pearlcatpebbles.txt │ │ ├── 18-pearlcatpebbles.txt │ │ ├── 20-pearlcatpebbles.txt │ │ ├── 21-pearlcatpebbles.txt │ │ ├── 22-pearlcatpebbles.txt │ │ ├── 23-pearlcatpebbles.txt │ │ ├── 24-pearlcatpebbles.txt │ │ ├── 38-pearlcatpebbles.txt │ │ ├── 40-pearlcatpebbles.txt │ │ ├── 41-pearlcatpebbles.txt │ │ ├── 42-pearlcatpebbles.txt │ │ ├── 43-pearlcatpebbles.txt │ │ ├── 51-pearlcatpebbles.txt │ │ ├── 54-pearlcatpebbles.txt │ │ ├── 7-pearlcatpebbles.txt │ │ ├── pearlcatmoon_as_pearlblack.txt │ │ ├── pearlcatmoon_as_pearlblue.txt │ │ ├── pearlcatmoon_as_pearlgreen.txt │ │ ├── pearlcatmoon_as_pearlred.txt │ │ ├── pearlcatmoon_as_pearlyellow.txt │ │ ├── pearlcatmoon_cw_pearlcat.txt │ │ ├── pearlcatmoon_heart_pearlpup.txt │ │ ├── pearlcatmoon_rm_pearlcat.txt │ │ ├── pearlcatmoon_ss_pearlcat.txt │ │ ├── pearlcatpebbles_as_pearlblack.txt │ │ ├── pearlcatpebbles_as_pearlblue.txt │ │ ├── pearlcatpebbles_as_pearlgreen.txt │ │ ├── pearlcatpebbles_as_pearlred.txt │ │ ├── pearlcatpebbles_as_pearlyellow.txt │ │ ├── pearlcatpebbles_cw_pearlcat.txt │ │ ├── pearlcatpebbles_heart_pearlpup.txt │ │ ├── pearlcatpebbles_ss_pearlcat.txt │ │ └── strings.txt ├── thumbnail.png ├── v1.9.15b │ └── plugins │ │ ├── Pearlcat.dll │ │ └── Pearlcat.pdb ├── workshopdata.json └── world │ ├── ss-rooms │ ├── ss_d08.txt │ ├── ss_d08_2.png │ ├── ss_t1_container.txt │ ├── ss_t1_container_1.png │ ├── ss_t1_container_settings.txt │ ├── ss_t1_cross.txt │ ├── ss_t1_cross_1.png │ ├── ss_t1_cross_2.png │ ├── ss_t1_cross_3.png │ ├── ss_t1_cross_gatescannersettings.txt │ ├── ss_t1_cross_settings.txt │ ├── ss_t1_lift.txt │ ├── ss_t1_lift_1.png │ ├── ss_t1_lift_2.png │ ├── ss_t1_lift_3.png │ ├── ss_t1_lift_4.png │ ├── ss_t1_lift_settings.txt │ ├── ss_t1_long.txt │ ├── ss_t1_long_1.png │ ├── ss_t1_long_2.png │ ├── ss_t1_long_3.png │ ├── ss_t1_long_4.png │ ├── ss_t1_long_settings.txt │ ├── ss_t1_s01.txt │ ├── ss_t1_s01_1.png │ ├── ss_t1_s01_settings.txt │ ├── ss_t1_start.txt │ ├── ss_t1_start_1.png │ ├── ss_t1_start_2.png │ ├── ss_t1_start_3.png │ ├── ss_t1_start_4.png │ ├── ss_t1_start_5.png │ └── ss_t1_start_settings.txt │ ├── t1-rooms │ ├── t1_car0.txt │ ├── t1_car0_1.png │ ├── t1_car0_settings.txt │ ├── t1_car1.txt │ ├── t1_car1_1.png │ ├── t1_car1_settings.txt │ ├── t1_car2.txt │ ├── t1_car2_1.png │ ├── t1_car2_settings.txt │ ├── t1_car3.txt │ ├── t1_car3_1.png │ ├── t1_car3_settings.txt │ ├── t1_carend.txt │ ├── t1_carend_1.png │ ├── t1_carend_settings.txt │ ├── t1_end.txt │ ├── t1_end_1.png │ ├── t1_end_settings.txt │ ├── t1_s01.txt │ ├── t1_s01_1.png │ ├── t1_s01_settings.txt │ ├── t1_start.txt │ ├── t1_start_1.png │ └── t1_start_settings.txt │ └── t1 │ ├── displayname.txt │ ├── map_t1.png │ ├── map_t1.txt │ ├── properties.txt │ ├── ultrakillsubtext.txt │ └── world_t1.txt ├── levels ├── ss_t1 │ ├── ss_t1_container.png │ ├── ss_t1_container.txt │ ├── ss_t1_cross.png │ ├── ss_t1_cross.txt │ ├── ss_t1_lift.png │ ├── ss_t1_lift.txt │ ├── ss_t1_long.png │ ├── ss_t1_long.txt │ ├── ss_t1_s01.png │ ├── ss_t1_s01.txt │ ├── ss_t1_start.png │ └── ss_t1_start.txt └── t1 │ ├── t1_car0.png │ ├── t1_car0.txt │ ├── t1_car1.png │ ├── t1_car1.txt │ ├── t1_car2.png │ ├── t1_car2.txt │ ├── t1_car3.png │ ├── t1_car3.txt │ ├── t1_carend.png │ ├── t1_carend.txt │ ├── t1_end.png │ ├── t1_end.txt │ ├── t1_s01.png │ ├── t1_s01.txt │ ├── t1_start.png │ ├── t1_start.txt │ ├── t1_tower.png │ └── t1_tower.txt ├── src ├── Enums │ ├── Enums.Dreams.cs │ ├── Enums.Oracle.cs │ ├── Enums.Pearls.cs │ ├── Enums.Scenes.cs │ ├── Enums.Sounds.cs │ └── Enums.cs ├── Hooks │ ├── Hooks.cs │ ├── Menu │ │ ├── Menu_Helpers.cs │ │ ├── Menu_Hooks.cs │ │ ├── Menu_HooksIL.cs │ │ └── SlideShow_HooksIL.cs │ ├── Misc │ │ ├── Input │ │ │ ├── Input_Helpers.cs │ │ │ └── Input_Helpers_IIC.cs │ │ ├── ModCompat │ │ │ ├── ModCompat_Helpers.cs │ │ │ ├── ModCompat_Hooks.cs │ │ │ └── ModCompat_HooksIL.cs │ │ ├── SaveData │ │ │ ├── SaveData_Helpers.cs │ │ │ └── SaveData_Hooks.cs │ │ └── Sound │ │ │ ├── Sound_Hooks.cs │ │ │ └── Sound_HooksIL.cs │ ├── Pearlpup │ │ ├── Graphics │ │ │ ├── PearlpupGraphics_Helpers.cs │ │ │ └── PearlpupGraphics_Hooks.cs │ │ ├── PearlpupIllness_Hooks.cs │ │ ├── Pearlpup_Helpers.cs │ │ └── Pearlpup_Hooks.cs │ ├── Player │ │ ├── Abilities │ │ │ ├── PlayerAbilities_Helpers.cs │ │ │ ├── PlayerAbilities_Helpers_Agility.cs │ │ │ ├── PlayerAbilities_Helpers_Camouflage.cs │ │ │ ├── PlayerAbilities_Helpers_Rage.cs │ │ │ ├── PlayerAbilities_Helpers_Revive.cs │ │ │ ├── PlayerAbilities_Helpers_Shield.cs │ │ │ └── PlayerAbilities_Helpers_SpearCreation.cs │ │ ├── Graphics │ │ │ ├── PlayerGraphics_Helpers.cs │ │ │ └── PlayerGraphics_Hooks.cs │ │ ├── PlayerPearl │ │ │ ├── PlayerHeartPearl_Hooks.cs │ │ │ ├── PlayerPearl_Helpers.cs │ │ │ ├── PlayerPearl_Helpers_Data.cs │ │ │ ├── PlayerPearl_Helpers_Graphics.cs │ │ │ └── PlayerPearl_Hooks.cs │ │ ├── Player_Helpers.cs │ │ ├── Player_Hooks.cs │ │ ├── Player_HooksIL.cs │ │ └── PossessionFixes │ │ │ ├── PlayerPossessionFixes_Hooks.cs │ │ │ └── PlayerPossessionFixes_HooksIL.cs │ └── World │ │ ├── Creatures │ │ ├── Creatures_Hooks.cs │ │ └── Creatures_HooksIL.cs │ │ ├── CustomPearls │ │ ├── CustomPearls_Helpers.cs │ │ └── CustomPearls_Hooks.cs │ │ ├── Room │ │ ├── Room_Helpers.cs │ │ └── Room_Hooks.cs │ │ ├── SLOracle │ │ ├── SLOracle_Helpers.cs │ │ └── SLOracle_Hooks.cs │ │ ├── SSOracle │ │ ├── Conversation │ │ │ ├── SSOracleConversation_Helpers.cs │ │ │ ├── SSOracleConversation_Hooks.cs │ │ │ └── SSOracleConversation_HooksIL.cs │ │ ├── Pearls │ │ │ ├── SSOraclePearls_Helpers.cs │ │ │ ├── SSOraclePearls_Hooks.cs │ │ │ └── SSOraclePearls_HooksIL.cs │ │ ├── SSOracle_Helpers.cs │ │ └── SSOracle_Hooks.cs │ │ ├── World_Helpers.cs │ │ ├── World_Hooks.cs │ │ └── World_HooksIL.cs ├── ModOptions │ ├── ModOptions.cs │ └── OptionInterface │ │ ├── ModOptionInterface.Menus.cs │ │ ├── ModOptionInterface.cs │ │ └── OptionsTemplate.cs ├── Pearlcat.csproj ├── Pearlcat.sln ├── Plugin.cs └── Scripts │ ├── AssetLoader.cs │ ├── BackgroundView │ ├── CustomBgScene.cs │ ├── Elements │ │ ├── BgBuilding.cs │ │ ├── BgLightning.cs │ │ ├── CloseCloud.cs │ │ ├── Cloud.cs │ │ ├── CustomBgElement.cs │ │ ├── DistantCloud.cs │ │ ├── Fog.cs │ │ └── HorizonCloud.cs │ └── TrainView.cs │ ├── ModCompat │ ├── CWCompat.cs │ ├── IICCompat.cs │ └── RainMeadow │ │ ├── MeadowCompat.cs │ │ ├── MeadowOnlineOptions.cs │ │ ├── MeadowRPCs.cs │ │ └── OnlineData │ │ ├── MeadowOptionsData.cs │ │ ├── MeadowPearlSpearData.cs │ │ ├── MeadowPearlcatData.cs │ │ ├── MeadowPlayerPearlData.cs │ │ └── MeadowSaveData.cs │ ├── ModuleManager.cs │ ├── Modules │ ├── Menu │ │ ├── MenuIllustrationModule.cs │ │ ├── MenuSceneModule.cs │ │ └── SlugcatSelectMenuModule.cs │ ├── MusicPlayerModule.cs │ ├── PearlpupModule.cs │ ├── Player │ │ ├── PlayerModule.Abilities.cs │ │ ├── PlayerModule.Graphics.cs │ │ ├── PlayerModule.cs │ │ └── PlayerPearl │ │ │ ├── HeartPearlModule.cs │ │ │ └── PlayerPearlModule.cs │ ├── SSOracleModule.cs │ └── SpearModule.cs │ ├── Oracle │ └── SSOracleMeetPearlcat.cs │ ├── Player │ ├── CloakGraphics.cs │ ├── InventoryHUD │ │ ├── InventoryHUD.cs │ │ └── PlayerPearlSymbol.cs │ ├── PearlEffect │ │ ├── PearlEffect.cs │ │ ├── PearlEffectManager.cs │ │ └── PearlSentry.cs │ ├── PearlGraphics │ │ ├── PearlAnimation.cs │ │ ├── PearlAnimations │ │ │ ├── ComplexOrbit │ │ │ │ ├── PearlAnimation_LayerOrbit.cs │ │ │ │ ├── PearlAnimation_MultiOrbit.cs │ │ │ │ └── PearlAnimation_OrbitBase.cs │ │ │ ├── PearlAnimation_BasicOrbit.cs │ │ │ ├── PearlAnimation_FreeFall.cs │ │ │ ├── PearlAnimation_Sleeping.cs │ │ │ └── Sine │ │ │ │ ├── PearlAnimation_SineBase.cs │ │ │ │ ├── PearlAnimation_SineWave.cs │ │ │ │ └── PearlAnimation_SineWaveWeave.cs │ │ └── PearlGraphics.cs │ └── UmbilicalGraphics.cs │ ├── RoomScripts │ ├── SS │ │ ├── SS_T1_CROSS.cs │ │ └── SS_T1_S01.cs │ └── T1 │ │ ├── T1_S01.cs │ │ ├── T1_START_Alt.cs │ │ └── Tutorial │ │ ├── T1_CAR0.cs │ │ ├── T1_CAR1.cs │ │ ├── T1_CAR2.cs │ │ ├── T1_CAR3.cs │ │ └── T1_START.cs │ ├── SaveData │ ├── JsonColorHandler.cs │ ├── SaveMiscProgression.cs │ └── SaveMiscWorld.cs │ └── Utils.cs ├── steam_description ├── steam_description_cn.txt ├── steam_description_en.txt ├── steam_description_es.txt └── steam_description_ru.txt ├── translatecodestrings.py └── translatetext.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/README.md -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_chi/cw_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_chi/cw_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_eng/cw_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_eng/cw_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_fre/cw_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_fre/cw_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_ger/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_ger/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_ita/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_ita/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_jap/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_jap/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_kor/cw_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_kor/cw_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_por/cw_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_por/cw_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_rus/cw_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_rus/cw_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_as_pearlred.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/cw_text/text_spa/cw_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/cw_text/text_spa/cw_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/decals/pearlcatpupdrawings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/decals/pearlcatpupdrawings.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/0.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/1.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/2.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/3.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/4.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/5.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/6.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/7.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/8.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/9.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/halo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/halo.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_menupearls/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_menupearls/heart.png -------------------------------------------------------------------------------- /assets/illustrations/pearlcat_titlecard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/illustrations/pearlcat_titlecard.png -------------------------------------------------------------------------------- /assets/licensing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/licensing.txt -------------------------------------------------------------------------------- /assets/modify/soundeffects/sounds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/modify/soundeffects/sounds.txt -------------------------------------------------------------------------------- /assets/modify/world/regions.txt: -------------------------------------------------------------------------------- 1 | [ADD]T1 -------------------------------------------------------------------------------- /assets/modify/world/ss/world_ss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/modify/world/ss/world_ss.txt -------------------------------------------------------------------------------- /assets/modinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/modinfo.json -------------------------------------------------------------------------------- /assets/music/songs/pearlcat_amnesia.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/music/songs/pearlcat_amnesia.ogg -------------------------------------------------------------------------------- /assets/music/songs/pearlcat_chatoyance.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/music/songs/pearlcat_chatoyance.ogg -------------------------------------------------------------------------------- /assets/music/songs/pearlcat_heartmend.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/music/songs/pearlcat_heartmend.ogg -------------------------------------------------------------------------------- /assets/music/songs/pearlcat_intro.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/music/songs/pearlcat_intro.ogg -------------------------------------------------------------------------------- /assets/palettes/palette302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/palettes/palette302.png -------------------------------------------------------------------------------- /assets/palettes/palette303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/palettes/palette303.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_arm.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_arm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_arm.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_body.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_body.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_body.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_face.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_face.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_face.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_face_sick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_face_sick.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_face_sick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_face_sick.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_feet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_feet.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_feet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_feet.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_head.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_head.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_head.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_hips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_hips.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_hips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_hips.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_legs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_legs.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_legs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_legs.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_face.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_face.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_face.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_feet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_feet.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_feet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_feet.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_head.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_head.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_head.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_scarf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_scarf.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_scarf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_scarf.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_sleeve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_sleeve.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_pearlpup_sleeve.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_pearlpup_sleeve.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_scar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_scar.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_scar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_scar.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_scarf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_scarf.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_scarf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_scarf.txt -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_sleeve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_sleeve.png -------------------------------------------------------------------------------- /assets/pearlcat_atlases/pearlcat_sleeve.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_atlases/pearlcat_sleeve.txt -------------------------------------------------------------------------------- /assets/pearlcat_sprites/hud/pearlcat_hudcircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/hud/pearlcat_hudcircle.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/hud/pearlcat_hudcooldown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/hud/pearlcat_hudcooldown.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/hud/pearlcat_hudsentry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/hud/pearlcat_hudsentry.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/hud/pearlcat_hudshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/hud/pearlcat_hudshadow.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlcat_cloak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlcat_cloak.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlcat_earaccent_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlcat_earaccent_l.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlcat_earaccent_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlcat_earaccent_r.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlcat_milock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlcat_milock.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlcat_pearlpup_cloak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlcat_pearlpup_cloak.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlcat_tailaccent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlcat_tailaccent.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_0.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_1.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_2.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_3.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_4.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_5.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_6.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_7.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_8.png -------------------------------------------------------------------------------- /assets/pearlcat_sprites/pearlsymbols/pearlcat_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/pearlcat_sprites/pearlsymbols/pearlcat_9.png -------------------------------------------------------------------------------- /assets/plugins/Pearlcat.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/plugins/Pearlcat.dll -------------------------------------------------------------------------------- /assets/plugins/Pearlcat.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/plugins/Pearlcat.pdb -------------------------------------------------------------------------------- /assets/slugbase/pearlcat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/pearlcat.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/1.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/3.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/4.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/5.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/6.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/7.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_moon/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_moon/dark.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pearlpup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pearlpup.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pearlpup/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pearlpup/1.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pearlpup/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pearlpup/2.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pearlpup/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pearlpup/3.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pebbles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pebbles.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pebbles/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pebbles/2.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pebbles/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pebbles/3.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pebbles/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pebbles/4.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pebbles/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pebbles/5.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_pebbles/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_pebbles/6.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_scholar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_scholar.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_scholar/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_scholar/1.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_scholar/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_scholar/2.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_scholar/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_scholar/3.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_scholar/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_scholar/5.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_scholar/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_scholar/6.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_sick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_sick.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_sick/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_sick/1.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_sick/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_sick/2.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_sick/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_sick/3.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_sick/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_sick/dark.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/dream_pearlcat_sick/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/dream_pearlcat_sick/flat.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/slugcat_pearlcat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/slugcat_pearlcat.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/slugcat_pearlcat_sick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/slugcat_pearlcat_sick.json -------------------------------------------------------------------------------- /assets/slugbase/scenes/slugcat_pearlcat_sick/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/slugcat_pearlcat_sick/1.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/slugcat_pearlcat_sick/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/slugcat_pearlcat_sick/2.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/slugcat_pearlcat_sick/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/slugcat_pearlcat_sick/3.png -------------------------------------------------------------------------------- /assets/slugbase/scenes/slugcat_pearlcat_sleep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/scenes/slugcat_pearlcat_sleep.json -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro.json -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/3.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/4.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/5.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/6.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/1/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/1/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/3.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/4.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/5.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/6.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/2/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/2/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/2_1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/2_2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/3_1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/3_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/3_2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/4.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/5.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/3/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/3/6.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/4/1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/4/1_1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/4/1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/4/1_2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/4/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/4/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/4/3.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/4/4_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/4/4_3.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/4/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/4/5.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/5/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/5/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/5/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/5/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/5/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/6/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/6/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_intro/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_intro/black.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro.json -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/1/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/1/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/3/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/3/3.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/4/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/4/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/4/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/4/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/4/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/4/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/5/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/5/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/5/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/5/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/5/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/5/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/6/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/6/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/6/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/6/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/6/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/6/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/7/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/7/1.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/7/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/7/2.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/7/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/7/3.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/7/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/7/4.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/7/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/7/flat.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro/black.png -------------------------------------------------------------------------------- /assets/slugbase/slideshows/pearlcat_outro_sick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/slugbase/slideshows/pearlcat_outro_sick.json -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatheartbeat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatheartbeat.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatmenucrackle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatmenucrackle.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatpearlretrieve.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatpearlretrieve.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatpearlscroll.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatpearlscroll.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatpearlstore.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatpearlstore.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatshieldhold.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatshieldhold.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatshieldoff.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatshieldoff.wav -------------------------------------------------------------------------------- /assets/soundeffects/pearlcatshieldstart.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/soundeffects/pearlcatshieldstart.wav -------------------------------------------------------------------------------- /assets/text/text_chi/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- 1 | 0-106-pearlcatpebbles 2 | 是的,你不应该读到这个…… 3 | 4 | 哎呀,哈哈 - forthfora -------------------------------------------------------------------------------- /assets/text/text_chi/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatpebbles_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatpebbles_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatpebbles_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatpebbles_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_chi/pearlcatpebbles_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/pearlcatpebbles_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_chi/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_chi/strings.txt -------------------------------------------------------------------------------- /assets/text/text_eng/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_as_pearlgreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_as_pearlgreen.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_as_pearlyellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_as_pearlyellow.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_heart_pearlpup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_heart_pearlpup.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatpebbles_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatpebbles_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatpebbles_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatpebbles_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_eng/pearlcatpebbles_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_eng/pearlcatpebbles_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_fre/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_fre/pearlcatmoon_as_pearlblack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/pearlcatmoon_as_pearlblack.txt -------------------------------------------------------------------------------- /assets/text/text_fre/pearlcatmoon_as_pearlblue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/pearlcatmoon_as_pearlblue.txt -------------------------------------------------------------------------------- /assets/text/text_fre/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_fre/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_fre/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_fre/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_fre/strings.txt -------------------------------------------------------------------------------- /assets/text/text_ger/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ger/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_ger/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_ger/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_ger/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ger/strings.txt -------------------------------------------------------------------------------- /assets/text/text_ita/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_ita/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_ita/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_ita/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_ita/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_ita/strings.txt -------------------------------------------------------------------------------- /assets/text/text_jap/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_jap/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_jap/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_jap/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_jap/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_jap/strings.txt -------------------------------------------------------------------------------- /assets/text/text_kor/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_kor/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_kor/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_kor/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_kor/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_kor/strings.txt -------------------------------------------------------------------------------- /assets/text/text_por/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_por/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_por/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_por/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_por/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_por/strings.txt -------------------------------------------------------------------------------- /assets/text/text_rus/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_rus/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_rus/pearlcatmoon_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/pearlcatmoon_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_rus/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_rus/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_rus/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_rus/strings.txt -------------------------------------------------------------------------------- /assets/text/text_spa/10-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/10-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/101-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/101-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/102-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/102-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/103-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/103-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/104-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/104-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/105-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/105-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/106-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/106-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/11-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/11-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/119-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/119-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/12-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/12-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/121-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/121-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/128-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/128-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/13-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/13-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/14-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/14-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/15-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/15-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/16-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/16-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/17-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/17-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/18-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/18-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/20-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/20-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/21-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/21-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/22-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/22-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/23-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/23-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/24-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/24-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/38-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/38-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/40-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/40-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/41-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/41-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/42-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/42-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/43-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/43-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/51-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/51-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/54-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/54-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/7-pearlcatpebbles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/7-pearlcatpebbles.txt -------------------------------------------------------------------------------- /assets/text/text_spa/pearlcatmoon_as_pearlred.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/pearlcatmoon_as_pearlred.txt -------------------------------------------------------------------------------- /assets/text/text_spa/pearlcatmoon_cw_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/pearlcatmoon_cw_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_spa/pearlcatmoon_rm_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/pearlcatmoon_rm_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_spa/pearlcatmoon_ss_pearlcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/pearlcatmoon_ss_pearlcat.txt -------------------------------------------------------------------------------- /assets/text/text_spa/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/text/text_spa/strings.txt -------------------------------------------------------------------------------- /assets/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/thumbnail.png -------------------------------------------------------------------------------- /assets/v1.9.15b/plugins/Pearlcat.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/v1.9.15b/plugins/Pearlcat.dll -------------------------------------------------------------------------------- /assets/v1.9.15b/plugins/Pearlcat.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/v1.9.15b/plugins/Pearlcat.pdb -------------------------------------------------------------------------------- /assets/workshopdata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/workshopdata.json -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_d08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_d08.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_d08_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_d08_2.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_container.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_container.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_container_1.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_cross.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_cross.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_cross_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_cross_1.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_cross_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_cross_2.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_cross_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_cross_3.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_cross_gatescannersettings.txt: -------------------------------------------------------------------------------- 1 | NOSCANNER 2 | -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_cross_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_cross_settings.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_lift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_lift.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_lift_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_lift_1.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_lift_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_lift_2.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_lift_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_lift_3.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_lift_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_lift_4.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_lift_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_lift_settings.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_long.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_long.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_long_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_long_1.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_long_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_long_2.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_long_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_long_3.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_long_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_long_4.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_long_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_long_settings.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_s01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_s01.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_s01_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_s01_1.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_s01_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_s01_settings.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start.txt -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start_1.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start_2.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start_3.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start_4.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start_5.png -------------------------------------------------------------------------------- /assets/world/ss-rooms/ss_t1_start_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/ss-rooms/ss_t1_start_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car0.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car0_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car0_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car0_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car0_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car1.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car1_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car1_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car1_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car2.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car2_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car2_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car2_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car3.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car3_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_car3_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_car3_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_carend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_carend.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_carend_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_carend_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_carend_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_carend_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_end.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_end.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_end_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_end_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_end_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_end_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_s01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_s01.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_s01_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_s01_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_s01_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_s01_settings.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_start.txt -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_start_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_start_1.png -------------------------------------------------------------------------------- /assets/world/t1-rooms/t1_start_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1-rooms/t1_start_settings.txt -------------------------------------------------------------------------------- /assets/world/t1/displayname.txt: -------------------------------------------------------------------------------- 1 | Transit System -------------------------------------------------------------------------------- /assets/world/t1/map_t1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1/map_t1.png -------------------------------------------------------------------------------- /assets/world/t1/map_t1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1/map_t1.txt -------------------------------------------------------------------------------- /assets/world/t1/properties.txt: -------------------------------------------------------------------------------- 1 | 2 | Subregion: Transit System -------------------------------------------------------------------------------- /assets/world/t1/ultrakillsubtext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1/ultrakillsubtext.txt -------------------------------------------------------------------------------- /assets/world/t1/world_t1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/assets/world/t1/world_t1.txt -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_container.png -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_container.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_container.txt -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_cross.png -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_cross.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_cross.txt -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_lift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_lift.png -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_lift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_lift.txt -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_long.png -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_long.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_long.txt -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_s01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_s01.png -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_s01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_s01.txt -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_start.png -------------------------------------------------------------------------------- /levels/ss_t1/ss_t1_start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/ss_t1/ss_t1_start.txt -------------------------------------------------------------------------------- /levels/t1/t1_car0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car0.png -------------------------------------------------------------------------------- /levels/t1/t1_car0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car0.txt -------------------------------------------------------------------------------- /levels/t1/t1_car1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car1.png -------------------------------------------------------------------------------- /levels/t1/t1_car1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car1.txt -------------------------------------------------------------------------------- /levels/t1/t1_car2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car2.png -------------------------------------------------------------------------------- /levels/t1/t1_car2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car2.txt -------------------------------------------------------------------------------- /levels/t1/t1_car3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car3.png -------------------------------------------------------------------------------- /levels/t1/t1_car3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_car3.txt -------------------------------------------------------------------------------- /levels/t1/t1_carend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_carend.png -------------------------------------------------------------------------------- /levels/t1/t1_carend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_carend.txt -------------------------------------------------------------------------------- /levels/t1/t1_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_end.png -------------------------------------------------------------------------------- /levels/t1/t1_end.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_end.txt -------------------------------------------------------------------------------- /levels/t1/t1_s01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_s01.png -------------------------------------------------------------------------------- /levels/t1/t1_s01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_s01.txt -------------------------------------------------------------------------------- /levels/t1/t1_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_start.png -------------------------------------------------------------------------------- /levels/t1/t1_start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_start.txt -------------------------------------------------------------------------------- /levels/t1/t1_tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_tower.png -------------------------------------------------------------------------------- /levels/t1/t1_tower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/levels/t1/t1_tower.txt -------------------------------------------------------------------------------- /src/Enums/Enums.Dreams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Enums/Enums.Dreams.cs -------------------------------------------------------------------------------- /src/Enums/Enums.Oracle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Enums/Enums.Oracle.cs -------------------------------------------------------------------------------- /src/Enums/Enums.Pearls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Enums/Enums.Pearls.cs -------------------------------------------------------------------------------- /src/Enums/Enums.Scenes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Enums/Enums.Scenes.cs -------------------------------------------------------------------------------- /src/Enums/Enums.Sounds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Enums/Enums.Sounds.cs -------------------------------------------------------------------------------- /src/Enums/Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Enums/Enums.cs -------------------------------------------------------------------------------- /src/Hooks/Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Menu/Menu_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Menu/Menu_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/Menu/Menu_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Menu/Menu_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Menu/Menu_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Menu/Menu_HooksIL.cs -------------------------------------------------------------------------------- /src/Hooks/Menu/SlideShow_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Menu/SlideShow_HooksIL.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/Input/Input_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/Input/Input_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/Input/Input_Helpers_IIC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/Input/Input_Helpers_IIC.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/ModCompat/ModCompat_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/ModCompat/ModCompat_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/ModCompat/ModCompat_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/ModCompat/ModCompat_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/ModCompat/ModCompat_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/ModCompat/ModCompat_HooksIL.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/SaveData/SaveData_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/SaveData/SaveData_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/SaveData/SaveData_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/SaveData/SaveData_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/Sound/Sound_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/Sound/Sound_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Misc/Sound/Sound_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Misc/Sound/Sound_HooksIL.cs -------------------------------------------------------------------------------- /src/Hooks/Pearlpup/PearlpupIllness_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Pearlpup/PearlpupIllness_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Pearlpup/Pearlpup_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Pearlpup/Pearlpup_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/Pearlpup/Pearlpup_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Pearlpup/Pearlpup_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Player/Graphics/PlayerGraphics_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Player/Graphics/PlayerGraphics_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Player/PlayerPearl/PlayerPearl_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Player/PlayerPearl/PlayerPearl_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Player/Player_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Player/Player_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/Player/Player_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Player/Player_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/Player/Player_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/Player/Player_HooksIL.cs -------------------------------------------------------------------------------- /src/Hooks/World/Creatures/Creatures_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/Creatures/Creatures_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/World/Creatures/Creatures_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/Creatures/Creatures_HooksIL.cs -------------------------------------------------------------------------------- /src/Hooks/World/Room/Room_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/Room/Room_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/World/Room/Room_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/Room/Room_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/World/SLOracle/SLOracle_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/SLOracle/SLOracle_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/World/SLOracle/SLOracle_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/SLOracle/SLOracle_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/World/SSOracle/SSOracle_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/SSOracle/SSOracle_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/World/SSOracle/SSOracle_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/SSOracle/SSOracle_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/World/World_Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/World_Helpers.cs -------------------------------------------------------------------------------- /src/Hooks/World/World_Hooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/World_Hooks.cs -------------------------------------------------------------------------------- /src/Hooks/World/World_HooksIL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Hooks/World/World_HooksIL.cs -------------------------------------------------------------------------------- /src/ModOptions/ModOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/ModOptions/ModOptions.cs -------------------------------------------------------------------------------- /src/ModOptions/OptionInterface/OptionsTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/ModOptions/OptionInterface/OptionsTemplate.cs -------------------------------------------------------------------------------- /src/Pearlcat.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Pearlcat.csproj -------------------------------------------------------------------------------- /src/Pearlcat.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Pearlcat.sln -------------------------------------------------------------------------------- /src/Plugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Plugin.cs -------------------------------------------------------------------------------- /src/Scripts/AssetLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/AssetLoader.cs -------------------------------------------------------------------------------- /src/Scripts/BackgroundView/CustomBgScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/BackgroundView/CustomBgScene.cs -------------------------------------------------------------------------------- /src/Scripts/BackgroundView/Elements/BgBuilding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/BackgroundView/Elements/BgBuilding.cs -------------------------------------------------------------------------------- /src/Scripts/BackgroundView/Elements/CloseCloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/BackgroundView/Elements/CloseCloud.cs -------------------------------------------------------------------------------- /src/Scripts/BackgroundView/Elements/Cloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/BackgroundView/Elements/Cloud.cs -------------------------------------------------------------------------------- /src/Scripts/BackgroundView/Elements/Fog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/BackgroundView/Elements/Fog.cs -------------------------------------------------------------------------------- /src/Scripts/BackgroundView/TrainView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/BackgroundView/TrainView.cs -------------------------------------------------------------------------------- /src/Scripts/ModCompat/CWCompat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/ModCompat/CWCompat.cs -------------------------------------------------------------------------------- /src/Scripts/ModCompat/IICCompat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/ModCompat/IICCompat.cs -------------------------------------------------------------------------------- /src/Scripts/ModCompat/RainMeadow/MeadowCompat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/ModCompat/RainMeadow/MeadowCompat.cs -------------------------------------------------------------------------------- /src/Scripts/ModCompat/RainMeadow/MeadowRPCs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/ModCompat/RainMeadow/MeadowRPCs.cs -------------------------------------------------------------------------------- /src/Scripts/ModuleManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/ModuleManager.cs -------------------------------------------------------------------------------- /src/Scripts/Modules/Menu/MenuSceneModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Modules/Menu/MenuSceneModule.cs -------------------------------------------------------------------------------- /src/Scripts/Modules/MusicPlayerModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Modules/MusicPlayerModule.cs -------------------------------------------------------------------------------- /src/Scripts/Modules/PearlpupModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Modules/PearlpupModule.cs -------------------------------------------------------------------------------- /src/Scripts/Modules/Player/PlayerModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Modules/Player/PlayerModule.cs -------------------------------------------------------------------------------- /src/Scripts/Modules/SSOracleModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Modules/SSOracleModule.cs -------------------------------------------------------------------------------- /src/Scripts/Modules/SpearModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Modules/SpearModule.cs -------------------------------------------------------------------------------- /src/Scripts/Oracle/SSOracleMeetPearlcat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Oracle/SSOracleMeetPearlcat.cs -------------------------------------------------------------------------------- /src/Scripts/Player/CloakGraphics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Player/CloakGraphics.cs -------------------------------------------------------------------------------- /src/Scripts/Player/InventoryHUD/InventoryHUD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Player/InventoryHUD/InventoryHUD.cs -------------------------------------------------------------------------------- /src/Scripts/Player/PearlEffect/PearlEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Player/PearlEffect/PearlEffect.cs -------------------------------------------------------------------------------- /src/Scripts/Player/PearlEffect/PearlSentry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Player/PearlEffect/PearlSentry.cs -------------------------------------------------------------------------------- /src/Scripts/Player/PearlGraphics/PearlGraphics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Player/PearlGraphics/PearlGraphics.cs -------------------------------------------------------------------------------- /src/Scripts/Player/UmbilicalGraphics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Player/UmbilicalGraphics.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/SS/SS_T1_CROSS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/SS/SS_T1_CROSS.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/SS/SS_T1_S01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/SS/SS_T1_S01.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/T1_S01.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/T1_S01.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/T1_START_Alt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/T1_START_Alt.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/Tutorial/T1_CAR0.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/Tutorial/T1_CAR0.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/Tutorial/T1_CAR1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/Tutorial/T1_CAR1.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/Tutorial/T1_CAR2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/Tutorial/T1_CAR2.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/Tutorial/T1_CAR3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/Tutorial/T1_CAR3.cs -------------------------------------------------------------------------------- /src/Scripts/RoomScripts/T1/Tutorial/T1_START.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/RoomScripts/T1/Tutorial/T1_START.cs -------------------------------------------------------------------------------- /src/Scripts/SaveData/JsonColorHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/SaveData/JsonColorHandler.cs -------------------------------------------------------------------------------- /src/Scripts/SaveData/SaveMiscProgression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/SaveData/SaveMiscProgression.cs -------------------------------------------------------------------------------- /src/Scripts/SaveData/SaveMiscWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/SaveData/SaveMiscWorld.cs -------------------------------------------------------------------------------- /src/Scripts/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/src/Scripts/Utils.cs -------------------------------------------------------------------------------- /steam_description/steam_description_cn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/steam_description/steam_description_cn.txt -------------------------------------------------------------------------------- /steam_description/steam_description_en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/steam_description/steam_description_en.txt -------------------------------------------------------------------------------- /steam_description/steam_description_es.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/steam_description/steam_description_es.txt -------------------------------------------------------------------------------- /steam_description/steam_description_ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/steam_description/steam_description_ru.txt -------------------------------------------------------------------------------- /translatecodestrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/translatecodestrings.py -------------------------------------------------------------------------------- /translatetext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forthfora/pearlcat/HEAD/translatetext.py --------------------------------------------------------------------------------