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

Feature/basic run tree #2

Merged
merged 8 commits into from
Nov 6, 2024
Merged

Feature/basic run tree #2

merged 8 commits into from
Nov 6, 2024

Conversation

tmttn
Copy link
Contributor

@tmttn tmttn commented Nov 6, 2024

Adds the adventure system and adventure loop

Main menu > new game > ingame tutorial adventure > home base

Data structures:

  • Adventures
  • Enemies

@tmttn tmttn added the enhancement New feature or request label Nov 6, 2024
@tmttn tmttn requested review from sashavdv and art-boer November 6, 2024 13:56
@tmttn tmttn self-assigned this Nov 6, 2024
horizontal_scroll_mode = 2
vertical_scroll_mode = 0

[node name="AdventureStages" type="HBoxContainer" parent="ScrollContainer"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Hebben nu sidescrolling voor de adventuremap, maar lijkt me ook leuk als we naar 'onder' gaan.
Aangezien we in een grot zitten (ik baseer me nu op de intro)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah nice one, tis inderdaad side-scrolling en ik voel mij even niet geroepen om die graph al aan te passen, misschien moeten we dit registreren als enhancement.

Copy link
Contributor

Choose a reason for hiding this comment

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

Was ook als suggestion voor later 👍

Copy link
Contributor

@sashavdv sashavdv left a comment

Choose a reason for hiding this comment

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

Paar vragen maar over het algemeen ziet het er goed uit!

@tmttn tmttn merged commit 6d705ee into main Nov 6, 2024
@tmttn tmttn deleted the feature/basic-run-tree branch November 6, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants