mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Implements color matrix and transform modification support for Filterrific (#93867)
## About The Pull Request Allows users to edit color matrix filters and layered filters' transforms through Filterrific, which were the two last unsupported filter fields. The menus are pretty minimal, but you shouldn't be touching them if you don't know what you're doing anyways. https://github.com/user-attachments/assets/e87447f3-e5d6-4f6c-a8e4-bf50a1d5fa79 ## Why It's Good For The Game Makes our tooling actually work ## Changelog 🆑 admin: Implemented color matrix and transform modification support for Filterrific /🆑
This commit is contained in:
@@ -1126,8 +1126,8 @@ GLOBAL_LIST_INIT(unrecommended_builds, list(
|
||||
|
||||
/client/proc/open_filter_editor(atom/in_atom)
|
||||
if(holder)
|
||||
holder.filteriffic = new /datum/filter_editor(in_atom)
|
||||
holder.filteriffic.ui_interact(mob)
|
||||
holder.filterrific = new /datum/filter_editor(in_atom)
|
||||
holder.filterrific.ui_interact(mob)
|
||||
|
||||
///opens the particle editor UI for the in_atom object for this client
|
||||
/client/proc/open_particle_editor(atom/movable/in_atom)
|
||||
|
||||
Reference in New Issue
Block a user