generated from remarkablegames/renpy-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(story): remove unused character friend
- Loading branch information
1 parent
f0e4c54
commit 4c15a98
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |