Commit d923b15
committed
Show paused gameplay in iOS layout editor
- Make the portrait editor top area transparent (Color.clear) so the
paused Metal game view underneath is visible, providing useful context
for placing controls.
- Keep the bottom controller deck at black.opacity(0.85) so draggable
controls and outlines remain readable against the background.
- Make the landscape editor background transparent (Color.clear) so the
paused game is visible behind the full-screen landscape controls.
- The editor overlay still captures touches globally via contentShape,
preventing accidental game input while editing.1 parent 2af0564 commit d923b15
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments