Skip to content

Commit

Permalink
Added .soc to addon formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirmentio committed Jan 8, 2022
1 parent 8372486 commit a5b58ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ __meta__ = {
}

[node name="Multiplayer" type="Control" parent="Panel/TabContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 29.0
Expand Down Expand Up @@ -533,6 +532,7 @@ __meta__ = {
}

[node name="About" type="Control" parent="Panel/TabContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 29.0
Expand Down Expand Up @@ -650,7 +650,6 @@ text = "Exit"
[node name="Dialog" parent="." instance=ExtResource( 5 )]

[node name="DownloadDialog" parent="." instance=ExtResource( 10 )]
visible = false
margin_top = 72.0
margin_right = -25.0
margin_bottom = -152.0
Expand Down Expand Up @@ -698,7 +697,7 @@ window_title = "Open File(s)"
dialog_hide_on_ok = true
mode = 1
access = 2
filters = PoolStringArray( "*.pk3", "*.wad", "*.lua" )
filters = PoolStringArray( "*.pk3", "*.wad", "*.lua", "*.soc" )
current_dir = "/"
current_path = "/"
__meta__ = {
Expand Down

0 comments on commit a5b58ff

Please sign in to comment.