mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #15191 from Jerome67000/z_renaming
renames "z" Node2D property to "z_index"
This commit is contained in:
commit
f9f6f250e6
15 changed files with 38 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue