barrier now tiles sprite
This commit is contained in:
parent
b2baccfa57
commit
6b1f260c86
3 changed files with 14 additions and 1 deletions
|
@ -83,6 +83,12 @@ scale = Vector2( 1, 26 )
|
|||
cost = 20
|
||||
label_offset = Vector2( 0, 4 )
|
||||
|
||||
[node name="Barrier2" parent="Platforms" instance=ExtResource( 15 )]
|
||||
position = Vector2( 17, 150 )
|
||||
scale = Vector2( 1, 26 )
|
||||
cost = 1
|
||||
label_offset = Vector2( 0, 4 )
|
||||
|
||||
[node name="Collectibles" type="Node2D" parent="."]
|
||||
|
||||
[node name="Shard" parent="Collectibles" instance=ExtResource( 12 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue