Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Nice game! I like that you implemented different musics for different occasions. Just an observation: you can walk with A and D but can't change the sword  size with W and S. 

(+1)

Thanks for the feed back! i played your game too and it's really fun.

with the W S, i just used: Input.GetAxisRaw("Horizontal"). and in a platformer game no one uses W and A so i didnt thought at that.

but if you think i should have added that i will do it in other projects.


(+1)

So I guessed right hahah it's like when you click Ctrl and the player shoots because Fire1 is also assign to Ctrl by default lol. During this jam was the first time that I used the new input system. I wouldn't say that it's better in every single subject, but you should definitely check it out.

(+1)

ahhaah lol. it happend to me once,and i hate it, but this is a much faster way.