-
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.
Add new character and update introduction
- Loading branch information
Showing
5 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
Binary file added
BIN
+411 KB
...as-copilot-quest-rpg/game/images/characters/stephanie/stephanie_eyes_closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+412 KB
...tmas-copilot-quest-rpg/game/images/characters/stephanie/stephanie_eyes_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
10 changes: 10 additions & 0 deletions
10
christmas-copilot-quest-rpg/game/src/gui/images/image_transforms.rpy
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,3 +1,13 @@ | ||
# This transform is used to place an image on the computer screen. | ||
transform computer_screen_position: | ||
pos (277, 89) | ||
|
||
# This transform is used to place one image on the right side of the screen. | ||
transform right_position: | ||
xalign 0.75 | ||
yalign 1.0 | ||
|
||
# This transform is used to place one image on the left side of the screen. | ||
transform left_position: | ||
xalign 0.25 | ||
yalign 1.0 |
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