| 68 | |
| 69 | public: |
| 70 | bool OnUserCreate() override |
| 71 | { |
| 72 | pSprite = std::make_unique<olc::Sprite>("./assets/DirectionalSolids.png"); |
| 73 | pDecal = std::make_unique<olc::Decal>(pSprite.get()); |
| 74 | return true; |
| 75 | } |
| 76 | |
| 77 | |
| 78 | bool OnUserUpdate(float fElapsedTime) override |
nothing calls this directly
no outgoing calls
no test coverage detected