Browse Source

Změna názvů her v options.rpy u příkladů 2 a 3

master
skrabanek 2 weeks ago
parent
commit
02083d1df4
  1. 4
      renpy/renpy_example_01/game/script.rpy
  2. 8
      renpy/renpy_example_02/game/options.rpy
  3. 8
      renpy/renpy_example_03/game/options.rpy

4
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ě!"

8
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 ########################################################################

8
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 ########################################################################

Loading…
Cancel
Save