Added 2d outdoor scene with parallaxe and mockup background
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://dx7gn5yiq1aki"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://prefabs/player.tscn" id="1_aa8yc"]
|
||||
[ext_resource type="Texture2D" uid="uid://cg1cxmqbo1pa" path="res://art/mockups/trees/darktree1.png" id="2_k41x3"]
|
||||
[ext_resource type="Texture2D" uid="uid://fcm6etmmj65d" path="res://art/mockups/trees/darktree2.png" id="3_tykdc"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8h24ouqcqlxv" path="res://art/mockups/trees/darktree3.png" id="4_4u5mu"]
|
||||
@@ -11,17 +10,10 @@
|
||||
[ext_resource type="Texture2D" uid="uid://bradm5u7vjjxq" path="res://art/mockups/trees/darktree8.png" id="9_viosu"]
|
||||
[ext_resource type="Texture2D" uid="uid://bryqg0hb4f0ry" path="res://art/mockups/trees/darktree9.png" id="10_clutx"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1iyeflkwaqxf" path="res://art/testingground/mushroom1.png" id="11_ovtse"]
|
||||
[ext_resource type="PackedScene" uid="uid://c25udixd5m6l0" path="res://prefabs/Player2D.tscn" id="12_k41x3"]
|
||||
|
||||
[node name="AbandonedStreet" type="Node2D"]
|
||||
|
||||
[node name="player" parent="." instance=ExtResource("1_aa8yc")]
|
||||
z_index = 1
|
||||
z_as_relative = true
|
||||
position = Vector2(586, 343)
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
position = Vector2(578, 327)
|
||||
|
||||
[node name="background" type="Node2D" parent="."]
|
||||
|
||||
[node name="Darktree1" type="Sprite2D" parent="background"]
|
||||
@@ -200,3 +192,11 @@ modulate = Color(0.368627, 0.368627, 0.368627, 0.898039)
|
||||
position = Vector2(577, 365)
|
||||
scale = Vector2(3.64435, 0.128623)
|
||||
texture = ExtResource("11_ovtse")
|
||||
|
||||
[node name="Player2d" parent="." instance=ExtResource("12_k41x3")]
|
||||
position = Vector2(638, 274)
|
||||
scale = Vector2(0.285, 0.285)
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="Player2d"]
|
||||
position = Vector2(522.807, 270.175)
|
||||
scale = Vector2(3.50877, 3.50877)
|
||||
|
||||
Reference in New Issue
Block a user