JacksonHoggard / voodoo2d

👹 2D Java Game Engine built in OpenGL
MIT License
131 stars 50 forks source link

refactored player update code #26

Closed Yash-Punia closed 1 year ago

Yash-Punia commented 1 year ago

Description

The player update code should be abstracted from the actual game app. Added additonal update function to the player game object. Additionally the update function can be added in the base class so every game object implements it if needed.

Type of change

Checklist:

JacksonHoggard commented 1 year ago

Looks good. Nice work!