Update engine to playtest-20190106.

This commit is contained in:
Paul Chote 2019-01-06 09:44:29 +00:00
parent 0228b888af
commit c6e865082f
6 changed files with 8 additions and 10 deletions

View File

@ -9,7 +9,7 @@
MOD_ID="example" MOD_ID="example"
# The OpenRA engine version to use for this project. # The OpenRA engine version to use for this project.
ENGINE_VERSION="release-20180923" ENGINE_VERSION="playtest-20190106"
############################################################################## ##############################################################################
# Continuous Integration # Continuous Integration

View File

@ -1,8 +1,5 @@
Palettes:
cursor: template.pal
Cursors: Cursors:
mouse.shp: cursor mouse.shp: terrain
default: default:
Start: 0 Start: 0
X: -16 X: -16

View File

@ -0,0 +1,3 @@
Metrics:
ClickDisabledSound:
ClickSound:

View File

@ -31,7 +31,6 @@ ChromeLayout:
example|mainmenu.yaml example|mainmenu.yaml
Notifications: Notifications:
example|notifications.yaml
Translations: Translations:
example|english.yaml example|english.yaml
@ -49,6 +48,7 @@ ServerTraits:
ChromeMetrics: ChromeMetrics:
common|metrics.yaml common|metrics.yaml
example|metrics.yaml
Fonts: Fonts:
Bold: Bold:

View File

@ -1,4 +0,0 @@
Sounds:
Notifications:
ClickSound:
ClickDisabledSound:

View File

@ -1,4 +1,5 @@
World: World:
TerrainRenderer:
AlwaysVisible: AlwaysVisible:
ActorMap: ActorMap:
ScreenMap: ScreenMap:
@ -12,6 +13,7 @@ World:
Name: terrain Name: terrain
Tileset: TEMPLATE Tileset: TEMPLATE
Filename: template.pal Filename: template.pal
CursorPalette: true
ShadowIndex: ShadowIndex:
DummyActor: DummyActor: