generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_2.rpy
27 lines (22 loc) · 1.09 KB
/
PROJECT_LANG_2.rpy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Start of script
define narrator = Character(_('Ren') color="#ffa500")
init python:
# A list of section and tutorial objects.
tutorials = [ ]
class ProjectLanguageFileOne(object):
narrator "Project language file 2"
narrator "For: seanpm2001/Anime_Studio/Manga-Studio/"
narrator "About:"
narrator "I decided to make Ren'Py the second project language file for this project (Anime_Studio/Manga-Studio/) as Ren'Py is to be used for visual novel functions in digital Manga production. It is getting its own project language file, starting here."
# Output
"""
Project language file 2
For: seanpm2001/Anime_Studio/Manga-Studio/
About:
I decided to make Ren'Py the second project language file for this project (Anime_Studio/Manga-Studio/) as Ren'Py is to be used for visual novel functions in digital Manga production. It is getting its own project language file, starting here.
"""
# File info
# File type: Ren'Py source file (*.rpy)
# File version: 1 (2023, Wednesday, February 22nd at 6:15 pm PST)
# Line count (including blank lines and compiler line): 28
# End of script