2017-07-30 21:25:42 +01:00
|
|
|
[gd_scene load_steps=3 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
|
|
|
|
|
|
|
[node name="Bullet" type="KinematicBody2D"]
|
|
|
|
|
|
|
|
input/pickable = false
|
|
|
|
collision/layers = 1
|
|
|
|
collision/mask = 1
|
|
|
|
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-07-30 19:46:44 +01:00
|
|
|
|