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,8 +1,9 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Pegs/Purple/PurplePeg.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Pegs/Purple/purple.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Pegs/DefaultPegCollisionShape.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Pegs/ScoreCounter.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="PurplePeg" type="StaticBody2D"]
|
||||
collision_mask = 0
|
||||
|
@ -12,3 +13,5 @@ script = ExtResource( 1 )
|
|||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="DefaultPegCollisionShape" parent="." instance=ExtResource( 3 )]
|
||||
|
||||
[node name="ScoreCounter" parent="." instance=ExtResource( 4 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue