diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-17 17:12:57 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-17 17:12:57 +0100 |
commit | be4075a86d487e5e017672b74301e244207c4246 (patch) | |
tree | fc9393bb839743c3fd75e6e0e3a569ae39697fb3 /DDayAtOmahaBeach | |
parent | 36c4e048a34fab2444ba66140fad473591ef15e5 (diff) | |
download | asynk-rules-be4075a86d487e5e017672b74301e244207c4246.zip asynk-rules-be4075a86d487e5e017672b74301e244207c4246.tar.gz |
DDay : add some color definitions
Diffstat (limited to 'DDayAtOmahaBeach')
-rw-r--r-- | DDayAtOmahaBeach/DDayOmaha.lou | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DDayAtOmahaBeach/DDayOmaha.lou b/DDayAtOmahaBeach/DDayOmaha.lou index 618bfab..c5ff774 100644 --- a/DDayAtOmahaBeach/DDayOmaha.lou +++ b/DDayAtOmahaBeach/DDayOmaha.lou @@ -10,11 +10,14 @@ def @Green {rgb .11 .5 .29} #def @Green {rgb .4 .6 0} def @Red {rgb .8 .1 0} def @Orange {rgb 1 .4 0} +def @Lightgrey {rgb .95 .95 .95} def @PRed right x { @Red @Colour x } def @PBlue right x { @Blue @Colour x } def @PGreen right x { @Green @Colour x } def @POrange right x { @Orange @Colour x } +def @PPurple right x { @Purple @Colour x } +def @PLg paint { rgb { .95 .95 .95} } def @Eliminated { {rgb 1 0 0} @Colour Eliminated } def @Defeated { {rgb 1 0 0} @Colour Defeated } @@ -29,6 +32,12 @@ def @Depth { @Blue @Colour Depth } def @Left right x { {rgb .11 .5 .29} @Colour {+x left}} def @Rightt right x { {rgb .4 .6 0} @Colour {+x right}} +def @Fire { { @Red } @Colour { FIRE } } +def @NoAction { @Sym emptyset } +def @Action right x { { @Purple } @Colour { x } } + +def @Ext { {rgb .96 .14 .34}@Colour EXT } + @Document // @Text @Begin |