mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added cool animations
This commit is contained in:
parent
77ca16be36
commit
6cb03fda72
41 changed files with 569 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=26 format=2]
|
||||
[gd_scene load_steps=28 format=2]
|
||||
|
||||
[ext_resource path="res://Cannon/Cannon.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Borders/tileset.png" type="Texture" id=2]
|
||||
|
@ -12,7 +12,9 @@
|
|||
[ext_resource path="res://Stages/World.gd" type="Script" id=10]
|
||||
[ext_resource path="res://Effects/FadeIn.tscn" type="PackedScene" id=11]
|
||||
[ext_resource path="res://Stages/Background.png" type="Texture" id=12]
|
||||
[ext_resource path="res://Pegs/Purple/PurpleBar.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://Menu/Pause.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://Pegs/Yellow/PowerupCards.tscn" type="PackedScene" id=15]
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=1]
|
||||
points = PoolVector2Array( 8, 8, 0, 8, 0, 0, 8, 0 )
|
||||
|
@ -242,4 +244,18 @@ position = Vector2( 192, 209 )
|
|||
[node name="YellowPeg" parent="." instance=ExtResource( 4 )]
|
||||
position = Vector2( 152, 38 )
|
||||
|
||||
[node name="PurpleBar" parent="." instance=ExtResource( 13 )]
|
||||
position = Vector2( 70, 100 )
|
||||
|
||||
[node name="PurpleBar2" parent="." instance=ExtResource( 13 )]
|
||||
position = Vector2( 123, 134 )
|
||||
|
||||
[node name="PurpleBar3" parent="." instance=ExtResource( 13 )]
|
||||
position = Vector2( 62, 154 )
|
||||
|
||||
[node name="PurpleBar4" parent="." instance=ExtResource( 13 )]
|
||||
position = Vector2( 30, 124 )
|
||||
|
||||
[node name="PowerupCards" parent="." instance=ExtResource( 15 )]
|
||||
|
||||
[editable path="Ball"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue