Control port 1.2
This commit is contained in:
@@ -27,22 +27,22 @@ points = Vector2Array( 3.84713, -7.17275, 6.42704, -3.80966, -0.326464, -6.8104,
|
||||
[sub_resource type="ConvexPolygonShape2D" id=5]
|
||||
|
||||
custom_solver_bias = 0.0
|
||||
points = Vector2Array( 6.56525, 2.73226, 5.8742, 6.37177, 2.05041, 6.18749, 5.73599, 0.659113 )
|
||||
points = Vector2Array( 7.80711, -1.2916, 7.64198, 8.18441, 2.46873, 7.91971, -6.74257, 4.46547, -7.99866, -0.0355129, -4.88121, -8.72659, -1.57482, -7.87638, 7.3862, -4.60423 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=6]
|
||||
|
||||
custom_solver_bias = 0.0
|
||||
points = Vector2Array( 5.73599, 0.659113, -5.27712, 1.15746, -7.82946, -3.23257, -7.62617, -6.45307, -4.46126, -8.03552, -0.326464, -6.8104, 6.42704, -3.80966 )
|
||||
points = Vector2Array( -9.60462, -4.09765, -9.41569, -7.97084, -4.88121, -8.72659, -7.99866, -0.0355129 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=7]
|
||||
|
||||
custom_solver_bias = 0.0
|
||||
points = Vector2Array( 5.73599, 0.659113, 2.05041, 6.18749, -2.55657, 6.46391, -4.30723, 5.49644, -5.27712, 1.15746 )
|
||||
points = Vector2Array( 2.46873, 7.91971, -3.8117, 8.44308, -6.74257, 4.46547 )
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=8]
|
||||
|
||||
custom_solver_bias = 0.0
|
||||
points = Vector2Array( 3.84713, -7.17275, 6.42704, -3.80966, -0.326464, -6.8104, 1.00076, -7.62715 )
|
||||
points = Vector2Array( 4.65796, -8.01454, 7.3862, -4.60423, -1.57482, -7.87638, 2.01497, -9.2934 )
|
||||
|
||||
[node name="Asteroid" type="KinematicBody2D"]
|
||||
|
||||
@@ -129,6 +129,7 @@ color/color_ramp = ExtResource( 3 )
|
||||
|
||||
[node name="CollisionArea" type="Area2D" parent="."]
|
||||
|
||||
transform/pos = Vector2( 0.472342, -0.566811 )
|
||||
input/pickable = true
|
||||
shapes/0/shape = SubResource( 5 )
|
||||
shapes/0/transform = Matrix32( 1, 0, 0, 1, 0, 0 )
|
||||
@@ -152,7 +153,7 @@ collision/mask = 1024
|
||||
|
||||
visibility/visible = false
|
||||
build_mode = 0
|
||||
polygon = Vector2Array( -7.82946, -3.23257, -5.27712, 1.15746, -4.30723, 5.49644, -2.55657, 6.46391, 2.05041, 6.18749, 5.8742, 6.37177, 6.56525, 2.73226, 5.73599, 0.659113, 6.42704, -3.80966, 3.84713, -7.17275, 1.00076, -7.62715, -0.326464, -6.8104, -4.46126, -8.03552, -7.62617, -6.45307 )
|
||||
polygon = Vector2Array( -9.60462, -4.09765, -7.99866, -0.0355129, -6.74257, 4.46547, -3.8117, 8.44308, 2.46873, 7.91971, 7.64198, 8.18441, 7.80711, -1.2916, 7.3862, -4.60423, 4.65796, -8.01454, 2.01497, -9.2934, -1.57482, -7.87638, -4.88121, -8.72659, -9.41569, -7.97084 )
|
||||
shape_range = Vector2( 0, 3 )
|
||||
trigger = true
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ constant_angular_velocity = 0.0
|
||||
friction = 1.0
|
||||
bounce = 0.0
|
||||
script/script = ExtResource( 1 )
|
||||
rotation_speed_mult = 1
|
||||
health = 100
|
||||
reload_time = 0.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user