Various metrics changes to RoomWheel: Desc is now Description, Width metrics are removed, and hardcoded commands (halign,0;shadowlength,0;maxwidth,[width metric]) are removed.
This commit is contained in:
@@ -3872,14 +3872,13 @@ CreateRoomColor=color("0.0,0.9,0.25,1.0")
|
||||
ScrollBarOnCommand=visible,false
|
||||
|
||||
[RoomWheelItem]
|
||||
TextOnCommand=zoom,0.6;strokecolor,color("#000000FF")
|
||||
TextX=-110
|
||||
TextY=-8
|
||||
TextWidth=200
|
||||
DescX=-100
|
||||
DescY=6
|
||||
DescOnCommand=zoom,0.4;strokecolor,color("#000000FF")
|
||||
DescWidth=400
|
||||
TextOnCommand=halign,0;zoom,0.6;maxwidth,200;strokecolor,color("#000000FF");
|
||||
|
||||
DescriptionX=-100
|
||||
DescriptionY=6
|
||||
DescriptionOnCommand=halign,0;zoom,0.4;maxwidth,400;strokecolor,color("#000000FF")
|
||||
|
||||
[RoomInfoDisplay]
|
||||
RoomInfoDisplayOnCommand=diffuse,color("1.0,1.0,1.0,1");x,SCREEN_WIDTH+130;y,250;bounceend,0.5;x,SCREEN_WIDTH-160
|
||||
|
||||
Reference in New Issue
Block a user