the-crypt/magic/Projectiles/EcoProjectile.tscn

19 lines
528 B
Plaintext
Raw Normal View History

2020-07-19 18:36:36 -05:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://art/ecoprojectile.png" type="Texture" id=1]
2020-07-20 01:18:45 -05:00
[ext_resource path="res://magic/Projectiles/EcoProjectile.gd" type="Script" id=2]
2020-07-19 18:36:36 -05:00
[sub_resource type="CircleShape2D" id=1]
2020-07-19 20:06:49 -05:00
radius = 5.09902
2020-07-19 18:36:36 -05:00
[node name="EcoProjectile" type="KinematicBody2D"]
collision_layer = 8
2020-07-19 19:57:06 -05:00
collision_mask = 6
2020-07-19 18:36:36 -05:00
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )