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,7 +1,8 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://Pegs/Purple/PurpleBar.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Pegs/Purple/bar.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Pegs/ScoreCounter.tscn" type="PackedScene" id=3]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id=1]
|
||||
friction = 5.0
|
||||
|
@ -25,3 +26,5 @@ shape = SubResource( 2 )
|
|||
|
||||
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource( 3 )
|
||||
|
||||
[node name="ScoreCounter" parent="." instance=ExtResource( 3 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue