Description:
Add icons.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -54,12 +54,12 | |||
|
54 | 54 | |
|
55 | 55 | ImGui.SetCursorPosX(width - 350); |
|
56 | 56 | |
|
57 | if (Menu.activeButton("Budget", show_budget, new Num.Vector4(0.060f, 0.590f, 0.980f, 1f))) | |
|
57 | if (Menu.activeButton("$ Budget", show_budget, new Num.Vector4(0.060f, 0.590f, 0.980f, 1f))) | |
|
58 | 58 | { |
|
59 | 59 | show_budget = !show_budget; |
|
60 | 60 | |
|
61 | 61 | } |
|
62 | if (Menu.activeButton("Forest", show_forest, new Num.Vector4(0.060f, 0.590f, 0.980f, 1f))) | |
|
62 | if (Menu.activeButton("\ue124 Forest", show_forest, new Num.Vector4(0.060f, 0.590f, 0.980f, 1f))) | |
|
63 | 63 | { |
|
64 | 64 | show_forest = !show_forest; |
|
65 | 65 | |
@@ -67,7 +67,7 | |||
|
67 | 67 | |
|
68 | 68 | ImGui.Text("|"); |
|
69 | 69 | |
|
70 | if (Menu.activeButton("Pause", paused, new Num.Vector4(0.060f, 0.590f, 0.980f, 1f))) | |
|
70 | if (Menu.activeButton("\ue0ac Pause", paused, new Num.Vector4(0.060f, 0.590f, 0.980f, 1f))) | |
|
71 | 71 | { |
|
72 | 72 | paused = !paused; |
|
73 | 73 | } |
You need to be logged in to leave comments.
Login now