You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-display/emulate_touchscreen now really emulates a touchscreen
-icons to show node menus
This commit is contained in:
@@ -111,6 +111,7 @@ void ParticlesEditor::_populate() {
|
||||
void ParticlesEditor::_notification(int p_notification) {
|
||||
|
||||
if (p_notification==NOTIFICATION_ENTER_TREE) {
|
||||
options->set_icon(options->get_popup()->get_icon("Particles","EditorIcons"));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user