f257f19dad
I'd like to thank everyone who made this possible;, including but not limited to Riakodoadm, MrThatKid, kyzentun, Luizsan, JoseVarelaP, everyone else who provided feedback and bug reports.
7 lines
154 B
Lua
7 lines
154 B
Lua
local transition_params = {
|
|
color = color("#000000"),
|
|
transition_type = "out"
|
|
}
|
|
|
|
return LoadActor(THEME:GetPathB("", "_transition"), transition_params)
|