Updates roulette, fixes camera cursor and lucker entity setting along with minigame cleanup
This commit is contained in:
@@ -5,10 +5,13 @@
|
||||
@attribute [StyleSheet]
|
||||
@inherits Panel
|
||||
|
||||
@if (ShouldShowCursor)
|
||||
{
|
||||
<root/>
|
||||
}
|
||||
<root>
|
||||
@if (ShouldShowCursor)
|
||||
{
|
||||
<div class="camera-cursor"/>
|
||||
}
|
||||
</root>
|
||||
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
CameraCursor {
|
||||
pointer-events: all;
|
||||
.camera-cursor {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user