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.

201 lines
5.5 KiB

  1. [gd_scene load_steps=20 format=2]
  2. [ext_resource path="res://scripts/menus/settings_controls_menu.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="Tabs"]
  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="ScrollContainer" type="ScrollContainer" parent="."]
  28. anchor_right = 1.0
  29. anchor_bottom = 1.0
  30. [node name="grid" type="GridContainer" parent="ScrollContainer"]
  31. margin_right = 846.0
  32. margin_bottom = 327.0
  33. size_flags_horizontal = 3
  34. size_flags_vertical = 3
  35. columns = 3
  36. [node name="empty" type="Label" parent="ScrollContainer/grid"]
  37. margin_bottom = 14.0
  38. [node name="keyboard_label" type="Label" parent="ScrollContainer/grid"]
  39. margin_left = 4.0
  40. margin_right = 423.0
  41. margin_bottom = 14.0
  42. size_flags_horizontal = 3
  43. text = "KEYBOARD"
  44. align = 1
  45. valign = 1
  46. [node name="joypad_label" type="Label" parent="ScrollContainer/grid"]
  47. margin_left = 427.0
  48. margin_right = 846.0
  49. margin_bottom = 14.0
  50. size_flags_horizontal = 3
  51. text = "JOYPAD"
  52. align = 1
  53. valign = 1
  54. [node name="icons" type="GridContainer" parent="."]
  55. editor/display_folded = true
  56. visible = false
  57. margin_right = 40.0
  58. margin_bottom = 40.0
  59. size_flags_horizontal = 3
  60. size_flags_vertical = 3
  61. [node name="key" type="Button" parent="icons"]
  62. margin_right = 62.0
  63. margin_bottom = 56.0
  64. icon = ExtResource( 2 )
  65. [node name="joypad" type="GridContainer" parent="icons"]
  66. editor/display_folded = true
  67. margin_top = 60.0
  68. margin_right = 62.0
  69. margin_bottom = 1076.0
  70. [node name="0" type="Button" parent="icons/joypad"]
  71. margin_right = 62.0
  72. margin_bottom = 56.0
  73. icon = ExtResource( 3 )
  74. [node name="1" type="Button" parent="icons/joypad"]
  75. margin_top = 60.0
  76. margin_right = 62.0
  77. margin_bottom = 116.0
  78. icon = ExtResource( 4 )
  79. [node name="2" type="Button" parent="icons/joypad"]
  80. margin_top = 120.0
  81. margin_right = 62.0
  82. margin_bottom = 176.0
  83. icon = ExtResource( 5 )
  84. [node name="3" type="Button" parent="icons/joypad"]
  85. margin_top = 180.0
  86. margin_right = 62.0
  87. margin_bottom = 236.0
  88. icon = ExtResource( 6 )
  89. [node name="4" type="Button" parent="icons/joypad"]
  90. margin_top = 240.0
  91. margin_right = 62.0
  92. margin_bottom = 296.0
  93. icon = ExtResource( 7 )
  94. [node name="5" type="Button" parent="icons/joypad"]
  95. margin_top = 300.0
  96. margin_right = 62.0
  97. margin_bottom = 356.0
  98. icon = ExtResource( 8 )
  99. [node name="6" type="Button" parent="icons/joypad"]
  100. margin_top = 360.0
  101. margin_right = 62.0
  102. margin_bottom = 416.0
  103. icon = ExtResource( 9 )
  104. [node name="7" type="Button" parent="icons/joypad"]
  105. margin_top = 420.0
  106. margin_right = 62.0
  107. margin_bottom = 476.0
  108. icon = ExtResource( 10 )
  109. [node name="8" type="Button" parent="icons/joypad"]
  110. margin_top = 480.0
  111. margin_right = 62.0
  112. margin_bottom = 536.0
  113. icon = ExtResource( 11 )
  114. [node name="9" type="Button" parent="icons/joypad"]
  115. margin_top = 540.0
  116. margin_right = 62.0
  117. margin_bottom = 596.0
  118. icon = ExtResource( 12 )
  119. [node name="10" type="Button" parent="icons/joypad"]
  120. margin_top = 600.0
  121. margin_right = 62.0
  122. margin_bottom = 656.0
  123. icon = ExtResource( 13 )
  124. [node name="11" type="Button" parent="icons/joypad"]
  125. margin_top = 660.0
  126. margin_right = 62.0
  127. margin_bottom = 716.0
  128. icon = ExtResource( 14 )
  129. [node name="12" type="Button" parent="icons/joypad"]
  130. margin_top = 720.0
  131. margin_right = 62.0
  132. margin_bottom = 776.0
  133. icon = ExtResource( 15 )
  134. [node name="13" type="Button" parent="icons/joypad"]
  135. margin_top = 780.0
  136. margin_right = 62.0
  137. margin_bottom = 836.0
  138. icon = ExtResource( 16 )
  139. [node name="14" type="Button" parent="icons/joypad"]
  140. margin_top = 840.0
  141. margin_right = 62.0
  142. margin_bottom = 896.0
  143. icon = ExtResource( 17 )
  144. [node name="15" type="Button" parent="icons/joypad"]
  145. margin_top = 900.0
  146. margin_right = 62.0
  147. margin_bottom = 956.0
  148. icon = ExtResource( 18 )
  149. [node name="other" type="Button" parent="icons/joypad"]
  150. margin_top = 960.0
  151. margin_right = 62.0
  152. margin_bottom = 1016.0
  153. icon = ExtResource( 19 )
  154. [node name="key_dialog" type="ConfirmationDialog" parent="."]
  155. margin_left = 57.9108
  156. margin_top = 57.5398
  157. margin_right = 367.911
  158. margin_bottom = 216.54
  159. popup_exclusive = true
  160. window_title = ""
  161. [node name="action_button" type="Button" parent="key_dialog"]
  162. margin_left = 8.0
  163. margin_top = 8.0
  164. margin_right = 302.0
  165. margin_bottom = 123.0
  166. grow_horizontal = 2
  167. grow_vertical = 2
  168. size_flags_horizontal = 12
  169. size_flags_vertical = 12
  170. flat = true
  171. clip_text = true
  172. align = 0