main.tscn 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://main.gd" type="Script" id=1]
  3. [ext_resource path="res://godot.png" type="Texture" id=2]
  4. [node name="main" type="Control" index="0"]
  5. anchor_left = 0.0
  6. anchor_top = 0.0
  7. anchor_right = 0.0
  8. anchor_bottom = 0.0
  9. margin_right = 800.0
  10. margin_bottom = 600.0
  11. rect_pivot_offset = Vector2( 0, 0 )
  12. mouse_filter = 0
  13. mouse_default_cursor_shape = 0
  14. size_flags_horizontal = 2
  15. size_flags_vertical = 2
  16. script = ExtResource( 1 )
  17. [node name="trans" type="VBoxContainer" parent="." index="0"]
  18. editor/display_folded = true
  19. anchor_left = 0.0
  20. anchor_top = 0.0
  21. anchor_right = 0.0
  22. anchor_bottom = 0.0
  23. margin_left = 56.0
  24. margin_top = 288.0
  25. margin_right = 129.0
  26. margin_bottom = 614.0
  27. rect_pivot_offset = Vector2( 0, 0 )
  28. mouse_filter = 1
  29. mouse_default_cursor_shape = 0
  30. size_flags_horizontal = 2
  31. size_flags_vertical = 2
  32. alignment = 0
  33. [node name="linear" type="Button" parent="trans" index="0"]
  34. anchor_left = 0.0
  35. anchor_top = 0.0
  36. anchor_right = 0.0
  37. anchor_bottom = 0.0
  38. margin_right = 48.0
  39. margin_bottom = 20.0
  40. rect_pivot_offset = Vector2( 0, 0 )
  41. focus_mode = 2
  42. mouse_filter = 0
  43. mouse_default_cursor_shape = 0
  44. size_flags_horizontal = 2
  45. size_flags_vertical = 2
  46. toggle_mode = true
  47. enabled_focus_mode = 2
  48. shortcut = null
  49. group = null
  50. text = "linear"
  51. flat = false
  52. align = 1
  53. [node name="sine" type="Button" parent="trans" index="1"]
  54. anchor_left = 0.0
  55. anchor_top = 0.0
  56. anchor_right = 0.0
  57. anchor_bottom = 0.0
  58. margin_top = 30.0
  59. margin_right = 39.0
  60. margin_bottom = 50.0
  61. rect_pivot_offset = Vector2( 0, 0 )
  62. focus_mode = 2
  63. mouse_filter = 0
  64. mouse_default_cursor_shape = 0
  65. size_flags_horizontal = 2
  66. size_flags_vertical = 2
  67. toggle_mode = true
  68. enabled_focus_mode = 2
  69. shortcut = null
  70. group = null
  71. text = "sine"
  72. flat = false
  73. align = 1
  74. [node name="quint" type="Button" parent="trans" index="2"]
  75. anchor_left = 0.0
  76. anchor_top = 0.0
  77. anchor_right = 0.0
  78. anchor_bottom = 0.0
  79. margin_top = 60.0
  80. margin_right = 45.0
  81. margin_bottom = 80.0
  82. rect_pivot_offset = Vector2( 0, 0 )
  83. focus_mode = 2
  84. mouse_filter = 0
  85. mouse_default_cursor_shape = 0
  86. size_flags_horizontal = 2
  87. size_flags_vertical = 2
  88. toggle_mode = true
  89. enabled_focus_mode = 2
  90. shortcut = null
  91. group = null
  92. text = "quint"
  93. flat = false
  94. align = 1
  95. [node name="quart" type="Button" parent="trans" index="3"]
  96. anchor_left = 0.0
  97. anchor_top = 0.0
  98. anchor_right = 0.0
  99. anchor_bottom = 0.0
  100. margin_top = 90.0
  101. margin_right = 45.0
  102. margin_bottom = 110.0
  103. rect_pivot_offset = Vector2( 0, 0 )
  104. focus_mode = 2
  105. mouse_filter = 0
  106. mouse_default_cursor_shape = 0
  107. size_flags_horizontal = 2
  108. size_flags_vertical = 2
  109. toggle_mode = true
  110. enabled_focus_mode = 2
  111. shortcut = null
  112. group = null
  113. text = "quart"
  114. flat = false
  115. align = 1
  116. [node name="quad" type="Button" parent="trans" index="4"]
  117. anchor_left = 0.0
  118. anchor_top = 0.0
  119. anchor_right = 0.0
  120. anchor_bottom = 0.0
  121. margin_top = 120.0
  122. margin_right = 43.0
  123. margin_bottom = 140.0
  124. rect_pivot_offset = Vector2( 0, 0 )
  125. focus_mode = 2
  126. mouse_filter = 0
  127. mouse_default_cursor_shape = 0
  128. size_flags_horizontal = 2
  129. size_flags_vertical = 2
  130. toggle_mode = true
  131. enabled_focus_mode = 2
  132. shortcut = null
  133. group = null
  134. text = "quad"
  135. flat = false
  136. align = 1
  137. [node name="expo" type="Button" parent="trans" index="5"]
  138. anchor_left = 0.0
  139. anchor_top = 0.0
  140. anchor_right = 0.0
  141. anchor_bottom = 0.0
  142. margin_top = 150.0
  143. margin_right = 43.0
  144. margin_bottom = 170.0
  145. rect_pivot_offset = Vector2( 0, 0 )
  146. focus_mode = 2
  147. mouse_filter = 0
  148. mouse_default_cursor_shape = 0
  149. size_flags_horizontal = 2
  150. size_flags_vertical = 2
  151. toggle_mode = true
  152. enabled_focus_mode = 2
  153. shortcut = null
  154. group = null
  155. text = "expo"
  156. flat = false
  157. align = 1
  158. [node name="elastic" type="Button" parent="trans" index="6"]
  159. anchor_left = 0.0
  160. anchor_top = 0.0
  161. anchor_right = 0.0
  162. anchor_bottom = 0.0
  163. margin_top = 180.0
  164. margin_right = 54.0
  165. margin_bottom = 200.0
  166. rect_pivot_offset = Vector2( 0, 0 )
  167. focus_mode = 2
  168. mouse_filter = 0
  169. mouse_default_cursor_shape = 0
  170. size_flags_horizontal = 2
  171. size_flags_vertical = 2
  172. toggle_mode = true
  173. enabled_focus_mode = 2
  174. shortcut = null
  175. group = null
  176. text = "elastic"
  177. flat = false
  178. align = 1
  179. [node name="cubic" type="Button" parent="trans" index="7"]
  180. anchor_left = 0.0
  181. anchor_top = 0.0
  182. anchor_right = 0.0
  183. anchor_bottom = 0.0
  184. margin_top = 210.0
  185. margin_right = 46.0
  186. margin_bottom = 230.0
  187. rect_pivot_offset = Vector2( 0, 0 )
  188. focus_mode = 2
  189. mouse_filter = 0
  190. mouse_default_cursor_shape = 0
  191. size_flags_horizontal = 2
  192. size_flags_vertical = 2
  193. toggle_mode = true
  194. enabled_focus_mode = 2
  195. shortcut = null
  196. group = null
  197. text = "cubic"
  198. flat = false
  199. align = 1
  200. [node name="circ" type="Button" parent="trans" index="8"]
  201. anchor_left = 0.0
  202. anchor_top = 0.0
  203. anchor_right = 0.0
  204. anchor_bottom = 0.0
  205. margin_top = 240.0
  206. margin_right = 35.0
  207. margin_bottom = 260.0
  208. rect_pivot_offset = Vector2( 0, 0 )
  209. focus_mode = 2
  210. mouse_filter = 0
  211. mouse_default_cursor_shape = 0
  212. size_flags_horizontal = 2
  213. size_flags_vertical = 2
  214. toggle_mode = true
  215. enabled_focus_mode = 2
  216. shortcut = null
  217. group = null
  218. text = "circ"
  219. flat = false
  220. align = 1
  221. [node name="bounce" type="Button" parent="trans" index="9"]
  222. anchor_left = 0.0
  223. anchor_top = 0.0
  224. anchor_right = 0.0
  225. anchor_bottom = 0.0
  226. margin_top = 270.0
  227. margin_right = 59.0
  228. margin_bottom = 290.0
  229. rect_pivot_offset = Vector2( 0, 0 )
  230. focus_mode = 2
  231. mouse_filter = 0
  232. mouse_default_cursor_shape = 0
  233. size_flags_horizontal = 2
  234. size_flags_vertical = 2
  235. toggle_mode = true
  236. enabled_focus_mode = 2
  237. shortcut = null
  238. group = null
  239. text = "bounce"
  240. flat = false
  241. align = 1
  242. [node name="back" type="Button" parent="trans" index="10"]
  243. anchor_left = 0.0
  244. anchor_top = 0.0
  245. anchor_right = 0.0
  246. anchor_bottom = 0.0
  247. margin_top = 300.0
  248. margin_right = 41.0
  249. margin_bottom = 320.0
  250. rect_pivot_offset = Vector2( 0, 0 )
  251. focus_mode = 2
  252. mouse_filter = 0
  253. mouse_default_cursor_shape = 0
  254. size_flags_horizontal = 2
  255. size_flags_vertical = 2
  256. toggle_mode = true
  257. enabled_focus_mode = 2
  258. shortcut = null
  259. group = null
  260. text = "back"
  261. flat = false
  262. align = 1
  263. [node name="eases" type="VBoxContainer" parent="." index="1"]
  264. editor/display_folded = true
  265. anchor_left = 0.0
  266. anchor_top = 0.0
  267. anchor_right = 0.0
  268. anchor_bottom = 0.0
  269. margin_left = 152.0
  270. margin_top = 288.0
  271. margin_right = 215.0
  272. margin_bottom = 404.0
  273. rect_pivot_offset = Vector2( 0, 0 )
  274. mouse_filter = 1
  275. mouse_default_cursor_shape = 0
  276. size_flags_horizontal = 2
  277. size_flags_vertical = 2
  278. alignment = 0
  279. [node name="in" type="Button" parent="eases" index="0"]
  280. anchor_left = 0.0
  281. anchor_top = 0.0
  282. anchor_right = 0.0
  283. anchor_bottom = 0.0
  284. margin_right = 24.0
  285. margin_bottom = 20.0
  286. rect_pivot_offset = Vector2( 0, 0 )
  287. focus_mode = 2
  288. mouse_filter = 0
  289. mouse_default_cursor_shape = 0
  290. size_flags_horizontal = 2
  291. size_flags_vertical = 2
  292. toggle_mode = true
  293. enabled_focus_mode = 2
  294. shortcut = null
  295. group = null
  296. text = "in"
  297. flat = false
  298. align = 1
  299. [node name="out" type="Button" parent="eases" index="1"]
  300. anchor_left = 0.0
  301. anchor_top = 0.0
  302. anchor_right = 0.0
  303. anchor_bottom = 0.0
  304. margin_top = 30.0
  305. margin_right = 33.0
  306. margin_bottom = 50.0
  307. rect_pivot_offset = Vector2( 0, 0 )
  308. focus_mode = 2
  309. mouse_filter = 0
  310. mouse_default_cursor_shape = 0
  311. size_flags_horizontal = 2
  312. size_flags_vertical = 2
  313. toggle_mode = true
  314. enabled_focus_mode = 2
  315. shortcut = null
  316. group = null
  317. text = "out"
  318. flat = false
  319. align = 1
  320. [node name="in_out" type="Button" parent="eases" index="2"]
  321. anchor_left = 0.0
  322. anchor_top = 0.0
  323. anchor_right = 0.0
  324. anchor_bottom = 0.0
  325. margin_top = 60.0
  326. margin_right = 51.0
  327. margin_bottom = 80.0
  328. rect_pivot_offset = Vector2( 0, 0 )
  329. focus_mode = 2
  330. mouse_filter = 0
  331. mouse_default_cursor_shape = 0
  332. size_flags_horizontal = 2
  333. size_flags_vertical = 2
  334. toggle_mode = true
  335. enabled_focus_mode = 2
  336. shortcut = null
  337. group = null
  338. text = "in_out"
  339. flat = false
  340. align = 1
  341. [node name="out_in" type="Button" parent="eases" index="3"]
  342. anchor_left = 0.0
  343. anchor_top = 0.0
  344. anchor_right = 0.0
  345. anchor_bottom = 0.0
  346. margin_top = 90.0
  347. margin_right = 51.0
  348. margin_bottom = 110.0
  349. rect_pivot_offset = Vector2( 0, 0 )
  350. focus_mode = 2
  351. mouse_filter = 0
  352. mouse_default_cursor_shape = 0
  353. size_flags_horizontal = 2
  354. size_flags_vertical = 2
  355. toggle_mode = true
  356. enabled_focus_mode = 2
  357. shortcut = null
  358. group = null
  359. text = "out_in"
  360. flat = false
  361. align = 1
  362. [node name="modes" type="VBoxContainer" parent="." index="2"]
  363. editor/display_folded = true
  364. anchor_left = 0.0
  365. anchor_top = 0.0
  366. anchor_right = 0.0
  367. anchor_bottom = 0.0
  368. margin_left = 240.0
  369. margin_top = 288.0
  370. margin_right = 317.0
  371. margin_bottom = 524.0
  372. rect_pivot_offset = Vector2( 0, 0 )
  373. mouse_filter = 1
  374. mouse_default_cursor_shape = 0
  375. size_flags_horizontal = 2
  376. size_flags_vertical = 2
  377. alignment = 0
  378. [node name="move" type="Button" parent="modes" index="0"]
  379. anchor_left = 0.0
  380. anchor_top = 0.0
  381. anchor_right = 0.0
  382. anchor_bottom = 0.0
  383. margin_right = 48.0
  384. margin_bottom = 20.0
  385. rect_pivot_offset = Vector2( 0, 0 )
  386. focus_mode = 2
  387. mouse_filter = 0
  388. mouse_default_cursor_shape = 0
  389. size_flags_horizontal = 2
  390. size_flags_vertical = 2
  391. toggle_mode = true
  392. enabled_focus_mode = 2
  393. shortcut = null
  394. group = null
  395. text = "move"
  396. flat = false
  397. align = 1
  398. [node name="color" type="Button" parent="modes" index="1"]
  399. anchor_left = 0.0
  400. anchor_top = 0.0
  401. anchor_right = 0.0
  402. anchor_bottom = 0.0
  403. margin_top = 30.0
  404. margin_right = 44.0
  405. margin_bottom = 50.0
  406. rect_pivot_offset = Vector2( 0, 0 )
  407. focus_mode = 2
  408. mouse_filter = 0
  409. mouse_default_cursor_shape = 0
  410. size_flags_horizontal = 2
  411. size_flags_vertical = 2
  412. toggle_mode = true
  413. enabled_focus_mode = 2
  414. shortcut = null
  415. group = null
  416. text = "color"
  417. flat = false
  418. align = 1
  419. [node name="scale" type="Button" parent="modes" index="2"]
  420. anchor_left = 0.0
  421. anchor_top = 0.0
  422. anchor_right = 0.0
  423. anchor_bottom = 0.0
  424. margin_top = 60.0
  425. margin_right = 45.0
  426. margin_bottom = 80.0
  427. rect_pivot_offset = Vector2( 0, 0 )
  428. focus_mode = 2
  429. mouse_filter = 0
  430. mouse_default_cursor_shape = 0
  431. size_flags_horizontal = 2
  432. size_flags_vertical = 2
  433. toggle_mode = true
  434. enabled_focus_mode = 2
  435. shortcut = null
  436. group = null
  437. text = "scale"
  438. flat = false
  439. align = 1
  440. [node name="rotate" type="Button" parent="modes" index="3"]
  441. anchor_left = 0.0
  442. anchor_top = 0.0
  443. anchor_right = 0.0
  444. anchor_bottom = 0.0
  445. margin_top = 90.0
  446. margin_right = 50.0
  447. margin_bottom = 110.0
  448. rect_pivot_offset = Vector2( 0, 0 )
  449. focus_mode = 2
  450. mouse_filter = 0
  451. mouse_default_cursor_shape = 0
  452. size_flags_horizontal = 2
  453. size_flags_vertical = 2
  454. toggle_mode = true
  455. enabled_focus_mode = 2
  456. shortcut = null
  457. group = null
  458. text = "rotate"
  459. flat = false
  460. align = 1
  461. [node name="callback" type="Button" parent="modes" index="4"]
  462. anchor_left = 0.0
  463. anchor_top = 0.0
  464. anchor_right = 0.0
  465. anchor_bottom = 0.0
  466. margin_top = 120.0
  467. margin_right = 63.0
  468. margin_bottom = 140.0
  469. rect_pivot_offset = Vector2( 0, 0 )
  470. focus_mode = 2
  471. mouse_filter = 0
  472. mouse_default_cursor_shape = 0
  473. size_flags_horizontal = 2
  474. size_flags_vertical = 2
  475. toggle_mode = true
  476. enabled_focus_mode = 2
  477. shortcut = null
  478. group = null
  479. text = "callback"
  480. flat = false
  481. align = 1
  482. [node name="follow" type="Button" parent="modes" index="5"]
  483. anchor_left = 0.0
  484. anchor_top = 0.0
  485. anchor_right = 0.0
  486. anchor_bottom = 0.0
  487. margin_top = 150.0
  488. margin_right = 50.0
  489. margin_bottom = 170.0
  490. rect_pivot_offset = Vector2( 0, 0 )
  491. focus_mode = 2
  492. mouse_filter = 0
  493. mouse_default_cursor_shape = 0
  494. size_flags_horizontal = 2
  495. size_flags_vertical = 2
  496. toggle_mode = true
  497. enabled_focus_mode = 2
  498. shortcut = null
  499. group = null
  500. text = "follow"
  501. flat = false
  502. align = 1
  503. [node name="repeat" type="Button" parent="modes" index="6"]
  504. anchor_left = 0.0
  505. anchor_top = 0.0
  506. anchor_right = 0.0
  507. anchor_bottom = 0.0
  508. margin_top = 180.0
  509. margin_right = 53.0
  510. margin_bottom = 200.0
  511. rect_pivot_offset = Vector2( 0, 0 )
  512. focus_mode = 2
  513. mouse_filter = 0
  514. mouse_default_cursor_shape = 0
  515. size_flags_horizontal = 2
  516. size_flags_vertical = 2
  517. toggle_mode = true
  518. enabled_focus_mode = 2
  519. shortcut = null
  520. group = null
  521. text = "repeat"
  522. flat = false
  523. align = 1
  524. [node name="pause" type="Button" parent="modes" index="7"]
  525. anchor_left = 0.0
  526. anchor_top = 0.0
  527. anchor_right = 0.0
  528. anchor_bottom = 0.0
  529. margin_top = 210.0
  530. margin_right = 50.0
  531. margin_bottom = 230.0
  532. rect_pivot_offset = Vector2( 0, 0 )
  533. focus_mode = 2
  534. mouse_filter = 0
  535. mouse_default_cursor_shape = 0
  536. size_flags_horizontal = 2
  537. size_flags_vertical = 2
  538. toggle_mode = true
  539. enabled_focus_mode = 2
  540. shortcut = null
  541. group = null
  542. text = "pause"
  543. flat = false
  544. align = 1
  545. [node name="colors" type="HBoxContainer" parent="." index="3"]
  546. anchor_left = 0.0
  547. anchor_top = 0.0
  548. anchor_right = 0.0
  549. anchor_bottom = 0.0
  550. margin_left = 352.0
  551. margin_top = 288.0
  552. margin_right = 858.0
  553. margin_bottom = 626.0
  554. rect_pivot_offset = Vector2( 0, 0 )
  555. mouse_filter = 1
  556. mouse_default_cursor_shape = 0
  557. size_flags_horizontal = 2
  558. size_flags_vertical = 2
  559. custom_constants/separation = 40
  560. alignment = 0
  561. [node name="color_from" type="VBoxContainer" parent="colors" index="0"]
  562. anchor_left = 0.0
  563. anchor_top = 0.0
  564. anchor_right = 0.0
  565. anchor_bottom = 0.0
  566. margin_right = 298.0
  567. margin_bottom = 476.0
  568. rect_min_size = Vector2( 0, 320 )
  569. rect_pivot_offset = Vector2( 0, 0 )
  570. mouse_filter = 1
  571. mouse_default_cursor_shape = 0
  572. size_flags_horizontal = 2
  573. size_flags_vertical = 2
  574. alignment = 0
  575. [node name="label" type="Label" parent="colors/color_from" index="0"]
  576. anchor_left = 0.0
  577. anchor_top = 0.0
  578. anchor_right = 0.0
  579. anchor_bottom = 0.0
  580. margin_right = 74.0
  581. margin_bottom = 14.0
  582. rect_pivot_offset = Vector2( 0, 0 )
  583. mouse_filter = 2
  584. mouse_default_cursor_shape = 0
  585. size_flags_horizontal = 2
  586. size_flags_vertical = 0
  587. text = "Color From:"
  588. percent_visible = 1.0
  589. lines_skipped = 0
  590. max_lines_visible = -1
  591. [node name="picker" type="ColorPicker" parent="colors/color_from" index="1"]
  592. anchor_left = 0.0
  593. anchor_top = 0.0
  594. anchor_right = 0.0
  595. anchor_bottom = 0.0
  596. margin_top = 18.0
  597. margin_right = 298.0
  598. margin_bottom = 476.0
  599. rect_min_size = Vector2( 0, 320 )
  600. rect_pivot_offset = Vector2( 0, 0 )
  601. mouse_filter = 1
  602. mouse_default_cursor_shape = 0
  603. size_flags_horizontal = 2
  604. size_flags_vertical = 2
  605. alignment = 0
  606. color = Color( 1, 1, 1, 1 )
  607. edit_alpha = true
  608. raw_mode = false
  609. [node name="color_to" type="VBoxContainer" parent="colors" index="1"]
  610. anchor_left = 0.0
  611. anchor_top = 0.0
  612. anchor_right = 0.0
  613. anchor_bottom = 0.0
  614. margin_left = 338.0
  615. margin_right = 636.0
  616. margin_bottom = 476.0
  617. rect_min_size = Vector2( 0, 320 )
  618. rect_pivot_offset = Vector2( 0, 0 )
  619. mouse_filter = 1
  620. mouse_default_cursor_shape = 0
  621. size_flags_horizontal = 2
  622. size_flags_vertical = 2
  623. alignment = 0
  624. [node name="label" type="Label" parent="colors/color_to" index="0"]
  625. anchor_left = 0.0
  626. anchor_top = 0.0
  627. anchor_right = 0.0
  628. anchor_bottom = 0.0
  629. margin_right = 56.0
  630. margin_bottom = 14.0
  631. rect_pivot_offset = Vector2( 0, 0 )
  632. mouse_filter = 2
  633. mouse_default_cursor_shape = 0
  634. size_flags_horizontal = 2
  635. size_flags_vertical = 0
  636. text = "Color To:"
  637. percent_visible = 1.0
  638. lines_skipped = 0
  639. max_lines_visible = -1
  640. [node name="picker" type="ColorPicker" parent="colors/color_to" index="1"]
  641. anchor_left = 0.0
  642. anchor_top = 0.0
  643. anchor_right = 0.0
  644. anchor_bottom = 0.0
  645. margin_top = 18.0
  646. margin_right = 298.0
  647. margin_bottom = 476.0
  648. rect_min_size = Vector2( 0, 320 )
  649. rect_pivot_offset = Vector2( 0, 0 )
  650. mouse_filter = 1
  651. mouse_default_cursor_shape = 0
  652. size_flags_horizontal = 2
  653. size_flags_vertical = 2
  654. alignment = 0
  655. color = Color( 1, 1, 1, 1 )
  656. edit_alpha = true
  657. raw_mode = false
  658. [node name="tween" type="Tween" parent="." index="4"]
  659. repeat = true
  660. playback_process_mode = 1
  661. playback_speed = 1.0
  662. playback/active = true
  663. playback/repeat = true
  664. playback/speed = 1.0
  665. [node name="area" type="Panel" parent="tween" index="0"]
  666. anchor_left = 0.0
  667. anchor_top = 0.0
  668. anchor_right = 0.0
  669. anchor_bottom = 0.0
  670. margin_left = 32.0
  671. margin_top = 32.0
  672. margin_right = 896.0
  673. margin_bottom = 232.0
  674. rect_pivot_offset = Vector2( 0, 0 )
  675. mouse_filter = 0
  676. mouse_default_cursor_shape = 0
  677. size_flags_horizontal = 2
  678. size_flags_vertical = 2
  679. [node name="label" type="RichTextLabel" parent="tween/area" index="0"]
  680. anchor_left = 0.0
  681. anchor_top = 0.0
  682. anchor_right = 0.0
  683. anchor_bottom = 0.0
  684. margin_left = 176.0
  685. margin_top = 24.0
  686. margin_right = 552.0
  687. margin_bottom = 160.0
  688. rect_pivot_offset = Vector2( 0, 0 )
  689. rect_clip_content = true
  690. mouse_filter = 0
  691. mouse_default_cursor_shape = 0
  692. size_flags_horizontal = 2
  693. size_flags_vertical = 2
  694. bbcode_enabled = false
  695. bbcode_text = ""
  696. visible_characters = -1
  697. percent_visible = 1.0
  698. meta_underlined = true
  699. tab_size = 4
  700. text = ""
  701. scroll_active = true
  702. scroll_following = false
  703. selection_enabled = false
  704. override_selected_font_color = false
  705. [node name="sprite" type="Sprite" parent="tween/area" index="1"]
  706. texture = ExtResource( 2 )
  707. [node name="follow" type="Sprite" parent="tween/area" index="2"]
  708. position = Vector2( 0, 184 )
  709. texture = ExtResource( 2 )
  710. [node name="follow_2" type="Sprite" parent="tween/area" index="3"]
  711. position = Vector2( 736, 0 )
  712. texture = ExtResource( 2 )
  713. [node name="timeline" type="HSlider" parent="." index="5"]
  714. anchor_left = 0.0
  715. anchor_top = 0.0
  716. anchor_right = 0.0
  717. anchor_bottom = 0.0
  718. margin_left = 48.0
  719. margin_top = 240.0
  720. margin_right = 880.0
  721. margin_bottom = 256.0
  722. rect_pivot_offset = Vector2( 0, 0 )
  723. focus_mode = 2
  724. mouse_filter = 0
  725. mouse_default_cursor_shape = 0
  726. size_flags_horizontal = 2
  727. size_flags_vertical = 0
  728. min_value = 0.0
  729. max_value = 100.0
  730. step = 1.0
  731. page = 0.0
  732. value = 1.0
  733. exp_edit = false
  734. rounded = false
  735. editable = true
  736. tick_count = 0
  737. ticks_on_borders = false
  738. focus_mode = 2
  739. [connection signal="tween_step" from="tween" to="." method="_on_tween_step"]
  740. [connection signal="value_changed" from="timeline" to="." method="_on_timeline_value_changed"]