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.
- Loading branch information
1 parent
93556c7
commit e742aa1
Showing
7 changed files
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# https://zeillearnings.itch.io/map-navigation | ||
label map: | ||
|
||
call screen map | ||
|
||
pause | ||
|
||
# https://www.renpy.org/doc/html/screens.html | ||
screen map: | ||
add "map/bg map.jpg" | ||
|
||
# https://www.renpy.org/doc/html/screens.html#imagebutton | ||
imagebutton: | ||
xpos 618 | ||
ypos 570 | ||
idle "map/house1_idle.png" | ||
hover "map/house1_hover.png" | ||
# https://www.renpy.org/doc/html/screen_actions.html | ||
action Jump("start") | ||
|
||
imagebutton: | ||
xpos 596 | ||
ypos 165 | ||
auto "map/house2_%s.png" | ||
action Jump("start") |
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 |
---|---|---|
|
@@ -17,6 +17,9 @@ label start: | |
"Drag and Drop": | ||
jump drag_and_drop | ||
|
||
"Map": | ||
jump map | ||
|
||
"RPG Stats": | ||
jump rpg_stats | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.