Graphics pass
This commit is contained in:
parent
51af0ea751
commit
fb47693a99
42 changed files with 821 additions and 95 deletions
|
|
@ -1,6 +1,8 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dyu4mucawjlu6"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dyu4mucawjlu6"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/scripts/beehive.gd" id="1_ej1r1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dijxeckxe7trv" path="res://resources/textures/beehive.png" id="2_2xhre"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="3_uglsl"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_h6wmc"]
|
||||
radius = 250.0
|
||||
|
|
@ -8,10 +10,14 @@ radius = 250.0
|
|||
[node name="Beehive" type="Node2D"]
|
||||
script = ExtResource("1_ej1r1")
|
||||
|
||||
[node name="BeehivePlaceholder" type="Polygon2D" parent="."]
|
||||
position = Vector2(1, 0)
|
||||
color = Color(0.588235, 0.423529, 0.423529, 1)
|
||||
polygon = PackedVector2Array(-58, -56, 80, -30, 60, 78, -51, 108)
|
||||
[node name="BeehiveSprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(-3, 1)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("2_2xhre")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("3_uglsl")]
|
||||
parent_sprite = NodePath("../BeehiveSprite")
|
||||
drop_shadow_distance = 20
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue