CHAPTER_INTRO_TEXT
CHAPTER_INTRO_TEXT()
Arguments
Description
Not Added.
Implementation
def CHAPTER_INTRO_TEXT():
text_size(24)
text_color(255, 255, 255)
References
Table Implementation
{
"name": "CHAPTER_INTRO_TEXT",
"args": [],
"commandList": [
{
"row": 5398,
"command": "text_size",
"args": [
"24"
],
"end": 1
},
{
"row": 5399,
"command": "text_color",
"args": [
"255",
"255",
"255"
],
"end": 1
}
]
}
Sample
{}