diff options
Diffstat (limited to 'riot/laser_blast.tscn')
-rw-r--r-- | riot/laser_blast.tscn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/riot/laser_blast.tscn b/riot/laser_blast.tscn index 6a588fd..b3f760b 100644 --- a/riot/laser_blast.tscn +++ b/riot/laser_blast.tscn @@ -1,14 +1,17 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://assets/laser_blast.png" type="Texture" id=1] +[ext_resource path="res://riot/laser_blast.gd" type="Script" id=2] [sub_resource type="RectangleShape2D" id=1] -extents = Vector2( 32, 32 ) +extents = Vector2( 4.7049, 17.2208 ) [node name="Node2D" type="Sprite"] +position = Vector2( 0.568802, 0 ) texture = ExtResource( 1 ) +script = ExtResource( 2 ) -[node name="Area2D" type="Area2D" parent="."] +[node name="Area2D" type="KinematicBody2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] shape = SubResource( 1 ) |