mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added voice acting credit and scoring
This commit is contained in:
parent
5503c2d05a
commit
ad8de1dbb7
41 changed files with 323 additions and 57 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://Effects/confetti2.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Bucket/Confetti.tres" type="Material" id=2]
|
||||
|
@ -7,6 +7,7 @@
|
|||
[ext_resource path="res://Bucket/Confetti.gd" type="Script" id=5]
|
||||
[ext_resource path="res://Menu/Theme.tres" type="Theme" id=6]
|
||||
[ext_resource path="res://Ball/sprite.png" type="Texture" id=7]
|
||||
[ext_resource path="res://SFX/stab.wav" type="AudioStream" id=8]
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "+1Ball"
|
||||
|
@ -88,4 +89,9 @@ __meta__ = {
|
|||
position = Vector2( -13, -5 )
|
||||
texture = ExtResource( 7 )
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource( 8 )
|
||||
volume_db = 4.0
|
||||
autoplay = true
|
||||
|
||||
[connection signal="timeout" from="KillTimer" to="." method="_on_KillTimer_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue