File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 0.16.1:
2+ * Disable openmp by default (less CPU consumption).
3+
14Version 0.16.0:
25 * Add initial naive add blocker.
36 * Remove Godot keyboard bindings interfering in demo 2D.
Original file line number Diff line number Diff line change 1- 0.16.0
1+ 0.16.1
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ presets_visible = false
163163[connection signal ="pressed" from ="Panel/VBox/HBox/Go" to ="." method ="_on_go_pressed" ]
164164[connection signal ="pressed" from ="Panel/VBox/HBox/Refresh" to ="." method ="_on_refresh_pressed" ]
165165[connection signal ="pressed" from ="Panel/VBox/HBox/Prev" to ="." method ="_on_Prev_pressed" ]
166- [connection signal ="pressed" from ="Panel/VBox/HBox/Next" to ="." method ="_on_Next_pressed" ]
167166[connection signal ="pressed" from ="Panel/VBox/HBox/Next" to ="." method ="_on_Prev_pressed" ]
167+ [connection signal ="pressed" from ="Panel/VBox/HBox/Next" to ="." method ="_on_Next_pressed" ]
168168[connection signal ="item_selected" from ="Panel/VBox/HBox/BrowserList" to ="." method ="_on_BrowserList_item_selected" ]
169169[connection signal ="gui_input" from ="Panel/VBox/TextureRect" to ="." method ="_on_TextureRect_gui_input" ]
170170[connection signal ="resized" from ="Panel/VBox/TextureRect" to ="." method ="_on_texture_rect_resized" ]
Original file line number Diff line number Diff line change 33name =" GDCEF"
44description =" Chromium Embedded Framework Webview for Godot 4.2+"
55author =" Quentin QUADRAT <lecrapouille@gmail.com>"
6- version =" 0.16.0 "
6+ version =" 0.16.1 "
77script =" plugin.gd"
You can’t perform that action at this time.
0 commit comments