lightning.tscn 535 B

1234567891011121314151617181920
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://Scripts/lightning.gd" type="Script" id=1]
  3. [ext_resource path="res://Sprites/Characters/Mage/lightning.png" type="Texture" id=2]
  4. [sub_resource type="CircleShape2D" id=1]
  5. radius = 4.0
  6. [node name="lightning" type="KinematicBody2D"]
  7. script = ExtResource( 1 )
  8. __meta__ = {
  9. "__editor_plugin_screen__": "Script"
  10. }
  11. [node name="Sprite" type="Sprite" parent="."]
  12. texture = ExtResource( 2 )
  13. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  14. shape = SubResource( 1 )