the-crypt/ai/BadFireball.tscn

19 lines
518 B
Plaintext
Raw Normal View History

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