Skip to content

Commit

Permalink
Add center script to ghost scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed Nov 22, 2023
1 parent 26c696d commit 642bb68
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions main/ghost/ghost.collection
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@ embedded_instances {
" property_decls {\n"
" }\n"
"}\n"
"components {\n"
" id: \"align_to_center\"\n"
" component: \"/main/align_to_center.script\"\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"
" property_decls {\n"
" }\n"
"}\n"
"embedded_components {\n"
" id: \"ui\"\n"
" type: \"rivemodel\"\n"
Expand Down

0 comments on commit 642bb68

Please sign in to comment.