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
This commit is contained in:
Thraix
2023-07-18 14:03:20 +02:00
parent ca61bae014
commit 3d82b12cbe
10 changed files with 599 additions and 388 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ name=Level Generator
name=Block
[Transform]
position=2 -8.5
position=0 -8.5
size=1 1
[Texture]
@@ -49,7 +49,7 @@ size=0.2 0.2
[Texture]
texture-uuid=f49a5284-d666-0982-95ca-cf68cc3d4f45
[MouseFollow]
[MouseFollower]
[Renderable]
---
@@ -65,7 +65,7 @@ font=3e9ef1a2-59ba-2e4d-b2cd-f5efaa531af7
text=0 fps
font-size=20
[FrameCount]
[FrameCounter]
[UiRenderable]
---