File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ function SpawnLiquid:init()
50
50
on_activate = self :callback (' decreaseLiquidLevel' ),
51
51
disabled = function () return self .level == 1 end
52
52
},
53
+ widgets .Label {
54
+ frame = { l = 0 , b = 1 , w = 1 },
55
+ text_pen = COLOR_LIGHTGREEN ,
56
+ text = string.char (27 ),
57
+ },
53
58
widgets .HotkeyLabel {
54
59
frame = { l = 19 , b = 1 },
55
60
label = ' Increase level' ,
@@ -58,6 +63,11 @@ function SpawnLiquid:init()
58
63
on_activate = self :callback (' increaseLiquidLevel' ),
59
64
disabled = function () return self .level == 7 end
60
65
},
66
+ widgets .Label {
67
+ frame = { l = 19 , b = 1 , w = 1 },
68
+ text_pen = COLOR_LIGHTGREEN ,
69
+ text = string.char (26 ),
70
+ },
61
71
widgets .CycleHotkeyLabel {
62
72
frame = {l = 0 , b = 2 },
63
73
label = ' Brush:' ,
You can’t perform that action at this time.
0 commit comments