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:
parent
e6a8f0b295
commit
2e91f45273
@ -87,6 +87,22 @@ class RscMapControl {
|
||||
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
|
||||
class RscDisplayMainMap {
|
||||
// Tweak map styling
|
||||
|
Loading…
Reference in New Issue
Block a user