issues
search
OctoAwesome
/
octoawesome
This is the code repository for the OctoAwesome project - a collection of daily, 20 minute long game development tutorial videos, iterating over the same piece of code
http://octoawesome.net/
MIT License
108
stars
31
forks
source link
Multi Components and removal of Functional Blocks
#318
Closed
susch19
closed
2 years ago
susch19
commented
2 years ago
Add support for multiple components of same type in a component list
Made the three inventory components into one, so we have a named input, output and production inventory
Removed functional block base class and merged it with entity
Rebased onto develop and corrected errors that came with it