diff --git a/mod.config b/mod.config index f484907da..b9d270a0a 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="example" # The OpenRA engine version to use for this project. -ENGINE_VERSION="release-20180923" +ENGINE_VERSION="playtest-20190106" ############################################################################## # Continuous Integration diff --git a/mods/example/cursor.yaml b/mods/example/cursor.yaml index 3eb13fa31..be3621136 100644 --- a/mods/example/cursor.yaml +++ b/mods/example/cursor.yaml @@ -1,8 +1,5 @@ -Palettes: - cursor: template.pal - Cursors: - mouse.shp: cursor + mouse.shp: terrain default: Start: 0 X: -16 diff --git a/mods/example/metrics.yaml b/mods/example/metrics.yaml new file mode 100644 index 000000000..3b700ce00 --- /dev/null +++ b/mods/example/metrics.yaml @@ -0,0 +1,3 @@ +Metrics: + ClickDisabledSound: + ClickSound: diff --git a/mods/example/mod.yaml b/mods/example/mod.yaml index 8e1507962..d74b30e91 100644 --- a/mods/example/mod.yaml +++ b/mods/example/mod.yaml @@ -31,7 +31,6 @@ ChromeLayout: example|mainmenu.yaml Notifications: - example|notifications.yaml Translations: example|english.yaml @@ -49,6 +48,7 @@ ServerTraits: ChromeMetrics: common|metrics.yaml + example|metrics.yaml Fonts: Bold: diff --git a/mods/example/notifications.yaml b/mods/example/notifications.yaml deleted file mode 100644 index a45dff65c..000000000 --- a/mods/example/notifications.yaml +++ /dev/null @@ -1,4 +0,0 @@ -Sounds: - Notifications: - ClickSound: - ClickDisabledSound: \ No newline at end of file diff --git a/mods/example/rules.yaml b/mods/example/rules.yaml index 683292ad6..90b97994a 100644 --- a/mods/example/rules.yaml +++ b/mods/example/rules.yaml @@ -1,4 +1,5 @@ World: + TerrainRenderer: AlwaysVisible: ActorMap: ScreenMap: @@ -12,6 +13,7 @@ World: Name: terrain Tileset: TEMPLATE Filename: template.pal + CursorPalette: true ShadowIndex: DummyActor: