Skip to content

Commit

Permalink
Merge pull request #17 from aaronfranke/update-3.3.2
Browse files Browse the repository at this point in the history
Update to Godot 3.3.2
  • Loading branch information
willnationsdev authored Jul 10, 2021
2 parents 35829c3 + c0d8670 commit 04dc896
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addons/godot-plugin-refresher/plugin_refresher.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ signal confirm_refresh_plugin(p_name)
onready var options = $OptionButton

func _ready():
if get_tree().edited_scene_root == self:
return # This is the scene opened in the editor!
$RefreshButton.icon = get_icon("Reload", "EditorIcons")


Expand Down
1 change: 1 addition & 0 deletions addons/godot-plugin-refresher/plugin_refresher.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ margin_bottom = 110.0
rect_min_size = Vector2( 300, 70 )
window_title = "Plugin Refresher"
dialog_autowrap = true

[connection signal="pressed" from="RefreshButton" to="." method="_on_RefreshButton_pressed"]
[connection signal="confirmed" from="ConfirmationDialog" to="." method="_on_ConfirmationDialog_confirmed"]
8 changes: 7 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ config_version=4

_global_script_classes=[ ]
_global_script_class_icons={

}

[application]

config/name="Godot Plugin Refresher"
run/main_scene="res://addons/godot-plugin-refresher/plugin_refresher.tscn"
config/icon="res://icon.png"

[editor_plugins]
Expand Down Expand Up @@ -98,3 +98,9 @@ ui_end={
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777230,"unicode":0,"echo":false,"script":null)
]
}

[rendering]

quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false

0 comments on commit 04dc896

Please sign in to comment.