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

Implement: Basic Inventory System #9

Open
AiraldiSebastian opened this issue Mar 27, 2022 · 2 comments
Open

Implement: Basic Inventory System #9

AiraldiSebastian opened this issue Mar 27, 2022 · 2 comments

Comments

@AiraldiSebastian
Copy link
Owner

AiraldiSebastian commented Mar 27, 2022

Basic Inventory System

A basic inventory system for our FPS should offer at least the following functionality:

    • Capable to store items
    • Capable to add items to it
    • Capable to remove items from it
    • Capable of moving items inside of
    • Calculate if an item can be picked/dropped or not

This list is still subject to possible changes

@AiraldiSebastian
Copy link
Owner Author

AiraldiSebastian commented Mar 31, 2022

A Hotbar simulating a very simple and basic Inventory System was added in da51427.

Its possible to pick up and drop to 5 items and to move through the Hotbar with num keys 1 to 5.

@AiraldiSebastian
Copy link
Owner Author

All functionality for our inventory as described was implemented in commit 35fb0cc. In the following days the inventory system was upgraded and made better, the implementation was done in commit 43122fc.

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

No branches or pull requests

1 participant