aboutsummaryrefslogtreecommitdiff
path: root/riot/angrydev.tscn
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@gmail.com>2020-04-18 15:33:01 +0200
committerRoman Gräf <romangraef@gmail.com>2020-04-18 15:33:01 +0200
commit6a6fd1828959e3343e58e3ddc36790b4a25e1747 (patch)
treeb155ea05bf32aef00adca52f77a46deae248939e /riot/angrydev.tscn
parent6c66e81946d005dac3b05be73889da28936b0ad0 (diff)
downloadLDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.tar.gz
LDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.tar.bz2
LDJam46-6a6fd1828959e3343e58e3ddc36790b4a25e1747.zip
Anfänge von Riots und Eingebundene Dev hire assets
Diffstat (limited to 'riot/angrydev.tscn')
-rw-r--r--riot/angrydev.tscn26
1 files changed, 26 insertions, 0 deletions
diff --git a/riot/angrydev.tscn b/riot/angrydev.tscn
new file mode 100644
index 0000000..d3c2370
--- /dev/null
+++ b/riot/angrydev.tscn
@@ -0,0 +1,26 @@
+[gd_scene load_steps=5 format=2]
+
+[ext_resource path="res://assets/angry_dev.png" type="Texture" id=1]
+[ext_resource path="res://assets/pitchfork.png" type="Texture" id=2]
+[ext_resource path="res://riot/angrydev.gd" type="Script" id=3]
+
+[sub_resource type="RectangleShape2D" id=1]
+extents = Vector2( 7.90784, 32.0742 )
+
+[node name="Node2D" type="Node2D"]
+position = Vector2( -24.1174, 33.1615 )
+script = ExtResource( 3 )
+
+[node name="body" type="Sprite" parent="."]
+position = Vector2( 25, -32 )
+texture = ExtResource( 1 )
+
+[node name="pitchfork" type="Sprite" parent="."]
+position = Vector2( 59.0399, -57.764 )
+scale = Vector2( 1, 3 )
+texture = ExtResource( 2 )
+offset = Vector2( 0.330124, -33.3885 )
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="pitchfork"]
+position = Vector2( 0.128513, -33.3091 )
+shape = SubResource( 1 )