godot-platformer-2d icon indicating copy to clipboard operation
godot-platformer-2d copied to clipboard

2d Metroidvania-inspired game for the 2019 GDquest Godot Kickstarter course project.

Results 12 godot-platformer-2d issues
Sort by recently updated
recently updated
newest added

**Please check if the PR fulfills these requirements:** - [x] The commit message follows our guidelines. - For bug fixes and features: - [x] You tested the changes. - [x]...

Add Checkpoint to Lv 1. **Please check if the PR fulfills these requirements:** - [x] The commit message follows our guidelines. - For bug fixes and features: - [x] You...

**I'm submitting a...** - [ x] Bug report. ## Bug report ## **What is the current behavior?** If the player quickly hooks a hook target a few times in a...

bug

Add a base PlayerState, HookState, and similar boilerplate classes to get autocomplete suggestions and type checks for related states. Currently, we use `owner` instead, which we would have to cast...

refactoring

In some rare cases, you can get stuck in the hook state. This happens if the character's KinematicBody2D slides against the environment in such a way it gets stuck against...

bug

I've been thinking about these transition problems a bit and the way we pass values around from state to state to preserve state can be improved. At the moment we...

code structure

The readme still shows info from the start of the project, it should showcase the game and explains what its current features are. - [ ] Pitch the general project...

This issue is to help me keep track of what main parts of the project are still missing - [x] Health component - [x] Combat: taking damage, damaging enemies, death...