the-crypt/ai/BadFireball.tscn

28 lines
869 B
Plaintext
Raw Normal View History

2020-07-21 15:20:55 -05:00
[gd_scene load_steps=6 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-21 15:20:55 -05:00
[ext_resource path="res://Sound Effects/Enemy Hit Wall.wav" type="AudioStream" id=3]
[ext_resource path="res://Sound Effects/Enemy Hit.wav" type="AudioStream" id=4]
2020-07-19 17:19:31 -05:00
2020-07-21 15:20:55 -05:00
[sub_resource type="CircleShape2D" id=1]
2020-07-19 17:19:31 -05:00
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="."]
2020-07-21 15:20:55 -05:00
shape = SubResource( 1 )
[node name="Enemy" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
volume_db = -4.039
[node name="Enemy2" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )