Implemented mouse centering and hiding in game #384

Merged
mushgunAX merged 9 commits from SP3-10-input-management into main 2023-03-03 18:29:54 +08:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 0a224726b3 - Show all commits

View File

@ -4120,6 +4120,7 @@
Text Renderer Component: Text Renderer Component:
Text: "Score: 0" Text: "Score: 0"
Font: 176667660 Font: 176667660
Color: {x: 1, y: 1, z: 1, w: 1}
IsActive: true IsActive: true
Scripts: ~ Scripts: ~
- EID: 206 - EID: 206
@ -4135,6 +4136,7 @@
Text Renderer Component: Text Renderer Component:
Text: "Time Left: 200" Text: "Time Left: 200"
Font: 176667660 Font: 176667660
Color: {x: 1, y: 1, z: 1, w: 1}
IsActive: true IsActive: true
Scripts: ~ Scripts: ~
- EID: 238 - EID: 238
@ -4150,6 +4152,7 @@
Text Renderer Component: Text Renderer Component:
Text: "" Text: ""
Font: 176667660 Font: 176667660
Color: {x: 1, y: 1, z: 1, w: 1}
IsActive: true IsActive: true
Scripts: ~ Scripts: ~
- EID: 236 - EID: 236
@ -5323,7 +5326,7 @@
NumberOfChildren: 0 NumberOfChildren: 0
Components: Components:
Transform Component: Transform Component:
Translate: {x: 0, y: 0, z: 0} Translate: {x: 0, y: 0, z: 0.100000001}
Rotate: {x: 0, y: 0, z: 0} Rotate: {x: 0, y: 0, z: 0}
Scale: {x: 2500, y: 1080, z: 1} Scale: {x: 2500, y: 1080, z: 1}
IsActive: true IsActive: true