Add simple rectangles to represent the game
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
class PongWorld : public craft::World {
|
||||
void Begin() override;
|
||||
void Tick(float deltaTime) override;
|
||||
void FixedTick() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user