Threader.tscn 482 B

1234567891011121314151617
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://Threader.gd" type="Script" id=1]
  3. [ext_resource path="res://icon.png" type="Texture" id=2]
  4. [sub_resource type="RectangleShape2D" id=1]
  5. extents = Vector2( 32, 32 )
  6. [node name="Threader" type="KinematicBody2D"]
  7. collision_layer = 0
  8. script = ExtResource( 1 )
  9. [node name="Sprite" type="Sprite" parent="."]
  10. texture = ExtResource( 2 )
  11. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  12. shape = SubResource( 1 )