forked from AdamKoziak1/Hilberts-Factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AS.tscn
26 lines (19 loc) · 770 Bytes
/
AS.tscn
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Electrician Tiles/AluminumStraightHorizontal.png" type="Texture" id=1]
[ext_resource path="res://AS.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 7.5, 7.6 )
[node name="AS" type="Node2D"]
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
[node name="Icon" type="Sprite" parent="."]
scale = Vector2( 6.66, 6.66 )
texture = ExtResource( 1 )
[node name="Area2D" type="Area2D" parent="Icon"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Icon/Area2D"]
position = Vector2( -0.0999991, 9.53674e-07 )
scale = Vector2( 1, 1 )
shape = SubResource( 1 )
[connection signal="input_event" from="Icon/Area2D" to="." method="_on_Area2D_input_event"]