Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heal event interface #147

Merged
merged 4 commits into from
Dec 30, 2024
Merged

Conversation

Turtyo
Copy link
Collaborator

@Turtyo Turtyo commented Dec 29, 2024

Description

Add an actual heal event, where the player gets healed for 25% of their max HP

Related issue(s)

In link with #146 but doesn't close it

List of changes

  • Add UI for heal event
  • Add a player scene with just the nodes, no display (for easy add when needed in scenes that need the Player object without the player visual)

Tests

Removed the naming_convention_test as I think it's not flexible at all. When I first wrote the test, the project was way smaller, but the naming convention is too rigid and also doesn't provide much value.

Additional notes

The card removal in the heal event mentioned in #146 should be in another PR

Copy link
Collaborator

@Tomzkk Tomzkk left a comment

Choose a reason for hiding this comment

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

The event does not end after healing, and it is possible to press the heal button multiple times and heal to full

@Turtyo Turtyo merged commit 0917d4a into Saplings-Projects:main Dec 30, 2024
1 check failed
@Turtyo Turtyo deleted the 146-heal_event_interface branch December 30, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change the way event skip button works to spawn them on any scene
2 participants