tankboss.tscn 449 B

12345678910111213141516
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://enemie/newai.gd" type="Script" id=1]
  3. [sub_resource type="RectangleShape2D" id=23]
  4. extents = Vector2( 128.34, 81.3173 )
  5. [node name="tank" type="KinematicBody2D" groups=["enemy"]]
  6. position = Vector2( 689.688, 214.579 )
  7. collision_layer = 12
  8. collision_mask = 0
  9. script = ExtResource( 1 )
  10. vida = 300
  11. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  12. shape = SubResource( 23 )