Update engine to playtest-20190106.
This commit is contained in:
parent
0228b888af
commit
c6e865082f
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
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
|
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:
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
Sounds:
|
|
||||||
Notifications:
|
|
||||||
ClickSound:
|
|
||||||
ClickDisabledSound:
|
|
||||||
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user