Update engine to playtest-20190106.
This commit is contained in:
parent
0228b888af
commit
c6e865082f
@ -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
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
Palettes:
|
||||
cursor: template.pal
|
||||
|
||||
Cursors:
|
||||
mouse.shp: cursor
|
||||
mouse.shp: terrain
|
||||
default:
|
||||
Start: 0
|
||||
X: -16
|
||||
|
||||
3
mods/example/metrics.yaml
Normal file
3
mods/example/metrics.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
Metrics:
|
||||
ClickDisabledSound:
|
||||
ClickSound:
|
||||
@ -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:
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
Sounds:
|
||||
Notifications:
|
||||
ClickSound:
|
||||
ClickDisabledSound:
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user