anas-abudaqa / TestingGodotOut

Testing out godot by making a 2D sidescroller platformer with some metroidvania elements
1 stars 0 forks source link

Do a full run test and document bugs #18

Closed anas-abudaqa closed 5 months ago

anas-abudaqa commented 5 months ago

Core pickups do not show in player HUD after player dies. FIXED

anas-abudaqa commented 5 months ago

Unlocked abilities get removed when player dies FIXED

anas-abudaqa commented 5 months ago

Can't interact with respawn points after death. FIXED by making respawn points require no player interaction other than collision detection

anas-abudaqa commented 5 months ago

if player dies an even amount of times (except 0), player cannot interact with ability pickups. When it's an odd number of deaths, player can interact with them again. FIXED was checking interaction on body.name instead of body.is_in_group()