mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added cool animations
This commit is contained in:
parent
77ca16be36
commit
6cb03fda72
41 changed files with 569 additions and 19 deletions
|
|
@ -90,7 +90,6 @@ process_material = SubResource( 1 )
|
|||
texture = ExtResource( 6 )
|
||||
|
||||
[node name="BallCollision" parent="." instance=ExtResource( 4 )]
|
||||
visible = true
|
||||
|
||||
[node name="TrajectoryTimer" type="Timer" parent="."]
|
||||
wait_time = 0.1
|
||||
|
|
@ -103,6 +102,7 @@ stream = ExtResource( 5 )
|
|||
bus = "SFX"
|
||||
|
||||
[node name="Arrow" type="Sprite" parent="."]
|
||||
pause_mode = 2
|
||||
texture = ExtResource( 7 )
|
||||
offset = Vector2( 4, 0 )
|
||||
script = ExtResource( 8 )
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[sub_resource type="CircleShape2D" id=2]
|
||||
[sub_resource type="CircleShape2D" id=1]
|
||||
radius = 8.23541
|
||||
|
||||
[node name="BallCollision" type="CollisionShape2D"]
|
||||
visible = false
|
||||
shape = SubResource( 2 )
|
||||
shape = SubResource( 1 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue