Skip to content

Commit

Permalink
moved character pfp to characters module
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Apr 24, 2023
1 parent 00f9b6c commit d279de2
Show file tree
Hide file tree
Showing 71 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CharacterService_ren.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ def remove_mood(character: NonPlayableCharacter, mood: Moods) -> None:

@staticmethod
def get_profile_pictures(character_name: str) -> list[str]:
directory: str = f"images/characters/{character_name.lower()}"
directory: str = f"characters/images/{character_name.lower()}"

try:
return [file for file in renpy.list_files() if file.startswith(directory)]
except OSError:
return [
file
for file in renpy.list_files()
if file.startswith("images/characters/chloe")
if file.startswith("characters/images/chloe")
]

@staticmethod
Expand Down
Binary file added images/aaron/aaron.webp
Binary file not shown.
Binary file added images/amber/amber.webp
Binary file not shown.
Binary file added images/amber/amber_kiwii.webp
Binary file not shown.
Binary file added images/anon/anon.webp
Binary file not shown.
Binary file added images/aubrey/aubrey.webp
Binary file not shown.
Binary file added images/aubrey/aubrey_kiwii.webp
Binary file not shown.
Binary file added images/autumn/autumn.webp
Binary file not shown.
Binary file added images/autumn/autumn_kiwii.webp
Binary file not shown.
Binary file added images/beth/beth_profile_picture.webp
Binary file not shown.
Binary file added images/beth/simplr.webp
Binary file not shown.
Binary file added images/buyer/buyer.webp
Binary file not shown.
Binary file added images/caleb/caleb.webp
Binary file not shown.
Binary file added images/cameron/cameron.webp
Binary file not shown.
Binary file added images/cameron/cameron_kiwii.webp
Binary file not shown.
Binary file added images/charli/charli.webp
Binary file not shown.
Binary file added images/chloe/chloe.webp
Binary file not shown.
Binary file added images/chloe/chloe_2.webp
Binary file not shown.
Binary file added images/chloe/chloe_kiwii.webp
Binary file not shown.
Binary file added images/chris/chris.webp
Binary file not shown.
Binary file added images/chris/chris_kiwii.webp
Binary file not shown.
Binary file added images/dean/dean.webp
Binary file not shown.
Binary file added images/elijah/elijah.webp
Binary file not shown.
Binary file added images/emily/emily.webp
Binary file not shown.
Binary file added images/emily/emily_kiwii.webp
Binary file not shown.
Binary file added images/emmy/emmy_profile_picture.webp
Binary file not shown.
Binary file added images/emmy/simplr.webp
Binary file not shown.
Binary file added images/evelyn/evelyn.webp
Binary file not shown.
Binary file added images/grayson/grayson.webp
Binary file not shown.
Binary file added images/imre/imre.webp
Binary file not shown.
Binary file added images/imre/imre_kiwii.webp
Binary file not shown.
Binary file added images/iris/iris_profile_picture.webp
Binary file not shown.
Binary file added images/iris/simplr.webp
Binary file not shown.
Binary file added images/jenny/jenny.webp
Binary file not shown.
Binary file added images/josh/josh.webp
Binary file not shown.
Binary file added images/josh/josh_kiwii.webp
Binary file not shown.
Binary file added images/julia/julia.webp
Binary file not shown.
Binary file added images/lauren/lauren.webp
Binary file not shown.
Binary file added images/lauren/lauren_kiwii.webp
Binary file not shown.
Binary file added images/lews official/lewsofficial.webp
Binary file not shown.
Binary file added images/lindsey/lindsey.webp
Binary file not shown.
Binary file added images/lindsey/lindsey_kiwii.webp
Binary file not shown.
Binary file added images/mason/mason.webp
Binary file not shown.
Binary file added images/mc/mc1.webp
Binary file not shown.
Binary file added images/mc/mc2.webp
Binary file not shown.
Binary file added images/mc/mc3.webp
Binary file not shown.
Binary file added images/mc/mc4.webp
Binary file not shown.
Binary file added images/mc/mc5.webp
Binary file not shown.
Binary file added images/mr lee/mr_lee.webp
Binary file not shown.
Binary file added images/ms rose/ms_rose.webp
Binary file not shown.
Binary file added images/naomi/naomi.webp
Binary file not shown.
Binary file added images/naomi/naomi_kiwii.webp
Binary file not shown.
Binary file added images/nora/nora.webp
Binary file not shown.
Binary file added images/nora/nora_kiwii.webp
Binary file not shown.
Binary file added images/parker/parker.webp
Binary file not shown.
Binary file added images/penelope/penelope.webp
Binary file not shown.
Binary file added images/penelope/penelope_kiwii.webp
Binary file not shown.
Binary file added images/perry/perry.webp
Binary file not shown.
Binary file added images/polly/polly.webp
Binary file not shown.
Binary file added images/riley/riley.webp
Binary file not shown.
Binary file added images/riley/riley_kiwii.webp
Binary file not shown.
Binary file added images/ryan/ryan.webp
Binary file not shown.
Binary file added images/ryan/ryan_kiwii.webp
Binary file not shown.
Binary file added images/samantha/samantha.webp
Binary file not shown.
Binary file added images/samantha/samantha_profile_picture.webp
Binary file not shown.
Binary file added images/samantha/simplr.webp
Binary file not shown.
Binary file added images/sebastian/sebastian.webp
Binary file not shown.
Binary file added images/sebastian/sebastian_kiwii.webp
Binary file not shown.
Binary file added images/tom/tom.webp
Binary file not shown.
Binary file added images/trainer/trainer.webp
Binary file not shown.
Binary file added images/wolf/wolf.webp
Binary file not shown.

0 comments on commit d279de2

Please sign in to comment.