Most of the assets I purchased from various creators on Itch io, The main character's sprites I drew but with a character base. I made all of the story and code stuff, I put all of it together
I have been working on this game since Nov 7 2023 and I am struggling finding an audience or people to play and give feedback, I though of posting on here to help find some people to do a quick play (the demo is probably around 20-30 minutes)
EDIT: I forgot to post the link
https://diobanna-dev.itch.io/diobanna-demo
I have a sprite that on fired, repeats RANGE times. it adds 1 to the width each time it doesnt hit a solid, I would like to make this bounce off of walls
Thanks for the offer, but I can't think of anything at the moment. If I do think of any uses I will create another post or something like that
I just think it would be useful for various things
I use platforming and Ill take a screenshot of the some of the code
I have it so that the animations instance has a variable telling it which enemy type it is. this is the code for the harpy, I have extra trouble with this enemy type because they fly around really fast and its really obvious there is something wrong when they group up
Develop games in your browser. Powerful, performant & highly capable.
Is there a way to reset a specific persistent object instead of all of them
So I use this system where the enemy collisions and animations are different objects and they are in a container, this works just fine except for when there are multiple enemies trying to chase the player. When multiple enemies are chasing the player one often gets 'confused' with another, for example I have 2 enemies that chase the player and one of them just goes in the same direction as the other, which is away from me. I do not know how to fix this
I use special parallax backgrounds where depending on the layer I put them in the parallax is different, these destroy the framerate when fullscreen quality is on, and it would be useful for it to not do that, are there any ways I can fix this?
I already have that feature set up in the game. And the way it can tell if the player has or is in a tile is in the actual game I use a 9-patch with a specific code thats different from the rest and if the player is in that it makes the map tile with that code explored and glow up
This is what the map looks like at the moment
I think I wanta to stick with using sprite tiles, I use Adjust HSL to make them light up if the player is in that room, would this be worth finding another way to do it?|
Also I noticed it only gets laggy when a lot of tiles are explored (visible)
Thanks for the help
I have around 500 right now
each tile is an instance, there are hundreds possibly going to be over a thousand later on