mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
powerup system
This commit is contained in:
parent
c8747328cf
commit
77ca16be36
149 changed files with 2472 additions and 331 deletions
17
Pegs/Yellow/YellowPeg.tscn
Normal file
17
Pegs/Yellow/YellowPeg.tscn
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Pegs/Yellow/yellow.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Pegs/DefaultPegCollisionShape.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Pegs/ScoreCounter.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Pegs/Yellow/YellowPeg.gd" type="Script" id=4]
|
||||
|
||||
[node name="YellowPeg" type="StaticBody2D"]
|
||||
collision_mask = 0
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="DefaultPegCollisionShape" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="ScoreCounter" parent="." instance=ExtResource( 3 )]
|
||||
Loading…
Add table
Add a link
Reference in a new issue