Skip to content

Commit

Permalink
Update engine to playtest-20190106.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jan 6, 2019
1 parent 0228b88 commit c6e8650
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions mods/example/cursor.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Palettes:
cursor: template.pal

Cursors:
mouse.shp: cursor
mouse.shp: terrain
default:
Start: 0
X: -16
Expand Down
3 changes: 3 additions & 0 deletions mods/example/metrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Metrics:
ClickDisabledSound:
ClickSound:
2 changes: 1 addition & 1 deletion mods/example/mod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ChromeLayout:
example|mainmenu.yaml

Notifications:
example|notifications.yaml

Translations:
example|english.yaml
Expand All @@ -49,6 +48,7 @@ ServerTraits:

ChromeMetrics:
common|metrics.yaml
example|metrics.yaml

Fonts:
Bold:
Expand Down
4 changes: 0 additions & 4 deletions mods/example/notifications.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions mods/example/rules.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
World:
TerrainRenderer:
AlwaysVisible:
ActorMap:
ScreenMap:
Expand All @@ -12,6 +13,7 @@ World:
Name: terrain
Tileset: TEMPLATE
Filename: template.pal
CursorPalette: true
ShadowIndex:

DummyActor:
Expand Down

0 comments on commit c6e8650

Please sign in to comment.