Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

A player that is out becomes transparent #609

Closed
Tracked by #629
TheoPannetier opened this issue Sep 28, 2022 · 1 comment
Closed
Tracked by #629

A player that is out becomes transparent #609

TheoPannetier opened this issue Sep 28, 2022 · 1 comment
Assignees
Labels
junior Suitable for junior devs

Comments

@TheoPannetier
Copy link
Contributor

TheoPannetier commented Sep 28, 2022

A player that has been killed should be made aware of it, appearing as transparent, at least on its own screen (see #608).

  {
    // (609) A player that is out becomes transparent
    player p;
    assert(p.get_color().get_opaqueness() == 255);
    p.die();
    assert(p.get_color().get_opaqueness() == 100);
  }
@TheoPannetier TheoPannetier added this to the Player size milestone Sep 28, 2022
@TheoPannetier TheoPannetier added junior Suitable for junior devs graphics Images, graphical changes, etc. and removed graphics Images, graphical changes, etc. labels Oct 1, 2022
TheoPannetier pushed a commit that referenced this issue Oct 1, 2022
@TheoPannetier TheoPannetier changed the title A player that is out appears as white on their own screen A player that is out becomes transparent Oct 2, 2022
TheoPannetier pushed a commit that referenced this issue Oct 2, 2022
@Luxwor Luxwor assigned OggyOggelito and unassigned ollyturner Jan 18, 2023
Luxwor pushed a commit that referenced this issue Jan 18, 2023
This was referenced Jan 18, 2023
@Luxwor
Copy link
Collaborator

Luxwor commented Jan 18, 2023

solved the issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
junior Suitable for junior devs
Projects
None yet
Development

No branches or pull requests

4 participants