From 06ad5221ee59b04aba0c891ddb25b652268fd3ac Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:17:48 -0400 Subject: [PATCH] decal settings (#20324) --- .../Decals/UI/DecalPlacerWindow.xaml | 1 + .../Decals/UI/DecalPlacerWindow.xaml.cs | 36 +- Content.Shared/Decals/DecalPrototype.cs | 18 + .../Locale/en-US/decals/decal-window.ftl | 1 + .../Prototypes/Decals/Overlays/grayscale.yml | 35 ++ Resources/Prototypes/Decals/crayons.yml | 390 ++++++++++++++++++ Resources/Prototypes/Decals/dirty.yml | 8 + Resources/Prototypes/Decals/flora.yml | 112 +++++ Resources/Prototypes/Decals/markings.yml | 27 ++ Resources/Prototypes/Decals/planet.yml | 12 + Resources/Prototypes/Decals/rock.yml | 18 + 11 files changed, 655 insertions(+), 3 deletions(-) diff --git a/Content.Client/Decals/UI/DecalPlacerWindow.xaml b/Content.Client/Decals/UI/DecalPlacerWindow.xaml index 19c63a44bc..5750ff19f8 100644 --- a/Content.Client/Decals/UI/DecalPlacerWindow.xaml +++ b/Content.Client/Decals/UI/DecalPlacerWindow.xaml @@ -14,6 +14,7 @@