Graphics pass
This commit is contained in:
parent
51af0ea751
commit
fb47693a99
42 changed files with 821 additions and 95 deletions
13
scenes/decor/bush.tscn
Normal file
13
scenes/decor/bush.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dwuc6byusf1r3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b5b3klfw4466j" path="res://resources/textures/bush.png" id="1_howpo"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_nqte4"]
|
||||
|
||||
[node name="Bush" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_howpo")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_nqte4")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
14
scenes/decor/flower_1.tscn
Normal file
14
scenes/decor/flower_1.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://rnykx61eqxyk"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dfsiavjapcxkk" path="res://resources/textures/flower_1.png" id="1_jotb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_x4kpr"]
|
||||
|
||||
[node name="Flower1" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_jotb7")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_x4kpr")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
drop_shadow_distance = 5
|
||||
14
scenes/decor/flower_2.tscn
Normal file
14
scenes/decor/flower_2.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b7quc1hxenh5p"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d3305m7gu47h2" path="res://resources/textures/flower_2.png" id="1_hk01u"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_co3t4"]
|
||||
|
||||
[node name="Flower2" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_hk01u")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_co3t4")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
drop_shadow_distance = 5
|
||||
13
scenes/decor/mushroom.tscn
Normal file
13
scenes/decor/mushroom.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://eiyribk1ijcu"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cc8rx803uskf2" path="res://resources/textures/mushroom.png" id="1_ewpvy"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_7ec4p"]
|
||||
|
||||
[node name="Mushroom" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_ewpvy")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_7ec4p")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
13
scenes/decor/naked_tree.tscn
Normal file
13
scenes/decor/naked_tree.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dj51rgpihnhi"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bxhluci3gcrv5" path="res://resources/textures/naked_tree.png" id="1_yly2y"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_gntgd"]
|
||||
|
||||
[node name="NakedTree" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_yly2y")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_gntgd")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
13
scenes/decor/tree.tscn
Normal file
13
scenes/decor/tree.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://d3mas42mbgec1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cgwtb4gxypaj1" path="res://resources/textures/tree.png" id="1_awfty"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_450uc"]
|
||||
|
||||
[node name="Tree" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_awfty")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_450uc")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
Loading…
Add table
Add a link
Reference in a new issue