From 02083d1df40d5635efa90634594f14fe4b166e03 Mon Sep 17 00:00:00 2001 From: skrabanek Date: Mon, 1 Jun 2026 14:48:44 +0200 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bna=20n=C3=A1zv=C5=AF=20her=20v=20option?= =?UTF-8?q?s.rpy=20u=20p=C5=99=C3=ADklad=C5=AF=202=20a=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renpy/renpy_example_01/game/script.rpy | 4 ++-- renpy/renpy_example_02/game/options.rpy | 8 ++++---- renpy/renpy_example_03/game/options.rpy | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) 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 ########################################################################