File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Interactive/2D/AudioController Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class JCS_2DSideScrollerPlayerAudioController : JCS_2DPlayerAudioControll
2121
2222 [ SerializeField ] private bool mOverrideSound = true ;
2323
24- [ Separator ( "Sound Settings (JCS_2DSideScrollerPlayerAudioController) ") ]
24+ [ Header ( "🔍 SFX ") ]
2525
2626 [ SerializeField ] private AudioClip mStandSound = null ;
2727 [ SerializeField ] private AudioClip mWalkSound = null ;
Original file line number Diff line number Diff line change @@ -18,26 +18,26 @@ public class JCS_GameWindowHandler : JCS_Settings<JCS_GameWindowHandler>
1818 {
1919 /* Variables */
2020
21- [ Separator ( " System Dialogue") ]
21+ [ Header ( "🔍 System Dialogue") ]
2222
2323 [ Tooltip ( "System UI instances." ) ]
2424 [ SerializeField ]
2525 private JCS_DialogueObject [ ] mSystemUI = null ;
2626
27- [ Separator ( " Game User Interface ") ]
27+ [ Header ( "🔍 Game UI ") ]
2828
2929 [ Tooltip ( "Game UI instance." ) ]
3030 [ SerializeField ]
3131 private JCS_DialogueObject mGameUI = null ;
3232
33- [ Separator ( " NPC Dialogue") ]
33+ [ Header ( "🔍 NPC Dialogue") ]
3434
3535 [ Tooltip ( "NPC dialogue instance." ) ]
3636 [ SerializeField ]
3737 private JCS_DialogueObject mNPCDialogue = null ;
3838
3939 // List of all the Game Window we are going to use in the game
40- [ Separator ( " Player Dialogue") ]
40+ [ Header ( "🔍 Player Dialogue") ]
4141
4242 [ Tooltip ( "Player dialgoue instances." ) ]
4343 [ SerializeField ]
You can’t perform that action at this time.
0 commit comments