Adding a prefab for the load screen

This commit is contained in:
Anonymus Raccoon
2020-04-15 13:46:05 +02:00
parent 101db4d57b
commit 205f0c590f
4 changed files with 18 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<gc_entities>
<gc_entity>
<transform_component>
<Size x="800" y="600" />
</transform_component>
<renderer src="loading">
<Rect height="auto" width="auto" top="0" left="0" />
</renderer>
<fixed_to_cam x="50%" y="50%" width="100%" height="100%" />
</gc_entity>
</gc_entities>