offender.tscn 619 B

123456789101112131415161718
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://offender.gd" type="Script" id=1]
  3. [node name="offender" type="RigidBody2D"]
  4. rotation = 0.734527
  5. mass = 2.27
  6. script = ExtResource( 1 )
  7. [node name="polygon_of_doom2" type="CollisionPolygon2D" parent="."]
  8. position = Vector2( 2.57529, -9.29903 )
  9. polygon = PoolVector2Array( -7.51709, -61.9826, -59.5171, 28.0174, 50.4829, 44.0174 )
  10. [node name="polygon_of_doom" type="Polygon2D" parent="polygon_of_doom2"]
  11. position = Vector2( -3.48431, -0.659515 )
  12. color = Color( 1, 0, 0, 1 )
  13. polygon = PoolVector2Array( -7.51709, -61.9826, -59.5171, 28.0174, 50.4829, 44.0174 )