the-crypt/ai/BadFireball.tscn
2020-07-20 23:24:09 -05:00

19 lines
518 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://ai/Hell Projectile.gd" type="Script" id=1]
[ext_resource path="res://art/Fireball.png" type="Texture" id=2]
[sub_resource type="CircleShape2D" id=2]
radius = 4.54199
[node name="KinematicBody2D" type="KinematicBody2D"]
collision_layer = 16
collision_mask = 3
script = ExtResource( 1 )
[node name="BadFireball" type="Sprite" parent="."]
texture = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 2 )