forked from AdamKoziak1/Hilberts-Factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AC.tscn
25 lines (18 loc) · 737 Bytes
/
AC.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Electrician Tiles/AluminumCornerRot1.png" type="Texture" id=1]
[ext_resource path="res://AC.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 7.5, 7.4 )
[node name="AC" 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.100001, 3.69549e-07 )
shape = SubResource( 1 )
[connection signal="input_event" from="Icon/Area2D" to="." method="_on_Area2D_input_event"]