Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

189 lines
5.3 KiB

  1. [gd_scene load_steps=20 format=2]
  2. [ext_resource path="res://scripts/menus/settings_controls.gd" type="Script" id=1]
  3. [ext_resource path="res://assets/icons/keySmall_3d.png" type="Texture" id=2]
  4. [ext_resource path="res://assets/icons/buttonA.png" type="Texture" id=3]
  5. [ext_resource path="res://assets/icons/buttonB.png" type="Texture" id=4]
  6. [ext_resource path="res://assets/icons/buttonX.png" type="Texture" id=5]
  7. [ext_resource path="res://assets/icons/buttonY.png" type="Texture" id=6]
  8. [ext_resource path="res://assets/icons/buttonL1.png" type="Texture" id=7]
  9. [ext_resource path="res://assets/icons/buttonR1.png" type="Texture" id=8]
  10. [ext_resource path="res://assets/icons/buttonL2.png" type="Texture" id=9]
  11. [ext_resource path="res://assets/icons/buttonR2.png" type="Texture" id=10]
  12. [ext_resource path="res://assets/icons/buttonL.png" type="Texture" id=11]
  13. [ext_resource path="res://assets/icons/buttonR.png" type="Texture" id=12]
  14. [ext_resource path="res://assets/icons/buttonSelect.png" type="Texture" id=13]
  15. [ext_resource path="res://assets/icons/buttonStart.png" type="Texture" id=14]
  16. [ext_resource path="res://assets/icons/DPAD_up.png" type="Texture" id=15]
  17. [ext_resource path="res://assets/icons/DPAD_down.png" type="Texture" id=16]
  18. [ext_resource path="res://assets/icons/DPAD_left.png" type="Texture" id=17]
  19. [ext_resource path="res://assets/icons/DPAD_right.png" type="Texture" id=18]
  20. [ext_resource path="res://assets/icons/fightJ.png" type="Texture" id=19]
  21. [node name="settings_controls_menu" type="Control"]
  22. margin_left = 12.0
  23. margin_top = 8.0
  24. margin_right = 858.0
  25. margin_bottom = 335.0
  26. script = ExtResource( 1 )
  27. [node name="key_dialog" type="ConfirmationDialog" parent="."]
  28. margin_left = 18.0
  29. margin_top = 16.0
  30. margin_right = 311.0
  31. margin_bottom = 100.0
  32. popup_exclusive = true
  33. window_title = ""
  34. dialog_text = "Press any key..."
  35. [node name="ScrollContainer" type="ScrollContainer" parent="."]
  36. editor/display_folded = true
  37. anchor_right = 1.0
  38. anchor_bottom = 1.0
  39. [node name="grid" type="GridContainer" parent="ScrollContainer"]
  40. margin_right = 846.0
  41. margin_bottom = 327.0
  42. size_flags_horizontal = 3
  43. size_flags_vertical = 3
  44. columns = 3
  45. [node name="empty" type="Label" parent="ScrollContainer/grid"]
  46. margin_bottom = 14.0
  47. [node name="keyboard_label" type="Label" parent="ScrollContainer/grid"]
  48. margin_left = 4.0
  49. margin_right = 423.0
  50. margin_bottom = 14.0
  51. size_flags_horizontal = 3
  52. text = "KEYBOARD"
  53. align = 1
  54. valign = 1
  55. [node name="joypad_label" type="Label" parent="ScrollContainer/grid"]
  56. margin_left = 427.0
  57. margin_right = 846.0
  58. margin_bottom = 14.0
  59. size_flags_horizontal = 3
  60. text = "JOYPAD"
  61. align = 1
  62. valign = 1
  63. [node name="icons" type="GridContainer" parent="."]
  64. visible = false
  65. margin_right = 40.0
  66. margin_bottom = 40.0
  67. size_flags_horizontal = 3
  68. size_flags_vertical = 3
  69. [node name="key" type="Button" parent="icons"]
  70. margin_right = 62.0
  71. margin_bottom = 56.0
  72. icon = ExtResource( 2 )
  73. [node name="joypad" type="GridContainer" parent="icons"]
  74. editor/display_folded = true
  75. margin_top = 60.0
  76. margin_right = 62.0
  77. margin_bottom = 1076.0
  78. [node name="0" type="Button" parent="icons/joypad"]
  79. margin_right = 62.0
  80. margin_bottom = 56.0
  81. icon = ExtResource( 3 )
  82. [node name="1" type="Button" parent="icons/joypad"]
  83. margin_top = 60.0
  84. margin_right = 62.0
  85. margin_bottom = 116.0
  86. icon = ExtResource( 4 )
  87. [node name="2" type="Button" parent="icons/joypad"]
  88. margin_top = 120.0
  89. margin_right = 62.0
  90. margin_bottom = 176.0
  91. icon = ExtResource( 5 )
  92. [node name="3" type="Button" parent="icons/joypad"]
  93. margin_top = 180.0
  94. margin_right = 62.0
  95. margin_bottom = 236.0
  96. icon = ExtResource( 6 )
  97. [node name="4" type="Button" parent="icons/joypad"]
  98. margin_top = 240.0
  99. margin_right = 62.0
  100. margin_bottom = 296.0
  101. icon = ExtResource( 7 )
  102. [node name="5" type="Button" parent="icons/joypad"]
  103. margin_top = 300.0
  104. margin_right = 62.0
  105. margin_bottom = 356.0
  106. icon = ExtResource( 8 )
  107. [node name="6" type="Button" parent="icons/joypad"]
  108. margin_top = 360.0
  109. margin_right = 62.0
  110. margin_bottom = 416.0
  111. icon = ExtResource( 9 )
  112. [node name="7" type="Button" parent="icons/joypad"]
  113. margin_top = 420.0
  114. margin_right = 62.0
  115. margin_bottom = 476.0
  116. icon = ExtResource( 10 )
  117. [node name="8" type="Button" parent="icons/joypad"]
  118. margin_top = 480.0
  119. margin_right = 62.0
  120. margin_bottom = 536.0
  121. icon = ExtResource( 11 )
  122. [node name="9" type="Button" parent="icons/joypad"]
  123. margin_top = 540.0
  124. margin_right = 62.0
  125. margin_bottom = 596.0
  126. icon = ExtResource( 12 )
  127. [node name="10" type="Button" parent="icons/joypad"]
  128. margin_top = 600.0
  129. margin_right = 62.0
  130. margin_bottom = 656.0
  131. icon = ExtResource( 13 )
  132. [node name="11" type="Button" parent="icons/joypad"]
  133. margin_top = 660.0
  134. margin_right = 62.0
  135. margin_bottom = 716.0
  136. icon = ExtResource( 14 )
  137. [node name="12" type="Button" parent="icons/joypad"]
  138. margin_top = 720.0
  139. margin_right = 62.0
  140. margin_bottom = 776.0
  141. icon = ExtResource( 15 )
  142. [node name="13" type="Button" parent="icons/joypad"]
  143. margin_top = 780.0
  144. margin_right = 62.0
  145. margin_bottom = 836.0
  146. icon = ExtResource( 16 )
  147. [node name="14" type="Button" parent="icons/joypad"]
  148. margin_top = 840.0
  149. margin_right = 62.0
  150. margin_bottom = 896.0
  151. icon = ExtResource( 17 )
  152. [node name="15" type="Button" parent="icons/joypad"]
  153. margin_top = 900.0
  154. margin_right = 62.0
  155. margin_bottom = 956.0
  156. icon = ExtResource( 18 )
  157. [node name="other" type="Button" parent="icons/joypad"]
  158. margin_top = 960.0
  159. margin_right = 62.0
  160. margin_bottom = 1016.0
  161. icon = ExtResource( 19 )