123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591 |
- [gd_scene load_steps=3 format=1]
- [ext_resource path="res://main.gd" type="Script" id=1]
- [ext_resource path="res://godot.png" type="Texture" id=2]
- [node name="main" type="Control"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 800.0
- margin/bottom = 600.0
- script/script = ExtResource( 1 )
- __meta__ = {
- "__editor_plugin_screen__": "2D"
- }
- [node name="trans" type="VBoxContainer" parent="."]
- editor/display_folded = true
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 56.0
- margin/top = 288.0
- margin/right = 129.0
- margin/bottom = 614.0
- alignment = 0
- [node name="linear" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 73.0
- margin/bottom = 20.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "linear"
- flat = false
- [node name="sine" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 24.0
- margin/right = 73.0
- margin/bottom = 44.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "sine"
- flat = false
- [node name="quint" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 48.0
- margin/right = 73.0
- margin/bottom = 68.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "quint"
- flat = false
- [node name="quart" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 72.0
- margin/right = 73.0
- margin/bottom = 92.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "quart"
- flat = false
- [node name="quad" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 96.0
- margin/right = 73.0
- margin/bottom = 116.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "quad"
- flat = false
- [node name="expo" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 120.0
- margin/right = 73.0
- margin/bottom = 140.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "expo"
- flat = false
- [node name="elastic" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 144.0
- margin/right = 73.0
- margin/bottom = 164.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "elastic"
- flat = false
- [node name="cubic" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 168.0
- margin/right = 73.0
- margin/bottom = 188.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "cubic"
- flat = false
- [node name="circ" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 192.0
- margin/right = 73.0
- margin/bottom = 212.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "circ"
- flat = false
- [node name="bounce" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 216.0
- margin/right = 73.0
- margin/bottom = 236.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "bounce"
- flat = false
- [node name="back" type="Button" parent="trans"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 240.0
- margin/right = 73.0
- margin/bottom = 260.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "back"
- flat = false
- [node name="eases" type="VBoxContainer" parent="."]
- editor/display_folded = true
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 152.0
- margin/top = 288.0
- margin/right = 215.0
- margin/bottom = 404.0
- alignment = 0
- [node name="in" type="Button" parent="eases"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 63.0
- margin/bottom = 20.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "in"
- flat = false
- [node name="out" type="Button" parent="eases"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 24.0
- margin/right = 63.0
- margin/bottom = 44.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "out"
- flat = false
- [node name="in_out" type="Button" parent="eases"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 48.0
- margin/right = 63.0
- margin/bottom = 68.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "in_out"
- flat = false
- [node name="out_in" type="Button" parent="eases"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 72.0
- margin/right = 63.0
- margin/bottom = 92.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "out_in"
- flat = false
- [node name="modes" type="VBoxContainer" parent="."]
- editor/display_folded = true
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 240.0
- margin/top = 288.0
- margin/right = 317.0
- margin/bottom = 524.0
- alignment = 0
- [node name="move" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 77.0
- margin/bottom = 20.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "move"
- flat = false
- [node name="color" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 24.0
- margin/right = 77.0
- margin/bottom = 44.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "color"
- flat = false
- [node name="scale" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 48.0
- margin/right = 77.0
- margin/bottom = 68.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "scale"
- flat = false
- [node name="rotate" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 72.0
- margin/right = 77.0
- margin/bottom = 92.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "rotate"
- flat = false
- [node name="callback" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 96.0
- margin/right = 77.0
- margin/bottom = 116.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "callback"
- flat = false
- [node name="follow" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 120.0
- margin/right = 77.0
- margin/bottom = 140.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "follow"
- flat = false
- [node name="repeat" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 144.0
- margin/right = 77.0
- margin/bottom = 164.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "repeat"
- flat = false
- [node name="pause" type="Button" parent="modes"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 168.0
- margin/right = 77.0
- margin/bottom = 188.0
- toggle_mode = true
- enabled_focus_mode = 2
- shortcut = null
- text = "pause"
- flat = false
- [node name="colors" type="HBoxContainer" parent="."]
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 384.0
- margin/top = 288.0
- margin/right = 424.0
- margin/bottom = 328.0
- custom_constants/separation = 40
- alignment = 0
- [node name="color_from" type="VBoxContainer" parent="colors"]
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 288.0
- margin/bottom = 459.0
- alignment = 0
- [node name="label" type="Label" parent="colors/color_from"]
- focus/ignore_mouse = true
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 0
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 288.0
- margin/bottom = 14.0
- text = "Color From:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="picker" type="ColorPicker" parent="colors/color_from"]
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 18.0
- margin/right = 288.0
- margin/bottom = 459.0
- alignment = 0
- [node name="color_to" type="VBoxContainer" parent="colors"]
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 328.0
- margin/top = 0.0
- margin/right = 616.0
- margin/bottom = 459.0
- alignment = 0
- [node name="label" type="Label" parent="colors/color_to"]
- focus/ignore_mouse = true
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 0
- margin/left = 0.0
- margin/top = 0.0
- margin/right = 288.0
- margin/bottom = 14.0
- text = "Color To:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- [node name="picker" type="ColorPicker" parent="colors/color_to"]
- focus/ignore_mouse = false
- focus/stop_mouse = false
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 0.0
- margin/top = 18.0
- margin/right = 288.0
- margin/bottom = 459.0
- alignment = 0
- [node name="tween" type="Tween" parent="."]
- playback/process_mode = 1
- playback/active = true
- playback/repeat = true
- playback/speed = 1.0
- [node name="area" type="Panel" parent="tween"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 32.0
- margin/top = 32.0
- margin/right = 768.0
- margin/bottom = 216.0
- [node name="label" type="RichTextLabel" parent="tween/area"]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 2
- margin/left = 176.0
- margin/top = 24.0
- margin/right = 552.0
- margin/bottom = 160.0
- bbcode/enabled = false
- bbcode/bbcode = ""
- visible_characters = -1
- percent_visible = 1.0
- [node name="sprite" type="Sprite" parent="tween/area"]
- texture = ExtResource( 2 )
- [node name="follow" type="Sprite" parent="tween/area"]
- transform/pos = Vector2( 0, 184 )
- texture = ExtResource( 2 )
- [node name="follow_2" type="Sprite" parent="tween/area"]
- transform/pos = Vector2( 736, 0 )
- texture = ExtResource( 2 )
- [node name="timeline" type="HSlider" parent="."]
- focus/ignore_mouse = false
- focus/stop_mouse = true
- size_flags/horizontal = 2
- size_flags/vertical = 0
- margin/left = 40.0
- margin/top = 224.0
- margin/right = 760.0
- margin/bottom = 240.0
- range/min = 0.0
- range/max = 100.0
- range/step = 1.0
- range/page = 0.0
- range/value = 1.0
- range/exp_edit = false
- range/rounded = false
- tick_count = 0
- ticks_on_borders = false
- focus_mode = 2
- [connection signal="tween_step" from="tween" to="." method="_on_tween_step"]
- [connection signal="value_changed" from="timeline" to="." method="_on_timeline_value_changed"]
|