From 61ea666d698ee796533baf3f3d101dbe2fc58d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 2 Jan 2020 11:25:16 +0100 Subject: [PATCH] Remove bogus draw_order values due to a pre-3.0 initialization bug Fixes godotengine/godot#25642. --- 2d/physics_platformer/enemy/Enemy.tscn | 1 - 2d/physics_platformer/player/Player.tscn | 1 - 2d/platformer/coin/Coin.tscn | 1 - 2d/platformer/enemy/Enemy.tscn | 1 - mono/DodgeTheCreepsCS/Player.tscn | 1 - 5 files changed, 5 deletions(-) diff --git a/2d/physics_platformer/enemy/Enemy.tscn b/2d/physics_platformer/enemy/Enemy.tscn index 88c1f3f6..c3f01a54 100644 --- a/2d/physics_platformer/enemy/Enemy.tscn +++ b/2d/physics_platformer/enemy/Enemy.tscn @@ -171,7 +171,6 @@ emitting = false lifetime = 0.5 one_shot = true explosiveness = 0.86 -draw_order = 4 process_material = SubResource( 8 ) texture = ExtResource( 3 ) diff --git a/2d/physics_platformer/player/Player.tscn b/2d/physics_platformer/player/Player.tscn index 4027520c..11ded801 100644 --- a/2d/physics_platformer/player/Player.tscn +++ b/2d/physics_platformer/player/Player.tscn @@ -226,7 +226,6 @@ lifetime = 0.3 one_shot = true explosiveness = 1.0 local_coords = false -draw_order = 97 process_material = SubResource( 4 ) texture = ExtResource( 3 ) diff --git a/2d/platformer/coin/Coin.tscn b/2d/platformer/coin/Coin.tscn index a06e58c0..38d4a977 100644 --- a/2d/platformer/coin/Coin.tscn +++ b/2d/platformer/coin/Coin.tscn @@ -131,7 +131,6 @@ material = SubResource( 4 ) emitting = false lifetime = 2.0 explosiveness = 1.0 -draw_order = 65793 process_material = SubResource( 6 ) texture = ExtResource( 4 ) diff --git a/2d/platformer/enemy/Enemy.tscn b/2d/platformer/enemy/Enemy.tscn index acc922f8..501f08dc 100644 --- a/2d/platformer/enemy/Enemy.tscn +++ b/2d/platformer/enemy/Enemy.tscn @@ -214,7 +214,6 @@ lifetime = 0.5 one_shot = true speed_scale = 1.2 explosiveness = 0.1 -draw_order = 215832976 process_material = SubResource( 7 ) texture = ExtResource( 3 ) diff --git a/mono/DodgeTheCreepsCS/Player.tscn b/mono/DodgeTheCreepsCS/Player.tscn index 2223ea84..015a8039 100644 --- a/mono/DodgeTheCreepsCS/Player.tscn +++ b/mono/DodgeTheCreepsCS/Player.tscn @@ -125,7 +125,6 @@ fixed_fps = 0 fract_delta = true visibility_rect = Rect2( -100, -100, 200, 200 ) local_coords = false -draw_order = 0 process_material = SubResource( 5 ) texture = ExtResource( 2 ) normal_map = null