Skip to content

Commit

Permalink
Update spacereroll.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
snowylight authored Jun 14, 2024
1 parent 2ed24ff commit 7368f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacereroll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function create_UIBox_HUD()
local hud = speedshow()
hud.nodes[1].nodes[1].nodes[1].nodes[#hud.nodes[1].nodes[1].nodes[1].nodes+1] =
{n=G.UIT.R, config={align = "cm"}, nodes={
{n=G.UIT.T, config={text = "Currently SpeedX", scale = 0.5, colour = G.C.CHIPS, pop_in = 0.5, maxw = 5}},
{n=G.UIT.T, config={text = "Current SpeedX", scale = 0.5, colour = G.C.CHIPS, pop_in = 0.5, maxw = 5}},
{n=G.UIT.O, config={object = DynaText({string = {{ref_table = G.SETTINGS, ref_value = 'GAMESPEED'}}, colours = {G.C.MULT}, scale = 0.5, pop_in = 0.5, maxw = 5})}}
}}
return hud
Expand Down

0 comments on commit 7368f2b

Please sign in to comment.