File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
1
[gd_scene load_steps =3 format =3 uid ="uid://2olhiqrswect" ]
2
2
3
3
[ext_resource type ="Script" path ="res://addons/gaea/editor/update_button.gd" id ="1_8ury3" ]
4
- [ext_resource type ="Script " path ="res://addons/gaea/editor/download_update_panel.gd " id ="2_3uee2 " ]
4
+ [ext_resource type ="PackedScene " path ="res://addons/gaea/editor/download_update_panel.tscn " id ="2_bw0il " ]
5
5
6
6
[node name ="UpdateButton" type ="Button" ]
7
7
visible = false
@@ -18,18 +18,7 @@ unresizable = true
18
18
min_size = Vector2i (300 , 310 )
19
19
ok_button_text = "Close"
20
20
21
- [node name ="DownloadUpdatePanel" type ="Control" parent ="DownloadDialog" ]
22
- layout_mode = 3
23
- anchors_preset = 15
24
- anchor_right = 1.0
25
- anchor_bottom = 1.0
26
- offset_left = 8.0
27
- offset_top = 8.0
28
- offset_right = -8.0
29
- offset_bottom = -49.0
30
- grow_horizontal = 2
31
- grow_vertical = 2
32
- script = ExtResource ("2_3uee2" )
21
+ [node name ="DownloadUpdatePanel" parent ="DownloadDialog" instance =ExtResource ("2_bw0il" )]
33
22
34
23
[node name ="UpdateFailedDialog" type ="AcceptDialog" parent ="." ]
35
24
size = Vector2i (381 , 100 )
Original file line number Diff line number Diff line change 3
3
name =" Gaea"
4
4
description =" A procedural generation add-on for Godot 4.1"
5
5
author =" BenjaTK"
6
- version =" 0.1.2 "
6
+ version =" 0.2.0 "
7
7
script =" plugin.gd"
You can’t perform that action at this time.
0 commit comments