mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-05 15:00:28 +00:00
Update workspace.lua
This commit is contained in:
parent
8a89220fec
commit
146a6e9f21
@ -541,8 +541,8 @@ lddterm.screenshot = function(window)
|
||||
lt, lb = t, b
|
||||
if config.doTrippyVoid then
|
||||
c = string.char(math.random(128, 159))
|
||||
t = lddterm.backdropColors[1 + math.floor((y - realScroll[2] * scr_y) % #lddterm.backdropColors)]
|
||||
b = lddterm.backdropColors[1 + math.floor((x - realScroll[1] * scr_x) % #lddterm.backdropColors)]
|
||||
t = backdropColors[1 + math.floor((y - realScroll[2] * scr_y) % #backdropColors)]
|
||||
b = backdropColors[1 + math.floor((x - realScroll[1] * scr_x) % #backdropColors)]
|
||||
else
|
||||
c = string.char( math.max(128, math.random(-5000, 159)) )
|
||||
t = ({"7", "8"})[math.random(1, 2)]
|
||||
|
Loading…
Reference in New Issue
Block a user