added parallax background and midground

This commit is contained in:
Adam Burns 2025-10-17 23:36:03 -04:00
parent ffd98d163e
commit 47b0cc91ca
9 changed files with 164 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

View File

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cxhbqd7yunb5o"
path="res://.godot/imported/25-10-17-sky-background-godot-course-.png-685fa7996ddecb251040f01e513b1230.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/backgrounds/25-10-17-sky-background-godot-course-.png"
dest_files=["res://.godot/imported/25-10-17-sky-background-godot-course-.png-685fa7996ddecb251040f01e513b1230.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://kos0kjk46ooe"
path="res://.godot/imported/25-10-17-trees-background-godot-course-v1.png-e24962b00bc87724fb0949f83ef73b02.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/backgrounds/25-10-17-trees-background-godot-course-v1.png"
dest_files=["res://.godot/imported/25-10-17-trees-background-godot-course-v1.png-e24962b00bc87724fb0949f83ef73b02.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bxx6s82ck7kch"
path="res://.godot/imported/forestbackground.png-c62d472b3b61aefff531c569ed496c04.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/backgrounds/forestbackground.png"
dest_files=["res://.godot/imported/forestbackground.png-c62d472b3b61aefff531c569ed496c04.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@ -18,8 +18,8 @@ config/icon="res://icon.svg"
[display] [display]
window/size/viewport_width=640 window/size/viewport_width=320
window/size/viewport_height=360 window/size/viewport_height=180
window/size/window_width_override=1280 window/size/window_width_override=1280
window/size/window_height_override=720 window/size/window_height_override=720
window/stretch/mode="viewport" window/stretch/mode="viewport"

View File

@ -1,10 +1,13 @@
[gd_scene load_steps=8 format=3 uid="uid://cueixogtk70go"] [gd_scene load_steps=11 format=3 uid="uid://cueixogtk70go"]
[ext_resource type="Script" uid="uid://d0ca3jbhe8le3" path="res://scripts/game_controller.gd" id="1_lbhrr"] [ext_resource type="Script" uid="uid://d0ca3jbhe8le3" path="res://scripts/game_controller.gd" id="1_lbhrr"]
[ext_resource type="PackedScene" uid="uid://dnarbab7jjqmk" path="res://scenes/crate.tscn" id="1_uwrxv"] [ext_resource type="PackedScene" uid="uid://dnarbab7jjqmk" path="res://scenes/crate.tscn" id="1_uwrxv"]
[ext_resource type="Script" uid="uid://b84pdw14l6gb6" path="res://scripts/scene_manager.gd" id="2_iywne"] [ext_resource type="Script" uid="uid://b84pdw14l6gb6" path="res://scripts/scene_manager.gd" id="2_iywne"]
[ext_resource type="PackedScene" uid="uid://2pp1gtlflav8" path="res://scenes/trigger.tscn" id="2_yqjtg"] [ext_resource type="PackedScene" uid="uid://2pp1gtlflav8" path="res://scenes/trigger.tscn" id="2_yqjtg"]
[ext_resource type="PackedScene" uid="uid://d3y1iqmpknpyo" path="res://scenes/player.tscn" id="3_lnu2h"] [ext_resource type="PackedScene" uid="uid://d3y1iqmpknpyo" path="res://scenes/player.tscn" id="3_lnu2h"]
[ext_resource type="Texture2D" uid="uid://bxx6s82ck7kch" path="res://graphics/backgrounds/forestbackground.png" id="3_p57ef"]
[ext_resource type="Texture2D" uid="uid://cxhbqd7yunb5o" path="res://graphics/backgrounds/25-10-17-sky-background-godot-course-.png" id="4_gee14"]
[ext_resource type="Texture2D" uid="uid://kos0kjk46ooe" path="res://graphics/backgrounds/25-10-17-trees-background-godot-course-v1.png" id="4_u5sy4"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"]
size = Vector2(273, 101) size = Vector2(273, 101)
@ -18,15 +21,41 @@ script = ExtResource("1_lbhrr")
unique_name_in_owner = true unique_name_in_owner = true
script = ExtResource("2_iywne") script = ExtResource("2_iywne")
[node name="Background" type="Parallax2D" parent="."]
scroll_scale = Vector2(0.5, 0.5)
repeat_size = Vector2(320, 0)
repeat_times = 100
metadata/_edit_lock_ = true
metadata/_edit_group_ = true
[node name="ForestBackground" type="Sprite2D" parent="Background"]
texture = ExtResource("3_p57ef")
centered = false
[node name="ForestSky" type="Sprite2D" parent="Background"]
position = Vector2(0, -160)
scale = Vector2(1, 4)
texture = ExtResource("4_gee14")
centered = false
[node name="Midground" type="Parallax2D" parent="."]
repeat_size = Vector2(320, 0)
repeat_times = 100
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="Midground"]
texture = ExtResource("4_u5sy4")
centered = false
[node name="Player" parent="." instance=ExtResource("3_lnu2h")] [node name="Player" parent="." instance=ExtResource("3_lnu2h")]
position = Vector2(84, 58) position = Vector2(-54, 87)
BUMP_POWER = null BUMP_POWER = null
SHOVE_POWER = 400 SHOVE_POWER = 400
ACCELERATION = 10 ACCELERATION = 10
HARD_GRAVITY = 2 HARD_GRAVITY = 2
[node name="Block" type="StaticBody2D" parent="."] [node name="Block" type="StaticBody2D" parent="."]
position = Vector2(136, 339) position = Vector2(-46.999985, 183)
scale = Vector2(0.7200012, 0.39999938) scale = Vector2(0.7200012, 0.39999938)
metadata/_edit_group_ = true metadata/_edit_group_ = true
@ -35,7 +64,7 @@ shape = SubResource("RectangleShape2D_8cj0n")
debug_color = Color(0.48, 0.48, 0.48, 1) debug_color = Color(0.48, 0.48, 0.48, 1)
[node name="Block2" type="StaticBody2D" parent="."] [node name="Block2" type="StaticBody2D" parent="."]
position = Vector2(313, 439.99997) position = Vector2(215.00003, 190.00003)
scale = Vector2(0.877356, 0.36431184) scale = Vector2(0.877356, 0.36431184)
metadata/_edit_group_ = true metadata/_edit_group_ = true
@ -44,7 +73,7 @@ shape = SubResource("RectangleShape2D_8cj0n")
debug_color = Color(0.48, 0.48, 0.48, 1) debug_color = Color(0.48, 0.48, 0.48, 1)
[node name="Block3" type="StaticBody2D" parent="."] [node name="Block3" type="StaticBody2D" parent="."]
position = Vector2(484.99997, 289.00006) position = Vector2(433, 191.00003)
scale = Vector2(0.39041698, 0.5632845) scale = Vector2(0.39041698, 0.5632845)
metadata/_edit_group_ = true metadata/_edit_group_ = true
@ -53,7 +82,7 @@ shape = SubResource("RectangleShape2D_8cj0n")
debug_color = Color(0.48, 0.48, 0.48, 1) debug_color = Color(0.48, 0.48, 0.48, 1)
[node name="Block4" type="StaticBody2D" parent="."] [node name="Block4" type="StaticBody2D" parent="."]
position = Vector2(846, 376.99997) position = Vector2(731, 190.99998)
rotation = -1.5707964 rotation = -1.5707964
scale = Vector2(0.39041698, 1.1232846) scale = Vector2(0.39041698, 1.1232846)
metadata/_edit_group_ = true metadata/_edit_group_ = true
@ -63,7 +92,7 @@ shape = SubResource("RectangleShape2D_8cj0n")
debug_color = Color(0.48, 0.48, 0.48, 1) debug_color = Color(0.48, 0.48, 0.48, 1)
[node name="Block5" type="StaticBody2D" parent="."] [node name="Block5" type="StaticBody2D" parent="."]
position = Vector2(687, 461) position = Vector2(571, 160)
rotation = -0.5235988 rotation = -0.5235988
scale = Vector2(0.36505565, 0.38472003) scale = Vector2(0.36505565, 0.38472003)
metadata/_edit_group_ = true metadata/_edit_group_ = true
@ -73,7 +102,7 @@ shape = SubResource("RectangleShape2D_8cj0n")
debug_color = Color(0.48, 0.48, 0.48, 1) debug_color = Color(0.48, 0.48, 0.48, 1)
[node name="Boundary" type="StaticBody2D" parent="."] [node name="Boundary" type="StaticBody2D" parent="."]
position = Vector2(498, 611) position = Vector2(58, 301)
metadata/_edit_group_ = true metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Boundary"] [node name="CollisionShape2D" type="CollisionShape2D" parent="Boundary"]
@ -81,11 +110,11 @@ shape = SubResource("WorldBoundaryShape2D_8cj0n")
debug_color = Color(0, 0.50980395, 0.003921569, 1) debug_color = Color(0, 0.50980395, 0.003921569, 1)
[node name="Trigger" parent="." instance=ExtResource("2_yqjtg")] [node name="Trigger" parent="." instance=ExtResource("2_yqjtg")]
position = Vector2(562, 512) position = Vector2(177, 105)
scale = Vector2(0.48551935, 0.33269948) scale = Vector2(0.48551935, 0.33269948)
[node name="Trigger2" parent="." instance=ExtResource("2_yqjtg")] [node name="Trigger2" parent="." instance=ExtResource("2_yqjtg")]
position = Vector2(849, 269) position = Vector2(532.00006, 62)
scale = Vector2(0.5942757, 0.5465749) scale = Vector2(0.5942757, 0.5465749)
intent = "powerup" intent = "powerup"
@ -94,11 +123,11 @@ position = Vector2(298, 98.00001)
rotation = -0.5457037 rotation = -0.5457037
[node name="Crate2" parent="." groups=["explodable", "pushable"] instance=ExtResource("1_uwrxv")] [node name="Crate2" parent="." groups=["explodable", "pushable"] instance=ExtResource("1_uwrxv")]
position = Vector2(857, 35.999996) position = Vector2(729, -44.99998)
rotation = 0.45025483 rotation = 0.45025483
[node name="Crate3" parent="." groups=["explodable", "pushable"] instance=ExtResource("1_uwrxv")] [node name="Crate3" parent="." groups=["explodable", "pushable"] instance=ExtResource("1_uwrxv")]
position = Vector2(469, 166.00002) position = Vector2(424, 64.999985)
rotation = 0.62928104 rotation = 0.62928104
[connection signal="trigger_fired" from="Trigger" to="." method="_on_trigger_fired"] [connection signal="trigger_fired" from="Trigger" to="." method="_on_trigger_fired"]

View File

@ -337,4 +337,4 @@ animation = &"shoot_run"
autoplay = "idle" autoplay = "idle"
[node name="Camera2D" type="Camera2D" parent="."] [node name="Camera2D" type="Camera2D" parent="."]
position_smoothing_enabled = true offset = Vector2(0, -50)