Skip to content
Snippets Groups Projects
Commit de392f06 authored by ee6-wz3-u1's avatar ee6-wz3-u1
Browse files

added new parallax background

parent 24ea7964
Branches
No related tags found
No related merge requests found
src/assets/backGround/SpaceBackGroundParallax.jpg

450 KiB

[gd_scene load_steps=46 format=2] [gd_scene load_steps=46 format=2]
[ext_resource path="res://src/assets/tilesets/png-transparent-nebula-atmosphere-sky-nebula-space-astronomy-space-miscellaneous-purple-texture.png" type="Texture" id=1] [ext_resource path="res://src/assets/backGround/SpaceBackGroundParallax.jpg" type="Texture" id=1]
[ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=2] [ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=2]
[ext_resource path="res://src/scenes/PauseController.tscn" type="PackedScene" id=3] [ext_resource path="res://src/scenes/PauseController.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/actors/player/Player.tscn" type="PackedScene" id=4] [ext_resource path="res://src/actors/player/Player.tscn" type="PackedScene" id=4]
...@@ -769,8 +769,8 @@ font_data = ExtResource( 8 ) ...@@ -769,8 +769,8 @@ font_data = ExtResource( 8 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"] [node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"]
[node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"] [node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"]
position = Vector2( 620.5, 358.5 ) position = Vector2( 642, 362.5 )
scale = Vector2( 1.68152, 1.90541 ) scale = Vector2( 0.682292, 0.693518 )
texture = ExtResource( 1 ) texture = ExtResource( 1 )
[node name="BackGround" type="TileMap" parent="Level0"] [node name="BackGround" type="TileMap" parent="Level0"]
......
[gd_scene load_steps=46 format=2] [gd_scene load_steps=47 format=2]
[ext_resource path="res://src/actors/player/Player.tscn" type="PackedScene" id=1] [ext_resource path="res://src/actors/player/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/assets/sounds/kristallsound.wav" type="AudioStream" id=2] [ext_resource path="res://src/assets/sounds/kristallsound.wav" type="AudioStream" id=2]
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
[ext_resource path="res://src/actors/enemy/enemy_knight.tscn" type="PackedScene" id=13] [ext_resource path="res://src/actors/enemy/enemy_knight.tscn" type="PackedScene" id=13]
[ext_resource path="res://src/scenes/Saw.tscn" type="PackedScene" id=14] [ext_resource path="res://src/scenes/Saw.tscn" type="PackedScene" id=14]
[ext_resource path="res://src/assets/sounds/coin1.wav" type="AudioStream" id=15] [ext_resource path="res://src/assets/sounds/coin1.wav" type="AudioStream" id=15]
[ext_resource path="res://src/assets/backGround/SpaceBackGroundParallax.jpg" type="Texture" id=16]
[sub_resource type="ConvexPolygonShape2D" id=1] [sub_resource type="ConvexPolygonShape2D" id=1]
points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 ) points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )
...@@ -830,9 +831,9 @@ font_data = ExtResource( 11 ) ...@@ -830,9 +831,9 @@ font_data = ExtResource( 11 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="Level1"] [node name="ParallaxBackground" type="ParallaxBackground" parent="Level1"]
[node name="BackGroundPNG" type="Sprite" parent="Level1/ParallaxBackground"] [node name="BackGroundPNG" type="Sprite" parent="Level1/ParallaxBackground"]
position = Vector2( 640.5, 368.667 ) position = Vector2( 642, 362.5 )
scale = Vector2( 1.49457, 1.79794 ) scale = Vector2( 0.682292, 0.693518 )
texture = ExtResource( 3 ) texture = ExtResource( 16 )
[node name="BackGround" type="TileMap" parent="Level1"] [node name="BackGround" type="TileMap" parent="Level1"]
tile_set = SubResource( 12 ) tile_set = SubResource( 12 )
......
[gd_scene load_steps=50 format=2] [gd_scene load_steps=51 format=2]
[ext_resource path="res://src/assets/sounds/kristallsound.wav" type="AudioStream" id=1] [ext_resource path="res://src/assets/sounds/kristallsound.wav" type="AudioStream" id=1]
[ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=2] [ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=2]
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
[ext_resource path="res://src/actors/enemy/wizard.tscn" type="PackedScene" id=16] [ext_resource path="res://src/actors/enemy/wizard.tscn" type="PackedScene" id=16]
[ext_resource path="res://src/actors/enemy/ghost.tscn" type="PackedScene" id=17] [ext_resource path="res://src/actors/enemy/ghost.tscn" type="PackedScene" id=17]
[ext_resource path="res://src/assets/sounds/coin1.wav" type="AudioStream" id=18] [ext_resource path="res://src/assets/sounds/coin1.wav" type="AudioStream" id=18]
[ext_resource path="res://src/assets/backGround/SpaceBackGroundParallax.jpg" type="Texture" id=19]
[sub_resource type="ConvexPolygonShape2D" id=1] [sub_resource type="ConvexPolygonShape2D" id=1]
points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 ) points = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )
...@@ -773,9 +774,9 @@ font_data = ExtResource( 8 ) ...@@ -773,9 +774,9 @@ font_data = ExtResource( 8 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"] [node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"]
[node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"] [node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"]
position = Vector2( 646.653, 462.091 ) position = Vector2( 642, 362.5 )
scale = Vector2( 1.41689, 1.43723 ) scale = Vector2( 0.682292, 0.693518 )
texture = ExtResource( 2 ) texture = ExtResource( 19 )
[node name="BackGround" type="TileMap" parent="Level0"] [node name="BackGround" type="TileMap" parent="Level0"]
tile_set = SubResource( 12 ) tile_set = SubResource( 12 )
......
[gd_scene load_steps=49 format=2] [gd_scene load_steps=50 format=2]
[ext_resource path="res://src/assets/backGround/SpaceBackGroundParallax.jpg" type="Texture" id=1]
[ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=2] [ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=2]
[ext_resource path="res://src/scenes/PauseController.tscn" type="PackedScene" id=3] [ext_resource path="res://src/scenes/PauseController.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/actors/player/Player.tscn" type="PackedScene" id=4] [ext_resource path="res://src/actors/player/Player.tscn" type="PackedScene" id=4]
...@@ -878,8 +879,9 @@ font_data = ExtResource( 8 ) ...@@ -878,8 +879,9 @@ font_data = ExtResource( 8 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"] [node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"]
[node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"] [node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"]
position = Vector2( 640, 361 ) position = Vector2( 642, 362.5 )
scale = Vector2( 1.41689, 1.43723 ) scale = Vector2( 0.682292, 0.693518 )
texture = ExtResource( 1 )
[node name="BackGround" type="TileMap" parent="Level0"] [node name="BackGround" type="TileMap" parent="Level0"]
tile_set = SubResource( 12 ) tile_set = SubResource( 12 )
......
[gd_scene load_steps=53 format=2] [gd_scene load_steps=54 format=2]
[ext_resource path="res://src/scenes/Door.tscn" type="PackedScene" id=1] [ext_resource path="res://src/scenes/Door.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/scenes/spike.tscn" type="PackedScene" id=2] [ext_resource path="res://src/scenes/spike.tscn" type="PackedScene" id=2]
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
[ext_resource path="res://src/scenes/Platforms/PFHSlow.tscn" type="PackedScene" id=17] [ext_resource path="res://src/scenes/Platforms/PFHSlow.tscn" type="PackedScene" id=17]
[ext_resource path="res://src/scenes/levels/Score.gd" type="Script" id=18] [ext_resource path="res://src/scenes/levels/Score.gd" type="Script" id=18]
[ext_resource path="res://src/assets/menu_assets/04B_30__.TTF" type="DynamicFontData" id=19] [ext_resource path="res://src/assets/menu_assets/04B_30__.TTF" type="DynamicFontData" id=19]
[ext_resource path="res://src/assets/backGround/SpaceBackGroundParallax.jpg" type="Texture" id=20]
[ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=21] [ext_resource path="res://src/assets/tilesets/main_scifi_tileset.png" type="Texture" id=21]
[ext_resource path="res://src/assets/colleticbles/coin/gold_1.png" type="Texture" id=22] [ext_resource path="res://src/assets/colleticbles/coin/gold_1.png" type="Texture" id=22]
...@@ -776,8 +777,9 @@ font_data = ExtResource( 19 ) ...@@ -776,8 +777,9 @@ font_data = ExtResource( 19 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"] [node name="ParallaxBackground" type="ParallaxBackground" parent="Level0"]
[node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"] [node name="BackGroundPNG" type="Sprite" parent="Level0/ParallaxBackground"]
position = Vector2( 555.711, 351.167 ) position = Vector2( 642, 362.5 )
scale = Vector2( 1.61459, 1.86551 ) scale = Vector2( 0.682292, 0.693518 )
texture = ExtResource( 20 )
[node name="BackGround" type="TileMap" parent="Level0"] [node name="BackGround" type="TileMap" parent="Level0"]
tile_set = SubResource( 12 ) tile_set = SubResource( 12 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment