Definition at line 91 of file Minecart.cs.
92 {
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
177 {
178 throw new Exception(
"Be sure to update Minecart.textureWidth to match the actual texture size of " + 50
f +
".");
179 }
186 for (int i = 0; i < 36; i++)
187 {
188 int[] array = new int[8];
189 for (
int j = 0;
j < array.Length;
j++)
190 {
192 }
194 }
208 for (
int k = 0;
k < 4;
k++)
209 {
211 }
216 for (
int l = 4;
l < 8;
l++)
217 {
219 }
260 for (
int m = 0;
m < 8;
m++)
261 {
263 }
268 for (
int n = 0;
n < 8;
n++)
269 {
271 }
279 {
281 }
289 {
291 }
300 {
302 }
311 {
313 }
329 {
331 }
341 {
343 }
349 {
351 }
361 {
363 }
393 {
395 }
401 {
403 }
411 {
413 }
421 {
423 }
432 {
434 }
443 {
445 }
463 {
465 }
473 {
475 }
483 {
485 }
493 {
495 }
505 {
508 }
510 {
513 {
515 {
517 }
518 }
519 }
520 int[]
array3 =
new int[36];
523 {
526 {
528 {
530 }
531 }
534 {
538 {
539 case 0:
541 break;
542 case 1:
544 break;
545 case 2:
547 break;
548 }
550 {
551 case 0:
553 break;
554 case 1:
556 break;
557 case 2:
559 break;
560 }
562 {
564 {
565 continue;
566 }
567 }
569 {
570 continue;
571 }
574 }
576 {
577 continue;
578 }
582 {
584 {
587 }
588 }
590 }
595 {
597 {
598 case 1:
600 {
602 }
603 break;
604 case 2:
606 {
608 {
610 }
611 }
613 {
615 }
616 break;
617 }
618 }
619 }
static Asset< Texture2D > MinecartMount
static int[] _leftSideConnection
static int[][] _trackSwitchOptions
static short _firstPressureFrame
static short _firstRightBoostFrame
static Vector2[] _texturePosition
static short _firstLeftBoostFrame
static int[] _rightSideConnection
static int[][] _tileHeight
References Terraria.Minecart._boostLeft, Terraria.Minecart._firstLeftBoostFrame, Terraria.Minecart._firstPressureFrame, Terraria.Minecart._firstRightBoostFrame, Terraria.Minecart._leftSideConnection, Terraria.Minecart._rightSideConnection, Terraria.Minecart._texturePosition, Terraria.Minecart._tileHeight, Terraria.Minecart._trackSwitchOptions, Terraria.Minecart._trackType, Terraria.Main.dedServ, and Terraria.GameContent.TextureAssets.MinecartMount.
Referenced by Terraria.Main.Initialize_AlmostEverything(), and Terraria.Main.PostContentLoadInitialize().