mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#1104 - Fix legend in editor
This commit is contained in:
@ -87,6 +87,22 @@ class RscMapControl {
|
|||||||
sizeExGrid = 0.032;
|
sizeExGrid = 0.032;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class RscMap;
|
||||||
|
class RscDisplayArcadeMap_Layout_2: RscMap { //"Traditional" Editor:
|
||||||
|
class controlsBackground {
|
||||||
|
class CA_Map: RscMapControl {
|
||||||
|
#include "MapTweaks.hpp"
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class RscDisplayArcadeMap_Layout_6: RscMap { //"Streamlined" Editor:
|
||||||
|
class controlsBackground {
|
||||||
|
class CA_Map: RscMapControl {
|
||||||
|
#include "MapTweaks.hpp"
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
// REGULAR MAP
|
// REGULAR MAP
|
||||||
class RscDisplayMainMap {
|
class RscDisplayMainMap {
|
||||||
// Tweak map styling
|
// Tweak map styling
|
||||||
|
Reference in New Issue
Block a user