Started boss wave and iniital assets; broke out parallax speed change

functionality.
This commit is contained in:
Henry 2026-03-01 23:47:39 +00:00
parent 4f0eff986f
commit 59d42fb906
9 changed files with 110 additions and 16 deletions

16
scenes/boss.tscn Normal file
View file

@ -0,0 +1,16 @@
[gd_scene format=3 uid="uid://bg5fq6ltr37r5"]
[ext_resource type="Texture2D" uid="uid://c7gbcrellomr1" path="res://sprites/boss.png" id="1_dlmty"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_neq0i"]
size = Vector2(129, 63)
[node name="Boss" type="Area2D" unique_id=2108172712]
z_index = -1
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=523151470]
texture = ExtResource("1_dlmty")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=12560305]
position = Vector2(-0.5, 1.5)
shape = SubResource("RectangleShape2D_neq0i")