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

Select a group of enemy when entering a combat depending on map position #134

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Add enum with enemies and boss

    Note: some were not put in because their role as item is ambiguous
    Turtyo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    244aa29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291cd95 View commit details
    Browse the repository at this point in the history
  3. Add the EnemyGroup class

    Turtyo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bd88d3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c2a07d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Create new EnemyScene folder

    Turtyo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2e851dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a08a5 View commit details
    Browse the repository at this point in the history
  3. Add enemy group selection

    Turtyo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2017c81 View commit details
    Browse the repository at this point in the history
  4. Use a Scene as the EnemyManager

    This will allow using the export variable
    Turtyo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b6a069d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    cdda80a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db178a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6476ee View commit details
    Browse the repository at this point in the history
  4. Make tests work

    Turtyo committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a1628d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    8358e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de542c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a119ff5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    34e49e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de0efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af87b8e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    d2ad073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6de83 View commit details
    Browse the repository at this point in the history
  3. Add motorized bears

    Turtyo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    502b53d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401d293 View commit details
    Browse the repository at this point in the history
  5. Change bear names

    Turtyo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c72ed42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1a9740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f216ea7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fab66c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d79100 View commit details
    Browse the repository at this point in the history