Skip to content

Commit

Permalink
chore(story): remove unused character friend
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 10, 2024
1 parent f0e4c54 commit 4c15a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Play the game on:

### Music

- [VOiD1](https://void1gaming.itch.io/free-horror-music-pack)
- [VOiD1 Gaming](https://void1gaming.itch.io/free-horror-music-pack)

## Ideation

Expand Down
3 changes: 1 addition & 2 deletions game/story/characters.rpy
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
define friend = Character("Olivia", color="#ffea00")
define lord = Character("Lord", color="#d27d2d", image="lord")
define lord = Character("Lord", color="#d27d2d", image="lord")
define miss = Character("Young Miss", color="#cbc3e3", image="miss")
define player = Character("[player_name]", color="#fff")
define ghost = Character("Ghost", color="#e6e6fa")

0 comments on commit 4c15a98

Please sign in to comment.