Commit Graph

2 Commits

Author SHA1 Message Date
Thraix df59dc3f3f Add drag and drop entity
- Add drag and drop entity to other entities that refers to another
  entities (for example PlayerC refers to an Entity camera which follows
  the player).
2023-07-18 19:53:34 +02:00
Thraix 3d82b12cbe Cleanup Scene file
- Introduce new class ComponentHandler which handles all the
  Serializing/Deserializing/Editor Gui of Components
- Currently only Deserializing and Editor Gui is implemented for
  existing components
2023-07-18 14:03:20 +02:00