tools: define default tool colors
so that colors do not need to be explicitly specified every time a new tool is defined. git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@914 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
2a77ddb26c
commit
ec0d9ffee6
2 changed files with 8 additions and 2 deletions
|
@ -236,6 +236,7 @@ tool.QUERY.icon = /icqry.png
|
|||
tool.QUERY.selected_icon = /icqryhi.png
|
||||
tool.QUERY.tip = Query Zone Status
|
||||
|
||||
tool.*.border = #bf7900
|
||||
tool.BULLDOZER.border = #bf7900
|
||||
tool.WIRE.border = #ffff00
|
||||
tool.ROADS.border = #5d5d5d
|
||||
|
@ -252,6 +253,7 @@ tool.POWERPLANT.border = #ffff00
|
|||
tool.NUCLEAR.border = #ffff00
|
||||
tool.AIRPORT.border = #bf7900
|
||||
|
||||
tool.*.bgcolor = rgba(0,0,0,0)
|
||||
tool.BULLDOZER.bgcolor = rgba(0,0,0,0)
|
||||
tool.WIRE.bgcolor = rgba(0,0,0,0.375)
|
||||
tool.ROADS.bgcolor = rgba(255,255,255,0.375)
|
||||
|
|
Reference in a new issue