2017-08-01 22:28:11 +01:00
|
|
|
[gd_scene load_steps=4 format=1]
|
2017-07-30 19:46:44 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://Bullet.gd" type="Script" id=1]
|
2017-07-30 21:25:42 +01:00
|
|
|
[ext_resource path="res://raw/simple_bullet.png" type="Texture" id=2]
|
2017-07-30 19:46:44 +01:00
|
|
|
|
2017-08-01 22:28:11 +01:00
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
|
|
|
|
custom_solver_bias = 0.0
|
|
|
|
extents = Vector2( 0.99762, 3.98857 )
|
|
|
|
|
2017-07-30 19:46:44 +01:00
|
|
|
[node name="Bullet" type="KinematicBody2D"]
|
|
|
|
|
2017-08-04 19:53:05 +01:00
|
|
|
transform/rot = 180.0
|
2017-07-30 19:46:44 +01:00
|
|
|
input/pickable = false
|
2017-08-01 22:28:11 +01:00
|
|
|
shapes/0/shape = SubResource( 1 )
|
|
|
|
shapes/0/transform = Matrix32( 1, 0, 0, 1, 0, 0 )
|
|
|
|
shapes/0/trigger = false
|
2017-08-12 18:23:11 +01:00
|
|
|
collision/layers = 0
|
2017-08-12 17:02:52 +01:00
|
|
|
collision/mask = 2
|
2017-07-30 19:46:44 +01:00
|
|
|
collision/margin = 0.08
|
|
|
|
script/script = ExtResource( 1 )
|
|
|
|
|
2017-07-30 21:25:42 +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="."]
|
|
|
|
|
|
|
|
shape = SubResource( 1 )
|
|
|
|
trigger = false
|
|
|
|
_update_shape_index = 0
|
|
|
|
|
2017-07-30 19:46:44 +01:00
|
|
|
|