Initial reorganization of shmup prroject; temp player sprites added.

This commit is contained in:
Henry 2026-01-10 18:26:44 +00:00
parent 02d14e913c
commit accc463791
116 changed files with 298 additions and 177 deletions

View file

@ -1,66 +0,0 @@
[gd_scene load_steps=5 format=3 uid="uid://tlcdxoupi2lb"]
[ext_resource type="Texture2D" uid="uid://dpkeiihfos28m" path="res://parallax/foreground stars.png" id="1_1f8kc"]
[ext_resource type="Texture2D" uid="uid://4n7q1wsq13ub" path="res://parallax/foreground stars_b.png" id="2_mewf1"]
[ext_resource type="Texture2D" uid="uid://c855276xbf7g6" path="res://parallax/midground stars.png" id="2_xwl8n"]
[ext_resource type="Texture2D" uid="uid://bn5iw6fm88p2i" path="res://parallax/background stars.png" id="3_mewf1"]
[node name="Parallax Starfield" type="Node2D"]
[node name="Foreground Stars" type="Parallax2D" parent="."]
scroll_scale = Vector2(1.5, 1)
scroll_offset = Vector2(52, 11)
repeat_size = Vector2(0, 128)
autoscroll = Vector2(0, 9)
repeat_times = 5
[node name="Sprite2D" type="Sprite2D" parent="Foreground Stars"]
modulate = Color(0.6524728, 0.65247285, 0.6524728, 1)
texture_repeat = 2
position = Vector2(89, 133)
texture = ExtResource("1_1f8kc")
region_enabled = true
region_rect = Rect2(0, 0, 128, 32)
[node name="Foreground Stars_b" type="Parallax2D" parent="."]
repeat_size = Vector2(0, 320)
autoscroll = Vector2(0, 7)
repeat_times = 5
[node name="Sprite2D" type="Sprite2D" parent="Foreground Stars_b"]
modulate = Color(0.71867925, 0.71867925, 0.71867925, 1)
texture_repeat = 2
position = Vector2(151, 59)
texture = ExtResource("2_mewf1")
region_enabled = true
region_rect = Rect2(0, 0, 128, 32)
[node name="Midground Stars" type="Parallax2D" parent="."]
scroll_scale = Vector2(0.75, 1)
repeat_size = Vector2(0, 320)
autoscroll = Vector2(0, 5)
[node name="Sprite2D" type="Sprite2D" parent="Midground Stars"]
texture_repeat = 2
position = Vector2(120, 160)
texture = ExtResource("2_xwl8n")
region_enabled = true
region_rect = Rect2(0, 0, 240, 320)
[node name="Background Stars" type="Parallax2D" parent="."]
scroll_scale = Vector2(-1, 1)
repeat_size = Vector2(0, 320)
autoscroll = Vector2(0, 2)
[node name="Sprite2D" type="Sprite2D" parent="Background Stars"]
texture_repeat = 2
position = Vector2(120, 160)
texture = ExtResource("3_mewf1")
region_enabled = true
region_rect = Rect2(0, 0, 240, 320)
[node name="ColorRect" type="ColorRect" parent="."]
z_index = -5
offset_right = 239.0
offset_bottom = 323.0
color = Color(0, 0, 0, 1)