implemented overlays and text, need depth configuration

This commit is contained in:
devZoGok
2021-10-18 19:05:04 +03:00
parent d1f2f9b152
commit 7a8a178a74
26 changed files with 544 additions and 73 deletions
+7
View File
@@ -0,0 +1,7 @@
#include"rectangle.h"
namespace vb01{
Rectangle::Rectangle(Vector3 size){
}
}