Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SurfaceBackgroundID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public static class SurfaceBackgroundID
4{
5 public const int Forest1 = 0;
6
7 public const int Corruption = 1;
8
9 public const int Desert = 2;
10
11 public const int Jungle = 3;
12
13 public const int Ocean = 4;
14
15 public const int GoodEvilDesert = 5;
16
17 public const int Hallow = 6;
18
19 public const int Snow = 7;
20
21 public const int Crimson = 8;
22
23 public const int Mushroom = 9;
24
25 public const int Forest2 = 10;
26
27 public const int Forest3 = 11;
28
29 public const int Forest4 = 12;
30
31 public const int Empty = 13;
32}