File tree 3 files changed +16
-6
lines changed
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 9
9
MOD_ID="example"
10
10
11
11
# The OpenRA engine version to use for this project.
12
- ENGINE_VERSION="release-20180307 "
12
+ ENGINE_VERSION="playtest-20180729 "
13
13
14
14
##############################################################################
15
15
# Continuous Integration
Original file line number Diff line number Diff line change 1
1
World :
2
- PaletteFromCurrentTileset :
3
- Name : terrain
4
2
AlwaysVisible :
5
3
ActorMap :
6
4
ScreenMap :
@@ -10,14 +8,28 @@ World:
10
8
InternalName : example
11
9
Side : Example
12
10
Selectable : False
11
+ PaletteFromFile :
12
+ Name : terrain
13
+ Tileset : TEMPLATE
14
+ Filename : template.pal
15
+ ShadowIndex :
16
+
17
+ DummyActor :
18
+ BodyOrientation :
19
+ HitShape :
20
+ AlwaysVisible :
21
+
13
22
14
23
Player :
15
24
AlwaysVisible :
16
25
TechTree :
17
26
PlaceBuilding :
18
27
SupportPowerManager :
19
- PowerManager :
20
28
PlayerResources :
21
29
DeveloperMode :
22
30
Shroud :
23
31
FrozenActorLayer :
32
+
33
+ EditorPlayer :
34
+ AlwaysVisible :
35
+ Shroud :
Original file line number Diff line number Diff line change 1
1
General :
2
2
Name : Template
3
3
Id : TEMPLATE
4
- Palette : template.pal
5
- PlayerPalette : template.pal
6
4
7
5
Terrain :
8
6
TerrainType @Clear :
You can’t perform that action at this time.
0 commit comments