ScottGarryFoster / SuperGameEngine

SuperGameEngine (SGE) is my project to explore programming in C++ by creating a 2D Engine in SDL2.
https://docs.supergameengine.com
Other
1 stars 0 forks source link

[#20] Added the ability to Create GameObjects on the Fly. #67

Closed ScottGarryFoster closed 6 months ago

ScottGarryFoster commented 6 months ago

Any Game Object (by extension Component) can create a Game Object. Created from the Grand Scene level so we can do Parents or other scenes easily.