Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
goopey7 committed Oct 31, 2023
1 parent 19119f6 commit dde22e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/EditorApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ void EditorApp::init()

goop::rm->loadSfx("res/blast.mp3");
goop::rm->playSfx(goop::res::LAZER);

/* TODO -------------
- store EVERYTHING contiguously - decide on a data structure - (week 7)
- dynamically generate a header file for resource enums
- End user should not worry about loading / unloading resources
- should be abstracted once ECS is in -- but sfx??
*/
}

void EditorApp::update(float dt)
Expand Down

0 comments on commit dde22e5

Please sign in to comment.