diff --git a/renpy/renpy_example_01/game/script.rpy b/renpy/renpy_example_01/game/script.rpy index 1ceee61..74f9906 100644 --- a/renpy/renpy_example_01/game/script.rpy +++ b/renpy/renpy_example_01/game/script.rpy @@ -51,9 +51,9 @@ label start: # Pomocí bloku můžeme obrázek zmenšit a vycentrovat show boss: - zoom 0.2 + zoom 0.25 xalign 0.5 - yalign 1.0 + yalign 0.5 with dissolve b "MUAHAHA! Já jsem Boss! A tahle mapa patří mně!" diff --git a/renpy/renpy_example_02/game/options.rpy b/renpy/renpy_example_02/game/options.rpy index 9dc35da..a7bab13 100644 --- a/renpy/renpy_example_02/game/options.rpy +++ b/renpy/renpy_example_02/game/options.rpy @@ -1,4 +1,4 @@ -## This file contains options that can be changed to customize your game. +## This file contains options that can be changed to customize your game. ## ## Lines beginning with two '#' marks are comments, and you shouldn't uncomment ## them. Lines beginning with a single '#' mark are commented-out code, and you @@ -12,7 +12,7 @@ ## ## The _() surrounding the string marks it as eligible for translation. -define config.name = _("renpy_example_01") +define config.name = _("renpy_example_02") ## Determines if the title given above is shown on the main menu screen. Set @@ -37,7 +37,7 @@ define gui.about = _p(""" ## distribution. This must be ASCII-only, and must not contain spaces, colons, ## or semicolons. -define build.name = "renpy_example_01" +define build.name = "renpy_example_02" ## Sounds and music ############################################################ @@ -143,7 +143,7 @@ default preferences.afm_time = 15 ## This generally should not be changed, and if it is, should always be a ## literal string, not an expression. -define config.save_directory = "renpy_example_01-1780314358" +define config.save_directory = "renpy_example_02-1780314358" ## Icon ######################################################################## diff --git a/renpy/renpy_example_03/game/options.rpy b/renpy/renpy_example_03/game/options.rpy index 9dc35da..861bc30 100644 --- a/renpy/renpy_example_03/game/options.rpy +++ b/renpy/renpy_example_03/game/options.rpy @@ -1,4 +1,4 @@ -## This file contains options that can be changed to customize your game. +## This file contains options that can be changed to customize your game. ## ## Lines beginning with two '#' marks are comments, and you shouldn't uncomment ## them. Lines beginning with a single '#' mark are commented-out code, and you @@ -12,7 +12,7 @@ ## ## The _() surrounding the string marks it as eligible for translation. -define config.name = _("renpy_example_01") +define config.name = _("renpy_example_03") ## Determines if the title given above is shown on the main menu screen. Set @@ -37,7 +37,7 @@ define gui.about = _p(""" ## distribution. This must be ASCII-only, and must not contain spaces, colons, ## or semicolons. -define build.name = "renpy_example_01" +define build.name = "renpy_example_03" ## Sounds and music ############################################################ @@ -143,7 +143,7 @@ default preferences.afm_time = 15 ## This generally should not be changed, and if it is, should always be a ## literal string, not an expression. -define config.save_directory = "renpy_example_01-1780314358" +define config.save_directory = "renpy_example_03-1780314358" ## Icon ########################################################################