File tree Expand file tree Collapse file tree 4 files changed +91
-79
lines changed
addons/simple-gui-transitions Expand file tree Collapse file tree 4 files changed +91
-79
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ script = ExtResource( 1 )
12
12
13
13
[node name ="GuiTransition" type ="Node" parent ="." ]
14
14
script = ExtResource ( 2 )
15
+ animation_enter = 0
16
+ animation_leave = 1
15
17
layout_id = "Layout1"
16
- animation = 0
17
- duration = 0.5
18
- _layout = NodePath (".." )
19
- _group = NodePath ("../HBoxContainer/VBoxContainer" )
20
- delay = 0.1
18
+ layout = NodePath (".." )
19
+ group = NodePath ("../HBoxContainer/VBoxContainer" )
21
20
center_pivot = true
22
21
23
22
[node name ="HBoxContainer" type ="HBoxContainer" parent ="." ]
Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ script = ExtResource( 1 )
12
12
13
13
[node name ="GuiTransition" type ="Node" parent ="." ]
14
14
script = ExtResource ( 2 )
15
+ animation_enter = 6
16
+ animation_leave = 7
15
17
layout_id = "Layout2"
16
- animation = 6
17
- duration = 0.5
18
- _layout = NodePath (".." )
19
- _group = NodePath ("../HBoxContainer/VBoxContainer" )
20
- delay = 0.1
18
+ layout = NodePath (".." )
19
+ group = NodePath ("../HBoxContainer/VBoxContainer" )
21
20
center_pivot = true
22
21
23
22
[node name ="HBoxContainer" type ="HBoxContainer" parent ="." ]
Original file line number Diff line number Diff line change 3
3
name =" Simple GUI Transitions"
4
4
description =" Simple GUI transitions to swap between menus elegantly."
5
5
author =" Joel Gomes (joelgomes1994)"
6
- version =" 0.0.3 "
6
+ version =" 0.0.4 "
7
7
script =" plugin.gd"
You can’t perform that action at this time.
0 commit comments