User prompt
Triple the size of the player shadow
User prompt
Remove the player shadow tint
User prompt
Render the shadow of the player to be under the player sprite
User prompt
Make the shadow of the player bigger
User prompt
Add a black circle underneath the player this and squashed vertically
User prompt
When the minion is moving right, flip the sprite horizontally
User prompt
When the player is moving left, flip the sprite horizontally
User prompt
On the tick update, move the minions
User prompt
When the minion is created, move towards the player when they are more than 300 units away
User prompt
Change the time that minionCreationVFX is scaled to be shorted
User prompt
Destroy the MinionCreationVFX after it's scaled to 1
User prompt
When minionCreationVFX is created, have it start at scale 0 and scale to 1 over time of 30 ticks
User prompt
Scale the minion object from 0 to 1 when created with a duration of 15 ticks
User prompt
Change the time that minionCreationVFX is scaled to be shorted
User prompt
Make the minionCreationVFX destroy immediately when scale is 1
User prompt
Set minionCreationVFX position to be the same as the minion when created.
User prompt
When minionCreationVFX is created, have it start at scale 0 and scale to 1 over time of 30 ticks
User prompt
make the pivot point of minionCreationVFX be at the bottom
User prompt
Create a special VFX for when the minion is created
User prompt
At the end of each tick, remove all destroyed deadbodies from the array
User prompt
Refactor the player move function to use an array of deadbodies
User prompt
Send the array of deadBodies to the player.move function
User prompt
Move all created deadbodies to be in an array
User prompt
Move the pivot point of the minion to the bottom
User prompt
When the minion is created, remove the deadbody
===================================================================
--- original.js
+++ change.js
@@ -56,11 +56,11 @@
self.removeChild(self.meterBar);
self.timeSpentNearDeadBody = 0;
self.meterBar.scale.x = 0;
deadBody.destroy();
- var minionCreationVFX = LK.getAsset('minionCreationVFX', 'Minion Creation VFX', .5, .5);
+ var minionCreationVFX = LK.getAsset('minionCreationVFX', 'Minion Creation VFX', .5, 1);
minionCreationVFX.x = newMinion.x;
- minionCreationVFX.y = newMinion.y;
+ minionCreationVFX.y = newMinion.y + newMinion.height / 2;
self.parent.addChild(minionCreationVFX);
LK.setTimeout(function () {
minionCreationVFX.destroy();
}, 1000);
A pixel art sprite in a Super Nintendo, Super Castlevania style where it looks a little gothic/vampire hunter like Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A pixel art large background in a Super Nintendo, Super Castlevania style with an open world like cemetery, 3/4 viewpoint Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. A pixel art sprite in a Super Nintendo, Super Castlevania style that looks like a small pile of bones
Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. A pixel art sprite in a Super Nintendo, Super Castlevania style that looks like a skeleton zombie that is haunched over
Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. Pixel art in a SNES style that looks like something from castlevania. A ground explosion effect like something is coming out of the ground
Pixel art in SNES Castlevania style. Red goblin Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. Pixel art in SNES Castlevania style. Red goblin