mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Pegs/Yellow/PowerupCards.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="Animation" id=1]
|
|
resource_name = "Flyin"
|
|
length = 0.5
|
|
step = 0.01
|
|
tracks/0/type = "bezier"
|
|
tracks/0/path = NodePath("CenterContainer:rect_position:y")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/keys = {
|
|
"points": PoolRealArray( 300, -0.25, 0, 0.25, 0, 0, -0.25, 0, 0.25, 0 ),
|
|
"times": PoolRealArray( 0, 0.5 )
|
|
}
|
|
|
|
[node name="PowerupCards" type="Node2D"]
|
|
pause_mode = 2
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="CanvasLayer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = 50.0
|
|
margin_bottom = 50.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/CenterContainer"]
|
|
margin_left = 192.0
|
|
margin_top = 108.0
|
|
margin_right = 192.0
|
|
margin_bottom = 108.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="CanvasLayer"]
|
|
anims/Flyin = SubResource( 1 )
|