terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GUIWorldCreateMenu.cs
Go to the documentation of this file.
1using System;
2using Controller;
6using Terraria;
8
9// Token: 0x02000285 RID: 645
11{
12 // Token: 0x1700017C RID: 380
13 // (get) Token: 0x06000ECD RID: 3789 RVA: 0x00048D3C File Offset: 0x00046F3C
14 private string WorldDescriptionName
15 {
16 get
17 {
18 return Language.GetTextValue("UI.WorldDescriptionName");
19 }
20 }
21
22 // Token: 0x1700017D RID: 381
23 // (get) Token: 0x06000ECE RID: 3790 RVA: 0x00048D54 File Offset: 0x00046F54
25 {
26 get
27 {
28 return Language.GetTextValue("UI.WorldDescriptionSizeSmall");
29 }
30 }
31
32 // Token: 0x1700017E RID: 382
33 // (get) Token: 0x06000ECF RID: 3791 RVA: 0x00048D6C File Offset: 0x00046F6C
35 {
36 get
37 {
38 return Language.GetTextValue("UI.WorldDescriptionSizeMedium");
39 }
40 }
41
42 // Token: 0x1700017F RID: 383
43 // (get) Token: 0x06000ED0 RID: 3792 RVA: 0x00048D84 File Offset: 0x00046F84
45 {
46 get
47 {
48 return Language.GetTextValue("UI.WorldDescriptionSizeLarge");
49 }
50 }
51
52 // Token: 0x17000180 RID: 384
53 // (get) Token: 0x06000ED1 RID: 3793 RVA: 0x00048D9C File Offset: 0x00046F9C
55 {
56 get
57 {
58 return Language.GetTextValue("UI.WorldDescriptionCreative");
59 }
60 }
61
62 // Token: 0x17000181 RID: 385
63 // (get) Token: 0x06000ED2 RID: 3794 RVA: 0x00048DB4 File Offset: 0x00046FB4
65 {
66 get
67 {
68 return Language.GetTextValue("UI.WorldDescriptionNormal");
69 }
70 }
71
72 // Token: 0x17000182 RID: 386
73 // (get) Token: 0x06000ED3 RID: 3795 RVA: 0x00048DCC File Offset: 0x00046FCC
75 {
76 get
77 {
78 return Language.GetTextValue("UI.WorldDescriptionExpert");
79 }
80 }
81
82 // Token: 0x17000183 RID: 387
83 // (get) Token: 0x06000ED4 RID: 3796 RVA: 0x00048DE4 File Offset: 0x00046FE4
85 {
86 get
87 {
88 return Language.GetTextValue("UI.WorldDescriptionMaster");
89 }
90 }
91
92 // Token: 0x17000184 RID: 388
93 // (get) Token: 0x06000ED5 RID: 3797 RVA: 0x00048DFC File Offset: 0x00046FFC
95 {
96 get
97 {
98 return Language.GetTextValue("UI.WorldDescriptionDefault");
99 }
100 }
101
102 // Token: 0x06000ED6 RID: 3798 RVA: 0x00048E14 File Offset: 0x00047014
103 public static void LoadContent(ContentManager content)
104 {
105 Texture2D texture2D = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewEvilRandom");
106 Texture2D texture2D2 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewEvilCorruption");
107 Texture2D texture2D3 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewEvilCrimson");
108 Texture2D texture2D4 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewSizeSmall");
109 Texture2D texture2D5 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewSizeMedium");
110 Texture2D texture2D6 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewSizeLarge");
111 Texture2D texture2D7 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyNormal1");
112 Texture2D texture2D8 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyNormal2");
113 Texture2D texture2D9 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyExpert1");
114 Texture2D texture2D10 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyExpert2");
115 Texture2D texture2D11 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyMaster1");
116 Texture2D texture2D12 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyMaster2");
117 Texture2D texture2D13 = content.Load<Texture2D>("Images/UI/WorldCreation/PreviewDifficultyCreative2");
118 }
119
120 // Token: 0x06000ED7 RID: 3799 RVA: 0x00048EC8 File Offset: 0x000470C8
121 public void Draw()
122 {
124 }
125
126 // Token: 0x06000ED8 RID: 3800 RVA: 0x00048FDC File Offset: 0x000471DC
127 private void DrawName()
128 {
130 string text;
131 Vector2 vector = spriteFont.MeasureString(text);
132 if (this._optionsBlocker != null)
133 {
134 return;
135 }
136 int screenWidth = Main.screenWidth;
137 int screenHeight = Main.screenHeight;
138 }
139
140 // Token: 0x06000ED9 RID: 3801 RVA: 0x000491BC File Offset: 0x000473BC
141 private void DrawSeed()
142 {
143 string textValue = Language.GetTextValue("UI.WorldCreationSeed");
145 string text;
146 Vector2 vector = spriteFont.MeasureString(text);
147 bool flag = this.editingWorldSeed;
148 if (this._optionsBlocker != null)
149 {
150 if (flag)
151 {
152 return;
153 }
154 }
155 else if (flag)
156 {
157 if (!flag)
158 {
159 }
160 int screenWidth = Main.screenWidth;
161 int screenHeight = Main.screenHeight;
162 return;
163 }
164 bool flag2 = string.IsNullOrEmpty(this.newWorldSeed);
165 string textValue2 = Language.GetTextValue("UI.EnterSeed");
166 }
167
168 // Token: 0x06000EDA RID: 3802 RVA: 0x00049460 File Offset: 0x00047660
169 private void DrawImage()
170 {
171 if (17000 == 0)
172 {
173 }
174 int num = this.difficulty;
175 if (!true)
176 {
177 }
178 }
179
180 // Token: 0x06000EDB RID: 3803 RVA: 0x000494C8 File Offset: 0x000476C8
182 {
183 if (!true)
184 {
185 }
186 int menuMode = Main.menuMode;
188 {
191 }
192 if (this.displayWorldOptions)
193 {
196 }
197 if (this.displayEvilTypeOptions)
198 {
201 }
202 return true;
203 }
204
205 // Token: 0x06000EDC RID: 3804 RVA: 0x00049530 File Offset: 0x00047730
206 private void DrawWorldSize()
207 {
208 string textValue = Language.GetTextValue("UI.WorldSizeSmall");
210 Vector2 vector = spriteFont.MeasureString(textValue);
211 string textValue2 = Language.GetTextValue("UI.WorldSizeMedium");
213 Vector2 vector2 = spriteFont2.MeasureString(textValue2);
214 string textValue3 = Language.GetTextValue("UI.WorldSizeLarge");
216 Vector2 vector3 = spriteFont3.MeasureString(textValue3);
217 bool flag = this.optionOpenClicked;
218 if (flag)
219 {
220 if (!flag)
221 {
222 }
223 bool mouseLeftRelease = Main.mouseLeftRelease;
224 }
225 if (this.displayWorldOptions)
226 {
227 int screenWidth = Main.screenWidth;
228 int screenHeight = Main.screenHeight;
229 }
231 if (optionsBlocker == null || this.displayWorldOptions)
232 {
233 }
234 if (optionsBlocker == null)
235 {
236 }
237 bool mouseLeft = Main.mouseLeft;
238 if (optionsBlocker == null)
239 {
240 }
242 int num = this.worldSize;
243 }
244
245 // Token: 0x06000EDD RID: 3805 RVA: 0x0004987C File Offset: 0x00047A7C
246 private void DrawWorldDifficulty()
247 {
248 int num = 4;
250 string textValue = Language.GetTextValue("UI.Normal");
252 Vector2 vector = spriteFont.MeasureString(textValue);
253 string textValue2 = Language.GetTextValue("UI.Expert");
255 Vector2 vector2 = spriteFont2.MeasureString(textValue2);
256 string textValue3 = Language.GetTextValue("UI.Master");
258 Vector2 vector3 = spriteFont3.MeasureString(textValue3);
259 string textValue4 = Language.GetTextValue("UI.Creative");
261 Vector2 vector4 = spriteFont4.MeasureString(textValue4);
262 int num2 = this.difficulty;
263 float num3 = this.buttonsDistance;
264 int screenHeight = Main.screenHeight;
265 float num4 = this.buttonsDistance;
267 float num5 = this.buttonsDistance;
268 int num6 = 32640;
269 int num7 = 32768;
271 bool flag = this.optionOpenClicked;
272 if (flag)
273 {
274 if (!flag)
275 {
276 }
277 bool mouseLeftRelease = Main.mouseLeftRelease;
278 }
280 {
281 if (num7 == 0)
282 {
283 }
284 int screenWidth = Main.screenWidth;
286 }
288 if (optionsBlocker == null || this.displayDifficultyOptions)
289 {
290 }
291 if (optionsBlocker == null)
292 {
293 }
294 bool mouseLeft = Main.mouseLeft;
295 if (optionsBlocker == null)
296 {
297 }
299 if (this.difficulty == 0)
300 {
301 return;
302 }
303 string textValue5 = Language.GetTextValue("UI.Expert");
305 {
306 }
307 string textValue6 = Language.GetTextValue("Mobile.CreateWorldDifficultyTitle");
309 Vector2 vector5 = spriteFont5.MeasureString(textValue6);
311 Vector2 vector6 = spriteFont6.MeasureString(textValue5);
312 long num8 = 0L;
314 Vector2 vector7 = spriteFont7.MeasureString(textValue5);
315 int stringLength = textValue5._stringLength;
316 long num9 = 0L;
317 string text = textValue5.Substring((int)num9, (int)num8);
319 Vector2 vector8 = spriteFont8.MeasureString(text);
320 string text2 = text + "...";
322 bool flag3 = this.displayWorldOptions;
323 }
324
325 // Token: 0x06000EDE RID: 3806 RVA: 0x00049D58 File Offset: 0x00047F58
326 private void DrawWorldEvilType()
327 {
328 int num = 3;
330 string textValue = Language.GetTextValue("LegacyMisc.103");
332 Vector2 vector = spriteFont.MeasureString(textValue);
333 string textValue2 = Language.GetTextValue("LegacyMisc.101");
335 Vector2 vector2 = spriteFont2.MeasureString(textValue2);
336 string textValue3 = Language.GetTextValue("LegacyMisc.102");
338 Vector2 vector3 = spriteFont3.MeasureString(textValue3);
339 float num2 = this.buttonsDistance;
340 int screenHeight = Main.screenHeight;
341 float num3 = this.buttonsDistance;
343 float num4 = this.buttonsDistance;
344 int num5 = 32640;
345 int num6 = 32768;
347 bool flag = this.optionOpenClicked;
348 if (flag)
349 {
350 if (!flag)
351 {
352 }
353 bool mouseLeftRelease = Main.mouseLeftRelease;
354 }
355 if (this.displayEvilTypeOptions)
356 {
357 if (num6 == 0)
358 {
359 }
360 int screenWidth = Main.screenWidth;
362 }
364 if (optionsBlocker == null || this.displayEvilTypeOptions)
365 {
366 }
367 if (optionsBlocker == null)
368 {
369 }
370 bool mouseLeft = Main.mouseLeft;
371 if (optionsBlocker == null)
372 {
373 }
375 if (this.evilType == 0)
376 {
377 return;
378 }
379 string textValue4 = Language.GetTextValue("LegacyMisc.102");
380 if (this.displayEvilTypeOptions)
381 {
382 }
383 string textValue5 = Language.GetTextValue("UI.WorldCreationEvil");
385 Vector2 vector4 = spriteFont4.MeasureString(textValue5);
387 Vector2 vector5 = spriteFont5.MeasureString(textValue4);
388 long num7 = 0L;
390 Vector2 vector6 = spriteFont6.MeasureString(textValue4);
391 int stringLength = textValue4._stringLength;
392 long num8 = 0L;
393 string text = textValue4.Substring((int)num8, (int)num7);
395 Vector2 vector7 = spriteFont7.MeasureString(text);
396 string text2 = text + "...";
397 bool flag2 = this.displayWorldOptions;
398 bool flag3 = this.displayEvilTypeOptions;
399 if (flag2)
400 {
401 return;
402 }
407 {
408 int num9 = 1;
409 bool flag5 = this.displayEvilTypeOptions;
410 this.optionOpenClicked = num9 != 0;
411 if (flag5)
412 {
415 return;
416 }
417 if (!flag3)
418 {
420 int num10 = 2;
422 }
423 int num11 = 1;
424 this.displayEvilTypeOptions = num11 != 0;
426 int num12 = this.evilType;
427 int num13 = this.evilWrapAround;
430 controllerInput2.ActivateEvilTypeOptions(num12, num13);
431 }
432 if (controllerInput == null)
433 {
434 }
435 if (this.displayEvilTypeOptions)
436 {
437 int num14 = this.evilWrapAround;
438 float num15 = this.buttonsDistance;
440 int num16 = this.evilWrapAround;
441 float num17 = this.buttonsDistance;
444 int worldIndex = controllerInput.worldIndex;
445 int num18 = this.evilPulldownCount;
446 float num19 = this.buttonsDistance;
447 int num20 = this.evilWrapAround;
449 int num21 = this.evilPulldownCount;
450 float num22 = this.buttonsDistance;
452 int worldIndex2 = controllerInput.worldIndex;
454 string textValue6 = Language.GetTextValue("LegacyMisc.103");
455 int num23 = this.evilType;
457 if (inputState2 == GUITransactionButton.InputState.Clicked && !this.optionOpenClicked)
458 {
460 string textValue7 = Language.GetTextValue("UI.WorldDescriptionEvilRandom");
464 }
465 string textValue8 = Language.GetTextValue("LegacyMisc.101");
466 int num24 = this.evilType;
468 if (inputState3 == GUITransactionButton.InputState.Clicked && !this.optionOpenClicked)
469 {
470 string textValue9 = Language.GetTextValue("UI.WorldDescriptionEvilCorrupt");
474 }
475 string textValue10 = Language.GetTextValue("LegacyMisc.102");
476 int num25 = this.evilType;
478 if (inputState4 == GUITransactionButton.InputState.Clicked && !this.optionOpenClicked)
479 {
480 string textValue11 = Language.GetTextValue("UI.WorldDescriptionEvilCrimson");
482 int num26 = 1;
486 }
488 if (optionsBlocker6 != null)
489 {
490 int num27 = 1;
496 }
497 }
498 }
499
500 // Token: 0x06000EDF RID: 3807 RVA: 0x0004A158 File Offset: 0x00048358
501 private void DrawDescription()
502 {
503 bool flag = string.IsNullOrEmpty(this.description);
504 string text;
506 }
507
508 // Token: 0x06000EE0 RID: 3808 RVA: 0x0004A180 File Offset: 0x00048380
517
518 // Token: 0x06000EE1 RID: 3809 RVA: 0x0004A1A8 File Offset: 0x000483A8
519 private void CloseNameEdit()
520 {
521 if (!true)
522 {
523 }
527 }
528
529 // Token: 0x06000EE2 RID: 3810 RVA: 0x0004A1D4 File Offset: 0x000483D4
530 private void EnterSeed()
531 {
533 if (!true)
534 {
535 }
536 Main.clrInput();
537 string text = this.newWorldSeed;
542 controllerInput.ActivateSeed();
543 }
544
545 // Token: 0x06000EE3 RID: 3811 RVA: 0x0004A218 File Offset: 0x00048418
546 private void CloseSeedEdit()
547 {
548 if (!true)
549 {
550 }
554 }
555
556 // Token: 0x06000EE4 RID: 3812 RVA: 0x0004A244 File Offset: 0x00048444
557 public void GenerateSeed()
558 {
559 if (!true)
560 {
561 }
562 int num;
563 string text = num.ToString();
565 }
566
567 // Token: 0x06000EE5 RID: 3813 RVA: 0x0004A264 File Offset: 0x00048464
568 public void GenerateName()
569 {
571 string <Value>k__BackingField = localizedText.<Value>k__BackingField;
573 string <Value>k__BackingField2 = localizedText2.<Value>k__BackingField;
575 string <Value>k__BackingField3 = localizedText3.<Value>k__BackingField;
576 int num;
577 if (num != 0)
578 {
579 return;
580 }
581 string textValue = Language.GetTextValue("SpecialWorldName.TheConstant");
582 }
583
584 // Token: 0x06000EE6 RID: 3814 RVA: 0x0004A29C File Offset: 0x0004849C
586 {
587 int num = 1;
588 if (num == 0)
589 {
590 }
591 bool flag = processedSeed.ToLower() == "no traps";
592 bool flag2 = processedSeed.ToLower() == "notraps";
593 if (num == 0)
594 {
595 }
596 bool flag3 = processedSeed.ToLower() == "not the bees";
597 bool flag4 = processedSeed.ToLower() == "not the bees!";
598 bool flag5 = processedSeed.ToLower() == "notthebees";
599 if (num == 0)
600 {
601 }
602 bool flag6 = processedSeed.ToLower() == "for the worthy";
603 bool flag7 = processedSeed.ToLower() == "fortheworthy";
604 if (num == 0)
605 {
606 }
607 bool flag8 = processedSeed.ToLower() == "don't dig up";
608 bool flag9 = processedSeed.ToLower() == "dont dig up";
609 bool flag10 = processedSeed.ToLower() == "dontdigup";
610 if (num == 0)
611 {
612 }
613 bool flag11 = processedSeed.ToLower() == "celebrationmk10";
614 if (num == 0)
615 {
616 }
617 bool flag12 = processedSeed.ToLower() == "constant";
618 bool flag13 = processedSeed.ToLower() == "theconstant";
619 bool flag14 = processedSeed.ToLower() == "the constant";
620 bool flag15 = processedSeed.ToLower() == "eye4aneye";
621 bool flag16 = processedSeed.ToLower() == "eyeforaneye";
622 if (num == 0)
623 {
624 }
625 bool flag17 = processedSeed.ToLower() == "get fixed boi";
626 bool flag18 = processedSeed.ToLower() == "getfixedboi";
627 if (num == 0)
628 {
629 }
630 }
631
632 // Token: 0x06000EE7 RID: 3815 RVA: 0x0004A420 File Offset: 0x00048620
633 public void CreateWorld()
634 {
635 if (!true)
636 {
637 }
638 Main.menuMode = 7;
639 Main.clrInput();
640 }
641
642 // Token: 0x06000EE8 RID: 3816 RVA: 0x0004A4E4 File Offset: 0x000486E4
643 public void CreateWorldCheck()
644 {
645 int num = this.worldSize;
646 }
647
648 // Token: 0x06000EE9 RID: 3817 RVA: 0x0004A508 File Offset: 0x00048708
649 private void DrawMainButtons()
650 {
651 bool mouseLeft = Main.mouseLeft;
652 bool mouseLeftRelease = Main.mouseLeftRelease;
653 string textValue = Language.GetTextValue("UI.Create");
655 {
656 return;
657 }
660 {
661 }
662 string textValue2 = Language.GetTextValue("UI.Back");
665 {
666 }
668 {
671 return;
672 }
673 if (this.displayWorldOptions)
674 {
677 return;
678 }
679 if (this.displayEvilTypeOptions)
680 {
683 return;
684 }
685 }
686
687 // Token: 0x06000EEA RID: 3818 RVA: 0x0004A5BC File Offset: 0x000487BC
711
712 // Token: 0x06000EEB RID: 3819 RVA: 0x0004A628 File Offset: 0x00048828
713 private void Back()
714 {
715 if (!true)
716 {
717 }
718 Main.menuMode = 6;
719 }
720
721 // Token: 0x06000EEC RID: 3820 RVA: 0x0004A640 File Offset: 0x00048840
722 private void ProcessNewWorldSeed()
723 {
724 string text = this.newWorldSeed.Trim();
725 int num = 46;
727 string[] array;
728 bool flag = int.TryParse(array, num);
729 }
730
731 // Token: 0x06000EED RID: 3821 RVA: 0x0004A69C File Offset: 0x0004889C
733 {
734 }
735
736 // Token: 0x04001ADB RID: 6875
737 private bool editingWorldSeed;
738
739 // Token: 0x04001ADC RID: 6876
740 private string newWorldSeed;
741
742 // Token: 0x04001ADD RID: 6877
743 public int worldSize;
744
745 // Token: 0x04001ADE RID: 6878
746 public int evilType;
747
748 // Token: 0x04001ADF RID: 6879
749 public int difficulty;
750
751 // Token: 0x04001AE0 RID: 6880
752 private float createButtonScale;
753
754 // Token: 0x04001AE1 RID: 6881
755 private float backButtonScale;
756
757 // Token: 0x04001AE2 RID: 6882
758 private float smallButtonScale;
759
760 // Token: 0x04001AE3 RID: 6883
761 private float mediumButtonScale;
762
763 // Token: 0x04001AE4 RID: 6884
764 private float largeButtonScale;
765
766 // Token: 0x04001AE5 RID: 6885
768
769 // Token: 0x04001AE6 RID: 6886
771
772 // Token: 0x04001AE7 RID: 6887
774
775 // Token: 0x04001AE8 RID: 6888
776 private float generateNameScale;
777
778 // Token: 0x04001AE9 RID: 6889
779 private float generateSeedScale;
780
781 // Token: 0x04001AEA RID: 6890
782 private float randomiseButtonScale;
783
784 // Token: 0x04001AEB RID: 6891
785 private float normalButtonScale;
786
787 // Token: 0x04001AEC RID: 6892
788 private float expertButtonScale;
789
790 // Token: 0x04001AED RID: 6893
792
793 // Token: 0x04001AEE RID: 6894
795
796 // Token: 0x04001AEF RID: 6895
798
799 // Token: 0x04001AF0 RID: 6896
801
802 // Token: 0x04001AF1 RID: 6897
804
805 // Token: 0x04001AF2 RID: 6898
807
808 // Token: 0x04001AF3 RID: 6899
810
811 // Token: 0x04001AF4 RID: 6900
813
814 // Token: 0x04001AF5 RID: 6901
816
817 // Token: 0x04001AF6 RID: 6902
819
820 // Token: 0x04001AF7 RID: 6903
822
823 // Token: 0x04001AF8 RID: 6904
825
826 // Token: 0x04001AF9 RID: 6905
828
829 // Token: 0x04001AFA RID: 6906
830 public string description;
831
832 // Token: 0x04001AFB RID: 6907
833 private string _worldName = "";
834
835 // Token: 0x04001AFC RID: 6908
836 private string _worldSeed = "";
837
838 // Token: 0x04001AFD RID: 6909
840
841 // Token: 0x04001AFE RID: 6910
842 private float NameScale;
843
844 // Token: 0x04001AFF RID: 6911
845 private float SeedScale;
846
847 // Token: 0x04001B00 RID: 6912
848 private float WorldScale;
849
850 // Token: 0x04001B01 RID: 6913
852
853 // Token: 0x04001B02 RID: 6914
855
856 // Token: 0x04001B03 RID: 6915
858
859 // Token: 0x04001B04 RID: 6916
861
862 // Token: 0x04001B05 RID: 6917
863 private bool optionOpenClicked;
864
865 // Token: 0x04001B06 RID: 6918
866 public float _pulldownShift;
867
868 // Token: 0x04001B07 RID: 6919
869 public float _pulldownShiftDif;
870
871 // Token: 0x04001B08 RID: 6920
872 public float _pulldownShiftEvil;
873
874 // Token: 0x04001B09 RID: 6921
875 public int difWrapAround;
876
877 // Token: 0x04001B0A RID: 6922
878 public int evilWrapAround;
879
880 // Token: 0x04001B0B RID: 6923
881 public float buttonsDistance;
882
883 // Token: 0x04001B0C RID: 6924
885
886 // Token: 0x04001B0D RID: 6925
888
889 // Token: 0x04001B0E RID: 6926
890 private float DifficultyScale;
891
892 // Token: 0x04001B0F RID: 6927
893 private float EvilTypeScale;
894}
class f__AnonymousType0<< Count > j__TPar
static void LoadContent(ContentManager content)
static Texture2D previewEvilRandom
static Texture2D previewDifficultyNormalBunny
static Texture2D previewEvilCrimson
static Texture2D previewDifficultyJourneyBunny
GUIInputRegionExclusive _optionsBlocker
static Texture2D previewDifficultyMasterBunny
static Texture2D previewDifficultyNormalBackground
static Texture2D previewDifficultyExpertBunny
static Texture2D previewSizeSmall
bool IsOverOptions(Vector2 cursorPosition)
static Texture2D previewDifficultyMasterBackground
static Texture2D previewSizeMedium
static Texture2D previewEvilCorruption
static Texture2D previewDifficultyExpertBackground
void ProcessSpecialSeeds(string processedSeed)
GUIWorldCreateController _controllerInput
static Texture2D previewSizeLarge
static string GetTextValue(string key)
Definition Language.cs:54
static bool mouseLeftRelease
Definition Main.cs:2029
static int screenHeight
Definition Main.cs:2015
static void CloseKeyboard()
Definition Main.cs:8523
static void clrInput()
Definition Main.cs:8459
static int screenWidth
Definition Main.cs:2001
static int menuMode
Definition Main.cs:3357
static bool mouseLeft
Definition Main.cs:671