Skip to content

Commit

Permalink
Версия 2.7.1.
Browse files Browse the repository at this point in the history
Переводчик больше не "представляется" на каждой строке, при включённом "Self voicing".
  • Loading branch information
Vladya committed Apr 28, 2021
1 parent d3bf41c commit 06fbf7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions game/Translator3000Data/ingame_gui/styles.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,27 @@
init -99:

style translator3000_viewport is default:
alt ""
xmaximum _translator3000_gui.window_width
ymaximum _translator3000_gui.window_height

style translator3000_window is default:
alt ""
xmaximum _translator3000_gui.window_width
ymaximum _translator3000_gui.window_height
xpadding 5
ypadding 5

style translator3000_bar is bar:
alt ""
xmaximum _translator3000_gui.window_width

style translator3000_vbar is vbar:
alt ""
ymaximum _translator3000_gui.window_height

style translator3000_vbox is default:
alt ""
xfill True
box_layout "vertical"
first_spacing 15
Expand All @@ -28,6 +33,7 @@ init -99:
first_spacing None

style translator3000_text is default:
alt ""
size 25
font "Translator3000OtherFiles/DejaVuSans.ttf"
color "#eee"
Expand Down
2 changes: 1 addition & 1 deletion game/Translator3000Data/scripts/imports.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ init -10 python in _translator3000:
else:
from requests.packages import urllib3

VERSION = (2, 7, 0)
VERSION = (2, 7, 1)

DEBUG = False
parent_logger.setLevel((logging.DEBUG if DEBUG else logging.CRITICAL))
Expand Down
2 changes: 1 addition & 1 deletion game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define gui.show_name = True

## Версия игры.

define config.version = "2.7.0"
define config.version = "2.7.1"


## Текст, помещённый в экран "Об игре". Поместите текст между тройными скобками.
Expand Down

0 comments on commit 06fbf7a

Please sign in to comment.