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

23 lines
693 B
Text
Raw Normal View History

2024-11-04 21:38:20 +01:00
[gd_scene load_steps=4 format=2]
2024-08-24 05:54:38 +02:00
2024-11-04 21:38:20 +01:00
[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]
2024-08-24 05:54:38 +02:00
2024-11-04 21:38:20 +01:00
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 17, 32.5 )
2024-08-24 05:54:38 +02:00
[node name="Tnt" type="Area2D"]
2024-11-04 21:38:20 +01:00
script = ExtResource( 2 )
2024-08-24 05:54:38 +02:00
2024-11-04 21:38:20 +01:00
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( -11, 1 )
texture = ExtResource( 1 )
2024-08-24 05:54:38 +02:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2024-11-04 21:38:20 +01:00
position = Vector2( -11, 0.5 )
shape = SubResource( 1 )
2024-08-24 05:54:38 +02:00
2024-11-04 21:38:20 +01:00
[node name="VisibleOnScreenNotifier2D" type="VisibilityNotifier2D" parent="."]
position = Vector2( -11, 0.499998 )
scale = Vector2( 1.7, 3.25 )