S5-VR-Game / game

2 stars 0 forks source link

Adds game task spawn points structure #60

Closed JonasPTFL closed 9 months ago

JonasPTFL commented 9 months ago

Adds a structure, for spawning game tasks at specific spawn points. Enables tasks to define own spawn point types to store custom positions and additional spawn point data. This can be achieved by extending from the TaskSpawnPoint class. I changed the GameTaskFactory class to be generic, so that the inherited classes can adjust the spawn point type. The final result is presented in the SpawnpointTestScene. Take a look at the structure and tell me, what you think about it.

Aremju commented 9 months ago

Did you pull game_code first? Made some changes there recently 😅

JonasPTFL commented 9 months ago

No i did not, but there are no merge conflicts. Therefore i think merging this pr is not a problem, or am i wrong?