aboutsummaryrefslogtreecommitdiff
path: root/riot/angrydev.tscn
blob: f8f544197772d737caebc18117a784ad7c9879ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[gd_scene load_steps=6 format=2]

[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=1]
extents = Vector2( 60.093, 116.278 )

[sub_resource type="RectangleShape2D" id=2]
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( 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( 1 )

[node name="pitchfork" type="Sprite" parent="."]
position = Vector2( 59.0399, -57.764 )
scale = Vector2( 2, 2 )
texture = ExtResource( 2 )
offset = Vector2( 0.330124, -33.3885 )

[node name="Area2D" type="KinematicBody2D" parent="pitchfork"]

[node name="CollisionShape2D" type="CollisionShape2D" parent="pitchfork/Area2D"]
position = Vector2( 0.128513, -33.3091 )
shape = SubResource( 2 )