diff options
author | juneflow <63904206+juneflow@users.noreply.github.com> | 2020-04-18 18:15:46 +0200 |
---|---|---|
committer | juneflow <63904206+juneflow@users.noreply.github.com> | 2020-04-18 18:15:46 +0200 |
commit | 72346629ba1338e50fae749f60d1996955aa64da (patch) | |
tree | 691d5f30a9282526d9d397584478eca25fa1056f | |
parent | cdb08c32e4a5d544af00cbf3e5c357d9cb2c71e5 (diff) | |
download | LDJam46-72346629ba1338e50fae749f60d1996955aa64da.tar.gz LDJam46-72346629ba1338e50fae749f60d1996955aa64da.tar.bz2 LDJam46-72346629ba1338e50fae749f60d1996955aa64da.zip |
crimes involving a burning pitchfork
-rw-r--r-- | assets/pitchfork.png | bin | 577 -> 723 bytes | |||
-rw-r--r-- | riot/angrydev.tscn | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/assets/pitchfork.png b/assets/pitchfork.png Binary files differindex 4def45c..9e7f83e 100644 --- a/assets/pitchfork.png +++ b/assets/pitchfork.png diff --git a/riot/angrydev.tscn b/riot/angrydev.tscn index b28d3da..f8f5441 100644 --- a/riot/angrydev.tscn +++ b/riot/angrydev.tscn @@ -4,10 +4,10 @@ [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] +[sub_resource type="RectangleShape2D" id=1] extents = Vector2( 60.093, 116.278 ) -[sub_resource type="RectangleShape2D" id=1] +[sub_resource type="RectangleShape2D" id=2] extents = Vector2( 7.90784, 32.0742 ) [node name="Node2D" type="Node2D"] @@ -22,11 +22,11 @@ texture = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="body/Area2D"] position = Vector2( -11.0496, -2.45549 ) -shape = SubResource( 2 ) +shape = SubResource( 1 ) [node name="pitchfork" type="Sprite" parent="."] position = Vector2( 59.0399, -57.764 ) -scale = Vector2( 1, 3 ) +scale = Vector2( 2, 2 ) texture = ExtResource( 2 ) offset = Vector2( 0.330124, -33.3885 ) @@ -34,4 +34,4 @@ offset = Vector2( 0.330124, -33.3885 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="pitchfork/Area2D"] position = Vector2( 0.128513, -33.3091 ) -shape = SubResource( 1 ) +shape = SubResource( 2 ) |