Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

feat: increment score and decrease lives when colliding #22

Merged
merged 13 commits into from
Oct 24, 2023

Conversation

marcossevilla
Copy link
Contributor

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@marcossevilla marcossevilla self-assigned this Oct 24, 2023
@marcossevilla marcossevilla marked this pull request as ready for review October 24, 2023 12:47
_current = gameRef.score;
text = _current.toString();
}
_current = '${gameRef.score} - 💙 ${gameRef.player.health}';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice tough with the 💙

@erickzanardo erickzanardo merged commit 80cba0a into main Oct 24, 2023
3 checks passed
@erickzanardo erickzanardo deleted the feat/increment-score branch October 24, 2023 16:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants