adding camera icon
This commit is contained in:
parent
99270cede9
commit
0645c7c934
@ -44,6 +44,11 @@
|
||||
"Type": 0,
|
||||
"URL": "http://cloud-3.steamusercontent.com/ugc/2021591230447630077/18C86248B9BDAF1DE01B67791439A39EE4F97B60/"
|
||||
},
|
||||
{
|
||||
"Name": "NavigationOverlayIcon",
|
||||
"Type": 0,
|
||||
"URL": "http://cloud-3.steamusercontent.com/ugc/2038485431575931195/7EDAE98E027FF101263E62E940180E65BE343FEE/"
|
||||
},
|
||||
{
|
||||
"Name": "option-gear",
|
||||
"Type": 0,
|
||||
|
@ -29,7 +29,7 @@
|
||||
outline="#303030"
|
||||
rectAlignment="LowerRight"
|
||||
width="35"
|
||||
height="146"
|
||||
height="183"
|
||||
offsetXY="-1 80"
|
||||
spacing="2">
|
||||
<Button icon="cthulhu"
|
||||
@ -41,6 +41,9 @@
|
||||
<Button icon="devourer"
|
||||
tooltip="Community Content"
|
||||
onClick="onClick_toggleUi(Community Content)"/>
|
||||
<Button icon="NavigationOverlayIcon"
|
||||
tooltip="Navigation Overlay"
|
||||
onClick="onClick_toggleUi(Navigation Overlay)"/>
|
||||
<Button icon="option-gear"
|
||||
tooltip="Options"
|
||||
onClick="onClick_toggleUi(Options)"/>
|
||||
|
Loading…
Reference in New Issue
Block a user