Skip to content

Commit c6e8650

Browse files
committed
Update engine to playtest-20190106.
1 parent 0228b88 commit c6e8650

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

mod.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MOD_ID="example"
1010

1111
# The OpenRA engine version to use for this project.
12-
ENGINE_VERSION="release-20180923"
12+
ENGINE_VERSION="playtest-20190106"
1313

1414
##############################################################################
1515
# Continuous Integration

mods/example/cursor.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
Palettes:
2-
cursor: template.pal
3-
41
Cursors:
5-
mouse.shp: cursor
2+
mouse.shp: terrain
63
default:
74
Start: 0
85
X: -16

mods/example/metrics.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Metrics:
2+
ClickDisabledSound:
3+
ClickSound:

mods/example/mod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ChromeLayout:
3131
example|mainmenu.yaml
3232

3333
Notifications:
34-
example|notifications.yaml
3534

3635
Translations:
3736
example|english.yaml
@@ -49,6 +48,7 @@ ServerTraits:
4948

5049
ChromeMetrics:
5150
common|metrics.yaml
51+
example|metrics.yaml
5252

5353
Fonts:
5454
Bold:

mods/example/notifications.yaml

-4
This file was deleted.

mods/example/rules.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
World:
2+
TerrainRenderer:
23
AlwaysVisible:
34
ActorMap:
45
ScreenMap:
@@ -12,6 +13,7 @@ World:
1213
Name: terrain
1314
Tileset: TEMPLATE
1415
Filename: template.pal
16+
CursorPalette: true
1517
ShadowIndex:
1618

1719
DummyActor:

0 commit comments

Comments
 (0)