109216 {
109217
109218
109219
109220
109221
109222
109223
109224
109225
109226
109227
109228
109229
109230
109231
109232
109233
109234
109235
109236
109238 {
109239 return;
109240 }
109242 {
109244 {
109247 Main.dust[
num].noGravity =
true;
109248 Dust
obj = Main.dust[
num];
109249 obj.velocity *= 1.1f;
109250 }
109251 }
109253 {
109256 {
109259 obj2.noLight = true;
109260 obj2.noGravity = true;
109261 obj2.scale = 1.2f;
109262 obj2.fadeIn = 0.4f;
109263 }
109264 }
109266 {
109269 {
109271 obj3.color = Main.hslToRgb((
float)(Main.timeForVisualEffects / 60.0) % 1
f, 1
f, 0.75f, 0);
109272 obj3.noLight = true;
109273 obj3.noGravity = true;
109274 obj3.scale = 1.2f;
109275 obj3.fadeIn = 0.4f;
109276 }
109277 }
109279 {
109281 }
109283 }
Vector2 position
The position of this Entity in world coordinates.
int width
The width of this Entity's hitbox, in pixels.
int height
The height of this Entity's hitbox, in pixels.
static Color GetPortalColor(int colorIndex)