Skip to content

Commit

Permalink
Update engine to playtest-20200303.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote authored and abcdefg30 committed Mar 3, 2020
1 parent 3b535d8 commit eba6e0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 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-20200202"
ENGINE_VERSION="playtest-20200303"

# .dll filenames compiled by the mod solution for use by the runtime assembly check
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"
Expand Down
Binary file modified mods/example/bits/dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 9 additions & 30 deletions mods/example/chrome.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,11 @@
button: dialog.png
background: 1,1,126,126
border-r: 127,1,1,126
border-l: 0,1,1,126
border-b: 1,127,126,1
border-t: 1,0,126,1
corner-tl: 0,0,1,1
corner-tr: 127,0,1,1
corner-bl: 0,127,1,1
corner-br: 127,127,1,1
button:
Image: dialog.png
PanelRegion: 1, 1, 2, 2, 122, 122, 2, 2

button-hover: dialog.png
background: 1,129,126,126
border-r: 127,129,1,126
border-l: 0,129,1,126
border-b: 1,255,126,1
border-t: 1,128,126,1
corner-tl: 0,128,1,1
corner-tr: 126,128,1,1
corner-bl: 1,255,1,1
corner-br: 127,255,1,1
button-hover:
Image: dialog.png
PanelRegion: 1, 129, 2, 2, 122, 122, 2, 2

button-pressed: dialog.png
background: 129,1,126,126
border-r: 255,1,1,126
border-l: 128,1,1,126
border-b: 129,127,126,1
border-t: 129,0,126,1
corner-tl: 128,0,1,1
corner-tr: 255,0,1,1
corner-bl: 128,127,1,1
corner-br: 255,127,1,1
button-pressed:
Image: dialog.png
PanelRegion: 129, 1, 2, 2, 122, 122, 2, 2

0 comments on commit eba6e0a

Please sign in to comment.