Finalized Google Sign In!!!

This commit is contained in:
2021-02-24 00:35:54 +01:00
parent 0746a2a88e
commit fcbce77168
21 changed files with 1424 additions and 121 deletions

View File

@@ -3,6 +3,21 @@ scale_along_z: 0
embedded_instances {
id: "go"
data: "components {\n"
" id: \"gui\"\n"
" component: \"/example/example.gui\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
"components {\n"
" id: \"example\"\n"
" component: \"/example/example.script\"\n"
" position {\n"