Skip to content

Commit

Permalink
Z-index changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ruehl committed Apr 2, 2017
1 parent a7dca77 commit 8d6c97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/levels/minigames/yankandy/board_1.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ polygon = Vector2Array( 205.953, 783.098, 192.688, 783.098, 193.982, 807.039, 21
[node name="board_1" type="RigidBody2D"]

transform/pos = Vector2( 16, 112 )
z/z = -1
input/pickable = false
shapes/0/shape = SubResource( 1 )
shapes/0/transform = Matrix32( 1, 0, 0, 2, 0, -185 )
Expand Down Expand Up @@ -289,8 +290,8 @@ stream/stream = ExtResource( 3 )

[node name="pins" type="Area2D" parent="."]

editor/display_folded = true
transform/pos = Vector2( 327.45, 178.678 )
z/relative = false
input/pickable = true
gravity_vec = Vector2( 0, 1 )
gravity = 98.0
Expand Down Expand Up @@ -1164,14 +1165,15 @@ z/z = 0

[node name="Sprite" parent="Yan"]

frame = 1
frame = 5

[node name="ParticleAttractor2D1" parent="Yan"]

transform/pos = Vector2( 52.7836, -16.0314 )

[node name="pockets" type="Area2D" parent="."]

editor/display_folded = true
transform/pos = Vector2( 120.5, -5.5 )
transform/scale = Vector2( 1.67188, 1.20312 )
input/pickable = true
Expand Down
1 change: 0 additions & 1 deletion src/levels/minigames/yankandy/pin.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ tracks/4/keys = { "times":FloatArray( 0, 0.3 ), "transitions":FloatArray( 1, 1 )

transform/pos = Vector2( 166.5, 273.5 )
transform/scale = Vector2( 0.328125, 0.328125 )
z/z = 1
input/pickable = false
shapes/0/shape = SubResource( 1 )
shapes/0/transform = Matrix32( 0.894568, 0.981129, -1.15461, 1.05275, -9, 2.10583 )
Expand Down

0 comments on commit 8d6c97f

Please sign in to comment.