Merge pull request #15191 from Jerome67000/z_renaming

renames "z" Node2D property to "z_index"
This commit is contained in:
Rémi Verschelde
2018-01-04 00:41:45 +01:00
committed by GitHub
15 changed files with 38 additions and 38 deletions

View File

@ -64,7 +64,7 @@ void CollisionShape2D::_notification(int p_what) {
/*if (Engine::get_singleton()->is_editor_hint()) {
//display above all else
set_z_as_relative(false);
set_z(VS::CANVAS_ITEM_Z_MAX - 1);
set_z_index(VS::CANVAS_ITEM_Z_MAX - 1);
}*/
} break;