2017-08-01 22:28:11 +01:00
|
|
|
[gd_scene load_steps=4 format=1]
|
2017-07-29 23:10:31 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://Asteroid.gd" type="Script" id=1]
|
2017-08-04 19:53:05 +01:00
|
|
|
[ext_resource path="res://raw/asteroid_small.png" type="Texture" id=2]
|
2017-07-29 23:10:31 +01:00
|
|
|
|
2017-08-01 22:28:11 +01:00
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
|
|
|
|
custom_solver_bias = 0.0
|
2017-08-12 17:02:52 +01:00
|
|
|
extents = Vector2( 13.3341, 13.1952 )
|
2017-08-01 22:28:11 +01:00
|
|
|
|
2017-07-29 23:10:31 +01:00
|
|
|
[node name="Asteroid" type="KinematicBody2D"]
|
|
|
|
|
2017-08-04 19:53:05 +01:00
|
|
|
transform/scale = Vector2( 2, 2 )
|
2017-07-29 23:10:31 +01:00
|
|
|
input/pickable = false
|
2017-08-01 22:28:11 +01:00
|
|
|
shapes/0/shape = SubResource( 1 )
|
2017-08-04 19:53:05 +01:00
|
|
|
shapes/0/transform = Matrix32( 1, 0, 0, 1, -0.17482, 1.87222 )
|
2017-08-01 22:28:11 +01:00
|
|
|
shapes/0/trigger = false
|
2017-08-11 20:59:26 +01:00
|
|
|
collision/layers = 3
|
2017-07-29 23:10:31 +01:00
|
|
|
collision/mask = 1
|
|
|
|
collision/margin = 0.08
|
|
|
|
script/script = ExtResource( 1 )
|
|
|
|
|
2017-07-31 15:49:04 +01:00
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
|
|
|
|
texture = ExtResource( 2 )
|
|
|
|
|
2017-08-01 22:28:11 +01:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
|
2017-08-04 19:53:05 +01:00
|
|
|
transform/pos = Vector2( -0.17482, 1.87222 )
|
2017-08-01 22:28:11 +01:00
|
|
|
shape = SubResource( 1 )
|
|
|
|
trigger = false
|
|
|
|
_update_shape_index = 0
|
|
|
|
|
2017-07-29 23:10:31 +01:00
|
|
|
|