started tracking progress with git
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://8rtse17u7bqg"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/End.gd" id="1_0587q"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnp8h65468543" path="res://scenes/overlays/crt_overlay.tscn" id="2_teww6"]
|
||||
|
||||
[node name="End" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_0587q")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
theme_override_font_sizes/font_size = 72
|
||||
text = "Game Over!"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label2" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Try again
|
||||
"
|
||||
|
||||
[node name="CRT_Overlay" parent="." instance=ExtResource("2_teww6")]
|
||||
layout_mode = 1
|
||||
|
||||
[connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_play"]
|
||||
@@ -0,0 +1,134 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://dvt585i7m0286"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Splash.gd" id="1_3yqra"]
|
||||
[ext_resource type="Shader" path="res://shaders/pend00-crt-vhs.gdshader" id="2_0jwol"]
|
||||
[ext_resource type="Shader" path="res://shaders/Splash.gdshader" id="2_5fbyd"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdshi27v4osg2" path="res://icons/yorchnet_pixel_64.png" id="2_fpfqa"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnp8h65468543" path="res://scenes/overlays/crt_overlay.tscn" id="5_jurjp"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ijjp2"]
|
||||
shader = ExtResource("2_5fbyd")
|
||||
shader_parameter/flap_speed = 4.0
|
||||
shader_parameter/scale = 4.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_yxw0u"]
|
||||
shader = ExtResource("2_0jwol")
|
||||
shader_parameter/overlay = true
|
||||
shader_parameter/scanlines_opacity = 0.125
|
||||
shader_parameter/scanlines_width = 0.125
|
||||
shader_parameter/grille_opacity = 0.125
|
||||
shader_parameter/resolution = Vector2(640, 320)
|
||||
shader_parameter/pixelate = false
|
||||
shader_parameter/roll = true
|
||||
shader_parameter/roll_speed = 1.0
|
||||
shader_parameter/roll_size = 0.8
|
||||
shader_parameter/roll_variation = 2.574
|
||||
shader_parameter/distort_intensity = 0.0
|
||||
shader_parameter/noise_opacity = 0.05
|
||||
shader_parameter/noise_speed = 5.0
|
||||
shader_parameter/static_noise_intensity = 0.06
|
||||
shader_parameter/aberration = 0.00500005
|
||||
shader_parameter/brightness = 1.4
|
||||
shader_parameter/discolor = true
|
||||
shader_parameter/warp_amount = 0.0
|
||||
shader_parameter/clip_warp = false
|
||||
shader_parameter/vignette_intensity = 0.1
|
||||
shader_parameter/vignette_opacity = 0.5
|
||||
|
||||
[sub_resource type="Animation" id="Animation_2v5v3"]
|
||||
resource_name = "animation"
|
||||
length = 3.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("ColorRect:self_modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.5, 2.5, 3),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1), Color(0, 0, 0, 0), Color(0, 0, 0, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
tracks/1/type = "method"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath(".")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(3),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"values": [{
|
||||
"args": [],
|
||||
"method": &"load_start_menu"
|
||||
}]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_sansa"]
|
||||
_data = {
|
||||
"animation": SubResource("Animation_2v5v3")
|
||||
}
|
||||
|
||||
[node name="Splash" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_3yqra")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="CenterContainer"]
|
||||
material = SubResource("ShaderMaterial_ijjp2")
|
||||
layout_mode = 2
|
||||
texture = ExtResource("2_fpfqa")
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="Control"]
|
||||
modulate = Color(1, 1, 1, 0.101961)
|
||||
light_mask = 0
|
||||
z_as_relative = false
|
||||
material = SubResource("ShaderMaterial_yxw0u")
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_sansa")
|
||||
}
|
||||
autoplay = "animation"
|
||||
|
||||
[node name="CRT_Overlay" parent="." instance=ExtResource("5_jurjp")]
|
||||
layout_mode = 1
|
||||
@@ -0,0 +1,92 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://o0c5ir7543g1"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/End.gd" id="1_jfc42"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnp8h65468543" path="res://scenes/overlays/crt_overlay.tscn" id="2_6myhp"]
|
||||
|
||||
[node name="MainMenu" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_jfc42")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
theme_override_font_sizes/font_size = 72
|
||||
text = "Welcome to pDash"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Button01" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../Button05")
|
||||
focus_neighbor_top = NodePath("../Button05")
|
||||
focus_neighbor_right = NodePath("../Button02")
|
||||
focus_neighbor_bottom = NodePath("../Button02")
|
||||
focus_next = NodePath("../Button02")
|
||||
focus_previous = NodePath("../Button05")
|
||||
text = "New Game"
|
||||
|
||||
[node name="Button02" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../Button01")
|
||||
focus_neighbor_top = NodePath("../Button01")
|
||||
focus_neighbor_right = NodePath("../Button03")
|
||||
focus_neighbor_bottom = NodePath("../Button03")
|
||||
focus_next = NodePath("../Button03")
|
||||
focus_previous = NodePath("../Button01")
|
||||
disabled = true
|
||||
text = "Continue"
|
||||
|
||||
[node name="Button03" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../Button02")
|
||||
focus_neighbor_top = NodePath("../Button02")
|
||||
focus_neighbor_right = NodePath("../Button04")
|
||||
focus_neighbor_bottom = NodePath("../Button04")
|
||||
focus_next = NodePath("../Button04")
|
||||
focus_previous = NodePath("../Button02")
|
||||
disabled = true
|
||||
text = "Options"
|
||||
|
||||
[node name="Button04" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../Button03")
|
||||
focus_neighbor_top = NodePath("../Button03")
|
||||
focus_neighbor_right = NodePath("../Button05")
|
||||
focus_neighbor_bottom = NodePath("../Button05")
|
||||
focus_next = NodePath("../Button05")
|
||||
focus_previous = NodePath(".")
|
||||
disabled = true
|
||||
text = "Credits"
|
||||
|
||||
[node name="Button05" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../Button04")
|
||||
focus_neighbor_top = NodePath("../Button04")
|
||||
focus_neighbor_right = NodePath("../Button01")
|
||||
focus_neighbor_bottom = NodePath("../Button01")
|
||||
focus_next = NodePath("../Button01")
|
||||
focus_previous = NodePath("../Button04")
|
||||
text = "Quit
|
||||
"
|
||||
|
||||
[node name="CRT_Overlay" parent="." instance=ExtResource("2_6myhp")]
|
||||
layout_mode = 1
|
||||
|
||||
[connection signal="button_up" from="CenterContainer/VBoxContainer/Button01" to="." method="_on_play"]
|
||||
[connection signal="button_up" from="CenterContainer/VBoxContainer/Button05" to="." method="_on_quit"]
|
||||
@@ -0,0 +1,41 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://8euefl26umu1"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/End.gd" id="1_oljih"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnp8h65468543" path="res://scenes/overlays/crt_overlay.tscn" id="2_48jpk"]
|
||||
|
||||
[node name="End" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_oljih")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
theme_override_font_sizes/font_size = 72
|
||||
text = "You Win!"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label2" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Play Again?"
|
||||
|
||||
[node name="CRT_Overlay" parent="." instance=ExtResource("2_48jpk")]
|
||||
layout_mode = 1
|
||||
|
||||
[connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_play"]
|
||||
@@ -0,0 +1,110 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://cjpwcih4ro8gu"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/switch.gd" id="1_523fa"]
|
||||
[ext_resource type="Texture2D" uid="uid://h6nywllbx7in" path="res://icons/gravity_switch.png" id="2_wf4my"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_wyj6h"]
|
||||
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.133178, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_silse"]
|
||||
curve = SubResource("Curve_wyj6h")
|
||||
|
||||
[sub_resource type="Curve" id="Curve_vvvck"]
|
||||
min_value = -200.0
|
||||
max_value = 200.0
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.05, 32), 0.0, 0.0, 0, 0, Vector2(0.2, -5), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_qurcg"]
|
||||
curve = SubResource("Curve_vvvck")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_axyq0"]
|
||||
particle_flag_disable_z = true
|
||||
inherit_velocity_ratio = -0.51
|
||||
spread = 180.0
|
||||
initial_velocity_min = 80.0
|
||||
initial_velocity_max = 160.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
linear_accel_max = 45.0
|
||||
linear_accel_curve = SubResource("CurveTexture_qurcg")
|
||||
scale_min = 8.0
|
||||
scale_max = 8.0
|
||||
alpha_curve = SubResource("CurveTexture_silse")
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_yx6cf"]
|
||||
radius = 15.0
|
||||
|
||||
[sub_resource type="Animation" id="Animation_fvmq8"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("CollisionShape2D/TextureRect:rotation")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [0.0]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_a34jr"]
|
||||
resource_name = "spin"
|
||||
length = 5.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("CollisionShape2D:rotation")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 5),
|
||||
"transitions": PackedFloat32Array(0.0853777, 0.0877996),
|
||||
"update": 0,
|
||||
"values": [0.0, 12.5664]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_0riwv"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_fvmq8"),
|
||||
"spin": SubResource("Animation_a34jr")
|
||||
}
|
||||
|
||||
[node name="GravitySwitch01" type="Area2D"]
|
||||
position = Vector2(361, 15)
|
||||
collision_layer = 0
|
||||
linear_damp = 1.02
|
||||
angular_damp = 1.205
|
||||
script = ExtResource("1_523fa")
|
||||
type = "gravity"
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="GPUParticles2D" type="GPUParticles2D" parent="."]
|
||||
process_material = SubResource("ParticleProcessMaterial_axyq0")
|
||||
randomness = 1.0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
scale = Vector2(4, 4)
|
||||
shape = SubResource("CircleShape2D_yx6cf")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="CollisionShape2D"]
|
||||
modulate = Color(1, 1, 1, 0.196078)
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -8.0
|
||||
offset_top = -8.0
|
||||
offset_right = 8.0
|
||||
offset_bottom = 8.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("2_wf4my")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_0riwv")
|
||||
}
|
||||
@@ -0,0 +1,181 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://duai0nkslx7o8"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/checkpoint.gd" id="1_mogvd"]
|
||||
[ext_resource type="PackedScene" uid="uid://dn0lboldm331y" path="res://scenes/platform_01.tscn" id="1_p1vy7"]
|
||||
[ext_resource type="PackedScene" uid="uid://cjpwcih4ro8gu" path="res://scenes/gravity_switch.tscn" id="2_ufuu6"]
|
||||
[ext_resource type="Script" path="res://scripts/switch.gd" id="3_vaslk"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0f50m"]
|
||||
size = Vector2(7318, 557)
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_qcjog"]
|
||||
|
||||
[node name="Level" type="Node2D"]
|
||||
|
||||
[node name="Platforms" type="CanvasGroup" parent="."]
|
||||
|
||||
[node name="Platform_01" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
|
||||
[node name="Platform_14" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(2986, 91)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_15" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(1483, -696)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_16" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(1595, 188)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_17" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(2068, 161)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_18" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(1019, -452)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_19" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(3629, 130)
|
||||
rotation = 1.5708
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_20" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(2338, 297)
|
||||
rotation = 1.5708
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_21" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(607, -296)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_22" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(1052, -220)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_23" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(2604, 159)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_24" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
position = Vector2(3363, 53)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Platform_25" parent="Platforms" instance=ExtResource("1_p1vy7")]
|
||||
modulate = Color(0.00784314, 0.490196, 0, 1)
|
||||
position = Vector2(3880, 153)
|
||||
scale = Vector2(16.672, 1)
|
||||
|
||||
[node name="Checkpoints" type="CanvasGroup" parent="."]
|
||||
|
||||
[node name="End" type="Area2D" parent="Checkpoints"]
|
||||
position = Vector2(3880, 133)
|
||||
scale = Vector2(16.672, 1)
|
||||
script = ExtResource("1_mogvd")
|
||||
type = "end"
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Checkpoints/End"]
|
||||
shape = SubResource("RectangleShape2D_7hfyn")
|
||||
|
||||
[node name="Abysses" type="CanvasGroup" parent="."]
|
||||
|
||||
[node name="Abyss" type="Area2D" parent="Abysses"]
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Abysses/Abyss"]
|
||||
position = Vector2(951, 1182)
|
||||
shape = SubResource("RectangleShape2D_0f50m")
|
||||
|
||||
[node name="Abyss2" type="Area2D" parent="Abysses"]
|
||||
position = Vector2(0, -2964)
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Abysses/Abyss2"]
|
||||
position = Vector2(951, 1182)
|
||||
shape = SubResource("RectangleShape2D_0f50m")
|
||||
|
||||
[node name="Switches" type="CanvasGroup" parent="."]
|
||||
|
||||
[node name="Gravity" type="Node2D" parent="Switches"]
|
||||
|
||||
[node name="GravitySwitch01" parent="Switches/Gravity" instance=ExtResource("2_ufuu6")]
|
||||
|
||||
[node name="GravitySwitch02" parent="Switches/Gravity" instance=ExtResource("2_ufuu6")]
|
||||
position = Vector2(1344, -102)
|
||||
|
||||
[node name="GravitySwitch03" parent="Switches/Gravity" instance=ExtResource("2_ufuu6")]
|
||||
position = Vector2(1743, -586)
|
||||
|
||||
[node name="Direction" type="Node2D" parent="Switches"]
|
||||
|
||||
[node name="DirectionSwitch01" type="Area2D" parent="Switches/Direction"]
|
||||
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
|
||||
position = Vector2(1017, -416)
|
||||
collision_layer = 0
|
||||
script = ExtResource("3_vaslk")
|
||||
type = "gravity"
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch01"]
|
||||
scale = Vector2(2, 2)
|
||||
shape = SubResource("RectangleShape2D_7hfyn")
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch01"]
|
||||
self_modulate = Color(1, 1, 1, 0.0980392)
|
||||
scale = Vector2(48, 48)
|
||||
mesh = SubResource("QuadMesh_qcjog")
|
||||
|
||||
[node name="DirectionSwitch02" type="Area2D" parent="Switches/Direction"]
|
||||
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
|
||||
position = Vector2(703, -262)
|
||||
collision_layer = 0
|
||||
script = ExtResource("3_vaslk")
|
||||
type = "gravity"
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch02"]
|
||||
scale = Vector2(2, 2)
|
||||
shape = SubResource("RectangleShape2D_7hfyn")
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch02"]
|
||||
self_modulate = Color(1, 1, 1, 0.0980392)
|
||||
scale = Vector2(48, 48)
|
||||
mesh = SubResource("QuadMesh_qcjog")
|
||||
|
||||
[node name="DirectionSwitch03" type="Area2D" parent="Switches/Direction"]
|
||||
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
|
||||
position = Vector2(1642, 153)
|
||||
collision_layer = 0
|
||||
script = ExtResource("3_vaslk")
|
||||
type = "gravity"
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch03"]
|
||||
scale = Vector2(2, 2)
|
||||
shape = SubResource("RectangleShape2D_7hfyn")
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch03"]
|
||||
self_modulate = Color(1, 1, 1, 0.0980392)
|
||||
scale = Vector2(48, 48)
|
||||
mesh = SubResource("QuadMesh_qcjog")
|
||||
|
||||
[node name="DirectionSwitch04" type="Area2D" parent="Switches/Direction"]
|
||||
self_modulate = Color(0, 0.737255, 0.745098, 0.423529)
|
||||
position = Vector2(2339, 104)
|
||||
collision_layer = 0
|
||||
script = ExtResource("3_vaslk")
|
||||
type = "gravity"
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Switches/Direction/DirectionSwitch04"]
|
||||
scale = Vector2(2, 2)
|
||||
shape = SubResource("RectangleShape2D_7hfyn")
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="Switches/Direction/DirectionSwitch04"]
|
||||
self_modulate = Color(1, 1, 1, 0.0980392)
|
||||
scale = Vector2(48, 48)
|
||||
mesh = SubResource("QuadMesh_qcjog")
|
||||
@@ -0,0 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://b8xj2c2pml2p6"]
|
||||
|
||||
[node name="Loader" type="Node"]
|
||||
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dsqm17w8hg428"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/World.gd" id="1_131aq"]
|
||||
|
||||
[node name="World" type="Node2D"]
|
||||
script = ExtResource("1_131aq")
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_timeout"]
|
||||
@@ -0,0 +1,48 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cnp8h65468543"]
|
||||
|
||||
[ext_resource type="Shader" path="res://shaders/pend00-crt-vhs.gdshader" id="1_hco18"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_vmiki"]
|
||||
shader = ExtResource("1_hco18")
|
||||
shader_parameter/overlay = true
|
||||
shader_parameter/scanlines_opacity = 0.062
|
||||
shader_parameter/scanlines_width = 0.062
|
||||
shader_parameter/grille_opacity = 0.062
|
||||
shader_parameter/resolution = Vector2(640, 320)
|
||||
shader_parameter/pixelate = false
|
||||
shader_parameter/roll = true
|
||||
shader_parameter/roll_speed = 1.0
|
||||
shader_parameter/roll_size = 0.8
|
||||
shader_parameter/roll_variation = 2.574
|
||||
shader_parameter/distort_intensity = 0.0
|
||||
shader_parameter/noise_opacity = 0.05
|
||||
shader_parameter/noise_speed = 5.0
|
||||
shader_parameter/static_noise_intensity = 0.06
|
||||
shader_parameter/aberration = 0.00500005
|
||||
shader_parameter/brightness = 1.4
|
||||
shader_parameter/discolor = true
|
||||
shader_parameter/warp_amount = 0.0
|
||||
shader_parameter/clip_warp = false
|
||||
shader_parameter/vignette_intensity = 0.1
|
||||
shader_parameter/vignette_opacity = 0.5
|
||||
|
||||
[node name="CRT_Overlay" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
light_mask = 0
|
||||
z_as_relative = false
|
||||
material = SubResource("ShaderMaterial_vmiki")
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
@@ -0,0 +1,165 @@
|
||||
[gd_scene load_steps=14 format=3 uid="uid://cqa6qtn1lj53m"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/pDasher.gd" id="1_str71"]
|
||||
[ext_resource type="AudioStream" uid="uid://cuyel4kvgrcov" path="res://audio/jump.wav" id="2_w5kyr"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_3db0b"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_qv6th"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("CollisionShape2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("CollisionShape2D:position")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_37igj"]
|
||||
resource_name = "jump"
|
||||
length = 0.5
|
||||
step = 0.05
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("CollisionShape2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.05, 0.15),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1), Vector2(1.5, 0.5), Vector2(0.6, 1.4)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("CollisionShape2D:position")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 0.05, 0.15),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0, 0), Vector2(0, 4), Vector2(0, -4)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_caret"]
|
||||
resource_name = "land"
|
||||
length = 0.5
|
||||
step = 0.05
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("CollisionShape2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.15),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0.6, 1.4), Vector2(1.5, 0.5), Vector2(1, 1)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("CollisionShape2D:position")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.15),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0, -4), Vector2(0, 4), Vector2(0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_x6ekt"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_qv6th"),
|
||||
"jump": SubResource("Animation_37igj"),
|
||||
"land": SubResource("Animation_caret")
|
||||
}
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_pnajy"]
|
||||
radius = 4.0
|
||||
height = 16.0
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_oeovl"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_v0kkc"]
|
||||
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.14486, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_k65h6"]
|
||||
curve = SubResource("Curve_v0kkc")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_fswit"]
|
||||
particle_flag_disable_z = true
|
||||
gravity = Vector3(0, 98, 0)
|
||||
scale_min = 4.0
|
||||
scale_max = 4.0
|
||||
alpha_curve = SubResource("CurveTexture_k65h6")
|
||||
turbulence_noise_strength = 10.49
|
||||
turbulence_noise_scale = 50.0
|
||||
sub_emitter_keep_velocity = true
|
||||
|
||||
[sub_resource type="PrismMesh" id="PrismMesh_43iim"]
|
||||
lightmap_size_hint = Vector2i(14, 21)
|
||||
size = Vector3(2, 2, 0)
|
||||
|
||||
[node name="pDasher" type="CharacterBody2D"]
|
||||
material = SubResource("ShaderMaterial_3db0b")
|
||||
collision_layer = 3
|
||||
collision_mask = 3
|
||||
script = ExtResource("1_str71")
|
||||
metadata/_edit_group_ = true
|
||||
metadata/_edit_horizontal_guides_ = [8.0]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
deterministic = true
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_x6ekt")
|
||||
}
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_w5kyr")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CapsuleShape2D_pnajy")
|
||||
|
||||
[node name="GPUParticles2D" type="GPUParticles2D" parent="CollisionShape2D"]
|
||||
material = SubResource("CanvasItemMaterial_oeovl")
|
||||
position = Vector2(0, -4)
|
||||
process_material = SubResource("ParticleProcessMaterial_fswit")
|
||||
lifetime = 0.5
|
||||
trail_lifetime = 3.78
|
||||
trail_sections = 48
|
||||
trail_section_subdivisions = 1
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="CollisionShape2D"]
|
||||
rotation = -3.14159
|
||||
scale = Vector2(8, 8)
|
||||
mesh = SubResource("PrismMesh_43iim")
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
limit_top = -700
|
||||
limit_bottom = 700
|
||||
limit_smoothed = true
|
||||
position_smoothing_enabled = true
|
||||
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dn0lboldm331y"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7hfyn"]
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_qcjog"]
|
||||
|
||||
[node name="Platform_01" type="StaticBody2D"]
|
||||
position = Vector2(130, 119)
|
||||
scale = Vector2(16, 1)
|
||||
collision_layer = 2
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_7hfyn")
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
|
||||
position = Vector2(0.0224935, -0.125005)
|
||||
scale = Vector2(19, 20)
|
||||
mesh = SubResource("QuadMesh_qcjog")
|
||||
Reference in New Issue
Block a user