-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
30 lines (23 loc) · 1.26 KB
/
readme.txt
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
28
29
30
--------------------------------------------------
| mmmmm m mmmmm m m mmmmm |
| # "# mmm m mm # # "# # # # "# |
| #mmmm" #" # #" # #mmm#" #mmmm# #mmm#" |
| # "m #"""" # # # # # # |
| # " "#mm" # # # # # # |
-------------| Visual Novel engine written in php |
------------------------------------
Live demo can be found at oldpc.mrcyjanek.net/in/
If you want to edit content open 'data.php' file
I've used 'define('ME', 'Czarek Nakamoto');' to
define my username and 'define('YOU', 'You');'
to define your username, to make sure that I'll
not make any spelling mistakes, and it will be
easy for me to change character's name in future.
Then I've used following function to add content
scenario_add('entry', YOU, "Hello", ["entry0" => "-->"], "./static/default.jpg");
| | | | |
| | | | \ Link to image.
| | | \ Array of answers in format of scene -> text
| | \___ Text to display
| \___ Name of character, defined earlier
\___ Name of scene (entry is first one)