punchy icon indicating copy to clipboard operation
punchy copied to clipboard

A 2.5D side-scroller beatemup, made in Bevy

Results 42 punchy issues
Sort by recently updated
recently updated
newest added

Breakable box that contain other items. #84

Note: I removed a lot of code that was not done Just need help with playing the audio, the audio files are in the PR

### Description Currently, the scrolling logic is simplistic - it moves forward once one player reaches a certain threshold, unless something is holding back, e.g. the other player is on...

scope:undetermined

### Description Due to different anchor points, y-sorting and possible virtual jumps, etc., a new system that implements position and sorting might be a good idea. This could work around...

scope:undetermined

### Description I've noticed that sometimes when I play the game, go back to the menu, and then play the game again, Sharky seems to get completely stuck for left-and-right...

kind:bug
scope:undetermined

### Description Currently only pressing the Enter or Return key and the Spacebar key change a action key in the settings, it isn't clear how to change a key, especially...

scope:undetermined

### Description After fighting all AI characters shown on screen, it isn't clear what to do and my characters can't move to the end of the screen, so it feels...

scope:undetermined

If any character moves up past a certain Y value their sprite becomes covered by the parallax background sprites. This is currently possible during the jumping portion of the boss'...

kind:bug

![21370D13-774C-4BAB-802E-E49DDAE4E3A9](https://user-images.githubusercontent.com/583842/178024931-7ec2495a-5464-4a12-a291-54537e3952a4.jpeg) ![C9BB1CD4-5AAE-4C5B-89E0-1A5E01F3E8FB](https://user-images.githubusercontent.com/583842/178024938-e2be99ca-4fd8-4794-afea-5aa2868d7055.gif) ![20A61629-B32F-4B1E-9AE1-FA201FD53267](https://user-images.githubusercontent.com/583842/178024940-15a612b7-60c3-40ef-b6f7-70ba314aca92.png) ### Tasks - [x] #108 - [x] #97 - [x] #269 - [ ] Implement boss headbash - [ ] Update AI to use multiple attacks

scope:large
kind:tracking

### Description Lots of higher level coders won’t be interested in modding unless we support a higher level scripting language, like Lua. > Scripts don’t even need to be able...

kind:tracking