mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#1812 - Show Options on Intro/Outro
This commit is contained in:
@ -95,6 +95,11 @@ class RscDisplayInterruptEditor3D: RscStandardDisplay {
|
|||||||
class ACE_Open_settingsMenu_Btn : ACE_Open_SettingsMenu_BtnBase {};
|
class ACE_Open_settingsMenu_Btn : ACE_Open_SettingsMenu_BtnBase {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
class RscDisplayMovieInterrupt: RscStandardDisplay {
|
||||||
|
class controls {
|
||||||
|
class ACE_Open_settingsMenu_Btn : ACE_Open_SettingsMenu_BtnBase {};
|
||||||
|
};
|
||||||
|
};
|
||||||
class RscDisplayMain: RscStandardDisplay {
|
class RscDisplayMain: RscStandardDisplay {
|
||||||
//Hide the button if there is no world (-world=empty)
|
//Hide the button if there is no world (-world=empty)
|
||||||
//Seems odd to use onMouseMoving, but I don't want to overload onLoad
|
//Seems odd to use onMouseMoving, but I don't want to overload onLoad
|
||||||
|
Reference in New Issue
Block a user