- Jun 6, 2017
- 32
- 9
Thanks again @crust penedeyewink:Here is 0.8a
You must be registered to see the links
thx! you are my hero!!!Here is 0.8a
You must be registered to see the links
This didn't help ;( I saved just before but the first image is still stuck.Here is a Hotfix, i made, when you choosed to "help Alice" and not to watch it (the watch scene is bugfree), in the morning of the second day, when she gets molested by the twins. (One picture didn't get deleted, it would stay in front, i just put a delete code in the script for it.)
You must be registered to see the links
These are the data files, just copy them over the original files in the data folder.
/**
* The color of the text in CSS format.
* *****This seems to be overridded elsewhere...
* @property textColor
* @type String
*/
this.textColor = '#ffffff';
/**
* The color of the outline of the text in CSS format.
* *****Changing alpha changes the whole text opacity.
* @property outlineColor
* @type String
*/
this.outlineColor = 'rgba(0, 0, 0, 0.5)';
/**
* The width of the outline of the text.
* *****Smaller number makes it unreadable!
* @property outlineWidth
* @type Number
*/
this.outlineWidth = 4;