summaryrefslogtreecommitdiffstats
path: root/scenes/CharacterShadow.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2020-07-30 11:31:31 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2020-07-30 11:31:31 +0300
commitfcfc2f9df77c4e7d10eea6a9dee10f0d13288f9c (patch)
tree3da46647ab66e0d4ca48a1707635bcc083e01071 /scenes/CharacterShadow.tscn
parent65defb418a621a0f5e4205afceb7c1904969dde1 (diff)
Add shadows to characters
Diffstat (limited to 'scenes/CharacterShadow.tscn')
-rw-r--r--scenes/CharacterShadow.tscn11
1 files changed, 11 insertions, 0 deletions
diff --git a/scenes/CharacterShadow.tscn b/scenes/CharacterShadow.tscn
new file mode 100644
index 0000000..9413d6d
--- /dev/null
+++ b/scenes/CharacterShadow.tscn
@@ -0,0 +1,11 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://scripts/Shadow.gd" type="Script" id=1]
+
+[node name="CharacterShadow" type="Node2D"]
+position = Vector2( 0.5, -0.5 )
+scale = Vector2( 1, 0.5 )
+z_index = -1
+script = ExtResource( 1 )
+radius = 4.0
+color = Color( 0.145098, 0.145098, 0.145098, 1 )