Comments

Log in with itch.io to leave a comment.

the frame rate sucks badly in html when playing for a long time. maybe despawn enemies very far from the camera, make enemies spawn quicker and off screen or use a enemies pool and make it up to 500 enemies.

also when you lose it should tell you how long you have played

overall it's a beautiful survivors genre game.

the slow down also happens on linux native

the slime bosses have homing ability, they shouldn't track you once they jump

what is 6/3/1 in the top right (i don't know what it means)

you should have mouse only controls too (i haven't checked the settings menu)

(1 edit)

Top right is a date, relevant to some quests, will add some more tutorials next week. regarding mouse only, how should i make the player jump? horizontal movement and menu navigation is basically done for mouse controls, but what would be the best method of mouse controlled jumping?

(3 edits)

spawn rate outside of screen and despawn out of a certain screen distance would improve frame rate

do you use an ememy pool? you should adjust it a bit

(1 edit)

yes yes and yes. Its a physics issue, for the isometric world i have to simulate my own 3d physics in gdscript, which is NOT very efficient, and is already after several optimizations. prob will make enemy despawn distance smaller

(1 edit)

Thank you so much for enjoying it. i am actually doing all of those things for optimization already lol. maybe i will just make those values smaller for web export, idk. regarding end run statistics and other bugfixes, all are coming next week, cuz of the jam i cant upload a new version for a week :)

It seems like you can only have one active card at once, which makes a lot of the cards pretty useless?

An X-Hand can only have 1 main card, whose ability is the one active between all cards in the hand. But you can use 3 X-Hands at once, meaning you can have 3 different abilities at once.

(+1)

This game is pretty nice! My pc (Ryzen 5 5600 + gtx 1070) struggles when there's a lot of enemies on the screen but it's pretty addicting anyway XD

(+1)

Thats roughly my specs too lol, should work better as a windows/mac app and not through the web.