CastlePeach.tscn 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [gd_scene load_steps=3 format=3 uid="uid://ckrna543ixu1b"]
  2. [ext_resource type="PackedScene" uid="uid://c2ntyej6ddm72" path="res://Scenes/Prefabs/LevelObjects/CastleToad.tscn" id="1_ln8qg"]
  3. [ext_resource type="JSON" path="res://Assets/Sprites/Players/PeachNPC.json" id="2_dujhx"]
  4. [node name="CastleToad" instance=ExtResource("1_ln8qg")]
  5. play_end_music = true
  6. [node name="ResourceSetterNew" parent="Sprite" index="0"]
  7. resource_json = ExtResource("2_dujhx")
  8. [node name="ThankYou" parent="StandardMSG" index="0"]
  9. text = "CUTSCENE_CASTLE_PEACH_1"
  10. [node name="AnotherCastle" parent="StandardMSG" index="1"]
  11. text = ""
  12. [node name="EndingSpeech" type="Node2D" parent="." index="2"]
  13. [node name="AnotherCastle4" type="Label" parent="EndingSpeech" index="0"]
  14. visible = false
  15. visibility_layer = 2
  16. offset_left = -112.0
  17. offset_top = -104.0
  18. offset_right = 112.0
  19. offset_bottom = -76.0
  20. theme_override_colors/font_shadow_color = Color(0.298039, 0.298039, 0.298039, 1)
  21. text = "CUTSCENE_CASTLE_PEACH_2"
  22. horizontal_alignment = 1
  23. vertical_alignment = 3
  24. autowrap_mode = 2
  25. uppercase = true
  26. [node name="AnotherCastle5" type="Label" parent="EndingSpeech" index="1"]
  27. visible = false
  28. visibility_layer = 2
  29. offset_left = -112.0
  30. offset_top = -88.0
  31. offset_right = 112.0
  32. offset_bottom = -60.0
  33. theme_override_colors/font_shadow_color = Color(0.298039, 0.298039, 0.298039, 1)
  34. text = "CUTSCENE_CASTLE_PEACH_3"
  35. horizontal_alignment = 1
  36. vertical_alignment = 3
  37. autowrap_mode = 2
  38. uppercase = true
  39. [node name="AnotherCastle6" type="Label" parent="EndingSpeech" index="2"]
  40. visible = false
  41. visibility_layer = 2
  42. offset_left = -112.0
  43. offset_top = -64.0
  44. offset_right = 112.0
  45. offset_bottom = -36.0
  46. theme_override_colors/font_shadow_color = Color(0.298039, 0.298039, 0.298039, 1)
  47. text = "CUTSCENE_CASTLE_PEACH_4"
  48. horizontal_alignment = 1
  49. vertical_alignment = 3
  50. autowrap_mode = 2
  51. uppercase = true
  52. [node name="TextShadowColourChanger" parent="." index="6" node_paths=PackedStringArray("labels")]
  53. labels = [NodePath("../StandardMSG/ThankYou"), NodePath("../StandardMSG/AnotherCastle"), NodePath("../SpeedrunMSG/ThankYou"), NodePath("../SpeedrunMSG/Time"), NodePath("../SpeedrunMSG/PBMessage"), NodePath("../EndingSpeech/AnotherCastle4"), NodePath("../EndingSpeech/AnotherCastle5"), NodePath("../EndingSpeech/AnotherCastle6")]
  54. [node name="LabelFontChanger" parent="." index="7" node_paths=PackedStringArray("labels")]
  55. labels = [NodePath("../StandardMSG/ThankYou"), NodePath("../StandardMSG/AnotherCastle"), NodePath("../EndingSpeech/AnotherCastle4"), NodePath("../EndingSpeech/AnotherCastle5"), NodePath("../EndingSpeech/AnotherCastle6"), NodePath("../SpeedrunMSG/ThankYou"), NodePath("../SpeedrunMSG/Time"), NodePath("../SpeedrunMSG/PBMessage")]