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
commit f9f6f250e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 38 additions and 38 deletions

View file

@ -131,7 +131,7 @@ void CollisionPolygon2D::_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;