mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
more levels
This commit is contained in:
parent
44d47888ca
commit
86da05b21a
7 changed files with 467 additions and 14 deletions
|
|
@ -19,6 +19,7 @@ collision_layer = 0
|
|||
collision_mask = 4
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RegularCollision"]
|
||||
visible = false
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="SlowmoTimer" type="Timer" parent="."]
|
||||
|
|
@ -35,6 +36,7 @@ collision_layer = 0
|
|||
collision_mask = 4
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="LastPegCollision"]
|
||||
visible = false
|
||||
shape = SubResource( 2 )
|
||||
|
||||
[node name="ScoreCounter" parent="." instance=ExtResource( 4 )]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue