fix templates for cnc (103x1 tiles were quite clearly broken)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OpenRA.Editor
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
LocateGameRoot();
|
LocateGameRoot();
|
||||||
|
|
||||||
LoadMap("ra", "mjolnir");
|
LoadMap("cnc", "scm01ea");
|
||||||
}
|
}
|
||||||
|
|
||||||
void LoadMap(string mod, string mapname)
|
void LoadMap(string mod, string mapname)
|
||||||
|
|||||||
@@ -583,13 +583,13 @@ tiletype0=7
|
|||||||
|
|
||||||
[TEM69]
|
[TEM69]
|
||||||
Name=P03
|
Name=P03
|
||||||
width=103
|
width=1
|
||||||
height=1
|
height=1
|
||||||
tiletype0=7
|
tiletype0=7
|
||||||
|
|
||||||
[TEM70]
|
[TEM70]
|
||||||
Name=P04
|
Name=P04
|
||||||
width=103
|
width=1
|
||||||
height=1
|
height=1
|
||||||
tiletype0=7
|
tiletype0=7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user