Added head-shooting and regeneration feature to player; added first
draft of Maggie's sounds.
This commit is contained in:
parent
accc463791
commit
2cc08692fd
17 changed files with 470 additions and 54 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=14 format=3 uid="uid://cc2dnhuv4qx7m"]
|
||||
[gd_scene format=3 uid="uid://cc2dnhuv4qx7m"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c51huloycn5as" path="res://scenes/main.gd" id="1_h2yge"]
|
||||
[ext_resource type="PackedScene" uid="uid://tlcdxoupi2lb" path="res://scenes/parallax_starfield.tscn" id="2_5vw27"]
|
||||
|
|
@ -58,24 +58,22 @@ shader_parameter/pixelate_line = 0
|
|||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_5vw27"]
|
||||
|
||||
[node name="Main" type="Node2D"]
|
||||
[node name="Main" type="Node2D" unique_id=128010797]
|
||||
script = ExtResource("1_h2yge")
|
||||
|
||||
[node name="Parallax Starfield" parent="." instance=ExtResource("2_5vw27")]
|
||||
[node name="Parallax Starfield" parent="." unique_id=571002326 instance=ExtResource("2_5vw27")]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_lquwl")
|
||||
}
|
||||
autoplay = "scroll"
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=122041916]
|
||||
libraries/ = SubResource("AnimationLibrary_lquwl")
|
||||
autoplay = &"scroll"
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1849605109]
|
||||
|
||||
[node name="UI" parent="CanvasLayer" instance=ExtResource("4_1bvp3")]
|
||||
[node name="UI" parent="CanvasLayer" unique_id=1138646344 instance=ExtResource("4_1bvp3")]
|
||||
offset_right = 196.0
|
||||
offset_bottom = 36.0
|
||||
|
||||
[node name="Title" type="TextureRect" parent="CanvasLayer"]
|
||||
[node name="Title" type="TextureRect" parent="CanvasLayer" unique_id=561106216]
|
||||
self_modulate = Color(0.015236704, 0.015236706, 0.0152367065, 1)
|
||||
material = SubResource("ShaderMaterial_kek77")
|
||||
offset_left = 50.0
|
||||
|
|
@ -84,22 +82,22 @@ offset_right = 146.0
|
|||
offset_bottom = 117.0
|
||||
texture = ExtResource("5_tipki")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="CanvasLayer"]
|
||||
[node name="CenterContainer" type="CenterContainer" parent="CanvasLayer" unique_id=1787047882]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Start" type="TextureButton" parent="CanvasLayer/CenterContainer"]
|
||||
[node name="Start" type="TextureButton" parent="CanvasLayer/CenterContainer" unique_id=735420279]
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("5_lquwl")
|
||||
|
||||
[node name="GameOver" type="TextureRect" parent="CanvasLayer/CenterContainer"]
|
||||
[node name="GameOver" type="TextureRect" parent="CanvasLayer/CenterContainer" unique_id=2025679102]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("6_7mycd")
|
||||
|
||||
[node name="background" type="Sprite2D" parent="."]
|
||||
[node name="background" type="Sprite2D" parent="." unique_id=1790434669]
|
||||
z_index = -4
|
||||
texture_repeat = 2
|
||||
material = SubResource("ShaderMaterial_5vw27")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue