Files
9885763e3d hand refactor (#5677)
Co-authored-by: silicons <no@you.cat>
2024-11-20 09:25:57 +01:00

21 lines
524 B
Plaintext

//* This file is explicitly licensed under the MIT license. *//
//* Copyright (c) 2024 Citadel Station Developers *//
//? clickcatcher
/**
* Makes a clickcatcher if necessary, and ensures it's fit to our size.
*/
/client/proc/update_clickcatcher()
if(isnull(click_catcher))
click_catcher = new
screen |= click_catcher
click_catcher.UpdateFill(current_viewport_width, current_viewport_height)
//? parallax
/client/proc/create_parallax()
if(!isnull(parallax_holder))
return
parallax_holder = new(src)