Started boss wave and iniital assets; broke out parallax speed change
functionality.
This commit is contained in:
parent
4f0eff986f
commit
59d42fb906
9 changed files with 110 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[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"]
|
||||
[ext_resource type="PackedScene" uid="uid://tlcdxoupi2lb" path="res://scenes/parallax_clouds.tscn" id="2_5vw27"]
|
||||
[ext_resource type="Texture2D" uid="uid://b25w6ms7bxlhu" path="res://sprites/third space bgrnd.png" id="3_tipki"]
|
||||
[ext_resource type="PackedScene" uid="uid://s6wf3egdqtmh" path="res://scenes/ui.tscn" id="4_1bvp3"]
|
||||
[ext_resource type="Shader" uid="uid://x02irwg8ynvp" path="res://shaders/pixel_highlight.gdshader" id="4_272bh"]
|
||||
|
|
@ -70,7 +70,7 @@ shader_parameter/intensity = 1.0
|
|||
[node name="Main" type="Node2D" unique_id=128010797]
|
||||
script = ExtResource("1_h2yge")
|
||||
|
||||
[node name="Parallax Starfield" parent="." unique_id=571002326 instance=ExtResource("2_5vw27")]
|
||||
[node name="ParallaxClouds" parent="." unique_id=571002326 instance=ExtResource("2_5vw27")]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=122041916]
|
||||
libraries/ = SubResource("AnimationLibrary_lquwl")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue