Added world sprite system (#397)

* Added world sprite system

* Added important comment
This commit is contained in:
Tornado Tech
2024-08-20 01:41:56 +10:00
committed by GitHub
parent 34f90f1bce
commit f6d81c04c0
5 changed files with 114 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ namespace Content.Server.Entry
public static class IgnoredComponents
{
public static string[] List => new[] {
"CP14WaveShader", //CP14 Wave shader
"CP14WaveShader", // CP14 Wave shader
"CP14WorldSprite", // CP14 World Sprite
"ConstructionGhost",
"IconSmooth",
"InteractionOutline",