mardi 31 mai 2016

Portraits & new tileset

I've been unable to code for a few days (plugin incompatibility, waiting new version to solve it), the good thing is I used this time to add new graphics.

The first is a style of portraits, showing every character in the dialogue part of the game. Making portraits from ultra low-rez sprites is fun! Here is the first batch, click for bigger size:


And I'm working again on tileset. Here is a screenshot of my work in Pyxel Edit, showing the new tileset I'll use in the beginning of the game (the goal is to replace the tileset used here for example).


mercredi 18 mai 2016

Latest screenshots

I worked on level design lately. I think the design of the first level is now 95% complete. I also debugged a lot of things, but there are still problems to solve.

Here are a few screenshots of the game in its current state (still in progress):

 

  

lundi 9 mai 2016

What's new

I programmed some interesting new stuff lately, and did a lot of debugging.

- I worked on performance, creating a system of auto activation/desactivation used by every enemy. And I reworked the enemy AI to avoid unnecessary colliders usage (for example, on the situation showed on the GIF I posted last time, now two of the colliders are only activated for a frame, when needed).

- Charged attack is now possible in the game! You keep the attack button pressed, during this time a bar fills itself (while the stamina bar decreases), full after 2 or 3 seconds. When released, you perform a strong attack, with a damage multiplier.


- I did a lot of debugging of animation transitions, and some changes in the game's physics (most of the objects have less mass than before).

Here is the animator for the player object. Pretty nightmarish.

- You can now pause the game.

- I knew it was going to be like this, so I shouldn't complain... But the swimming part is really hard to program, if I want it in a perfect way, covering every possibility (I want the swim ability to be unlocked during the game...), feeling natural & debugged... I'm still working on it.

Oxygen bar is one thing done.
I hope I can release a good demo of Cape Bleue, soon! Thank you for following this blog.