User prompt
delete all dialogue and create new dialogue "hello", " nice to see you" and "i love you"
User prompt
Fix Bug: 'Timeout.tick error: dialogueText is not defined' in this line: 'self.removeChild(dialogueText);' Line Number: 45
User prompt
create 4 new dialogue and all are flirty
User prompt
Only the breathing movement exist, its just 10 time more prononce when talk button is click
User prompt
When talk is start, the mouth breathing movement is 20 time more prononced
User prompt
When talk is start, the mouth breathing movement is increase 10 time
User prompt
move the mouth 50 pixel up
User prompt
The mouth have to scale 10 time more when talk
User prompt
when talking the vertical scale of the mouth is change in a realistic way
User prompt
When talking the mouth move 5 time more prononced
User prompt
When talking the mouth move 5 time more
User prompt
When talking the mouth vertical scale is decrease and increase by 40 percent
User prompt
When talking all movement is 4 time faster
User prompt
When talking all movement is 50 percent more prononced
User prompt
The movement method continu when talking
User prompt
When the talk button is click, tThe mouth and only the mouth is decrese and increase is vertical scale by 10 percent every 0.2 second
User prompt
When the talk button is click, tThe mouth and only the mouth is decrese and increase is vertical scale by 10 percent every 0.2 second
User prompt
When the talk button is click, tThe mouth and only the mouth is decrese and increase is vertical scale by 10 percent every 0.2 second
User prompt
When the talk button is click, tThe mouth and only the mouth is decrese and increase is vertical scale by 10 percent every 0.2 second
User prompt
When talking, the mouth and only the mouth is decrese and increase is vertical scale by 30 percent every 0.5 second
User prompt
The mouth and only the mouth is decrese and increase is vertical scale by 20 percent every 1 second
User prompt
The mouth and only the mouth is decrese and increase is vertical scale by 10 percent every 1 second
User prompt
The mouth and only the mouth is decrese and increase is vertical scale by 30 percent every 0.5 second
User prompt
The mouth and only the mouth is decrese and increase by 30 percent every 0.5 second
User prompt
the mouth scale change 10 time less
===================================================================
--- original.js
+++ change.js
@@ -57,10 +57,10 @@
if (self.parent) {
var girlfriend = self.parent.children.find(function (child) {
return child instanceof VirtualGirlfriend;
});
- var flirtyLines = ['You must be a magician, because whenever I look at you, everyone else disappears.', 'Is it hot in here or is it just you?', 'Can I follow you where you go? Because my parents always told me to follow my dreams.', 'Are you a camera? Because every time I look at you, I smile.'];
- if (girlfriend) girlfriend.speak(flirtyLines[Math.floor(Math.random() * flirtyLines.length)]);
+ var dialogueLines = ['Hello', 'Nice to see you', 'I love you'];
+ if (girlfriend) girlfriend.speak(dialogueLines[Math.floor(Math.random() * dialogueLines.length)]);
}
});
});
var RightEye = Container.expand(function () {
A beautiful woman in a anime style with no eye, no eyebrow and no mouth. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
An eye in a anime style. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A beautiful and slim nose in a anime style. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A beautiful women mouth in a manga style. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A restaurant background in a anime style. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A talk button with a buble and a word 'talk'. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A ta dialogue text buble in anime style. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.