Updates roulette, fixes camera cursor and lucker entity setting along with minigame cleanup

This commit is contained in:
gamer147
2023-08-04 00:03:51 -04:00
parent 5f804f5c24
commit 1b34af21ee
5 changed files with 28 additions and 14 deletions

View File

@@ -5,10 +5,13 @@
@attribute [StyleSheet]
@inherits Panel
@if (ShouldShowCursor)
{
<root/>
}
<root>
@if (ShouldShowCursor)
{
<div class="camera-cursor"/>
}
</root>
@code {

View File

@@ -1,3 +1,5 @@
CameraCursor {
pointer-events: all;
.camera-cursor {
pointer-events: all;
}
}