mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
add heart level, bugfixes
This commit is contained in:
parent
41c3dfa881
commit
c30cc4589e
9 changed files with 265 additions and 36 deletions
|
@ -1,13 +1,11 @@
|
|||
[gd_scene load_steps=26 format=2]
|
||||
[gd_scene load_steps=24 format=2]
|
||||
|
||||
[ext_resource path="res://Cannon/Cannon.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Borders/tileset.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Ball/Ball.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Pegs/Yellow/YellowPeg.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ControlElements/Killzone.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://Bucket/Bucket.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://HUD/HUD.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://Pegs/Pink/PinkPeg.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://Stages/Camera.gd" type="Script" id=9]
|
||||
[ext_resource path="res://Stages/World.gd" type="Script" id=10]
|
||||
[ext_resource path="res://Effects/FadeIn.tscn" type="PackedScene" id=11]
|
||||
|
@ -220,30 +218,6 @@ position = Vector2( 0, 248 )
|
|||
|
||||
[node name="Pegs" type="Node2D" parent="."]
|
||||
|
||||
[node name="PinkPeg" parent="Pegs" instance=ExtResource( 8 )]
|
||||
position = Vector2( 190, 72 )
|
||||
|
||||
[node name="YellowPeg" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 136, 101 )
|
||||
|
||||
[node name="YellowPeg3" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 149, 112 )
|
||||
|
||||
[node name="YellowPeg4" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 164, 131 )
|
||||
|
||||
[node name="YellowPeg5" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 189, 121 )
|
||||
|
||||
[node name="YellowPeg6" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 204, 111 )
|
||||
|
||||
[node name="YellowPeg7" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 212, 126 )
|
||||
|
||||
[node name="YellowPeg2" parent="Pegs" instance=ExtResource( 4 )]
|
||||
position = Vector2( 163, 115 )
|
||||
|
||||
[node name="Bucket" parent="." instance=ExtResource( 6 )]
|
||||
position = Vector2( 192, 206 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue