midori-school/sprites/common/bullet/tnt.tscn

25 lines
848 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://sprites/common/bullet/tnt.png" type="Texture" id=1]
[ext_resource path="res://sprites/common/bullet/tnt.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 17, 32.5 )
[node name="Tnt" type="Area2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( -11, 1 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -11, 0.5 )
shape = SubResource( 1 )
[node name="VisibleOnScreenNotifier2D" type="VisibilityNotifier2D" parent="."]
position = Vector2( -11, 0.499998 )
scale = Vector2( 1.7, 3.25 )
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="body_entered" from="." to="." method="_on_body_entered"]