diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-18 17:27:42 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-18 17:27:42 +0200 |
commit | cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5 (patch) | |
tree | f1237c93d48a8983095b71639b795eb6b5b555de /riot/angrydev.tscn | |
parent | 79afd5fbe4034ec52d15f390b878a7dc01410c69 (diff) | |
download | LDJam46-cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5.tar.gz LDJam46-cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5.tar.bz2 LDJam46-cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5.zip |
war crimes
thats a good way to describe the terrifyingness of this image
Diffstat (limited to 'riot/angrydev.tscn')
-rw-r--r-- | riot/angrydev.tscn | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/riot/angrydev.tscn b/riot/angrydev.tscn index d3c2370..b28d3da 100644 --- a/riot/angrydev.tscn +++ b/riot/angrydev.tscn @@ -1,9 +1,12 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] -[ext_resource path="res://assets/angry_dev.png" type="Texture" id=1] +[ext_resource path="res://assets/idle_devs.tres" 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=2] +extents = Vector2( 60.093, 116.278 ) + [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 7.90784, 32.0742 ) @@ -12,15 +15,23 @@ position = Vector2( -24.1174, 33.1615 ) script = ExtResource( 3 ) [node name="body" type="Sprite" parent="."] -position = Vector2( 25, -32 ) +position = Vector2( 43.416, -38.1387 ) texture = ExtResource( 1 ) +[node name="Area2D" type="KinematicBody2D" parent="body"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="body/Area2D"] +position = Vector2( -11.0496, -2.45549 ) +shape = SubResource( 2 ) + [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"] +[node name="Area2D" type="KinematicBody2D" parent="pitchfork"] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="pitchfork/Area2D"] position = Vector2( 0.128513, -33.3091 ) shape = SubResource( 1 ) |