-
Notifications
You must be signed in to change notification settings - Fork 1
/
shipA.tscn
59 lines (46 loc) · 1.6 KB
/
shipA.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[gd_scene load_steps=9 format=2]
[ext_resource path="res://data/ship/alsace.png" type="Texture" id=1]
[ext_resource path="res://shipA.gd" type="Script" id=2]
[ext_resource path="res://turret.tscn" type="PackedScene" id=3]
[ext_resource path="res://shell.tscn" type="PackedScene" id=4]
[sub_resource type="CapsuleShape2D" id=1]
radius = 62.5923
height = 823.045
[sub_resource type="Curve" id=2]
_data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="CurveTexture" id=3]
curve = SubResource( 2 )
[sub_resource type="ParticlesMaterial" id=4]
emission_shape = 1
emission_sphere_radius = 2.0
flag_disable_z = true
gravity = Vector3( 0, 0, 0 )
orbit_velocity = 0.0
orbit_velocity_random = 0.0
angle = 45.0
scale = 25.0
scale_curve = SubResource( 3 )
[node name="shipA" type="KinematicBody2D"]
scale = Vector2( 0.5, 0.5 )
script = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.5708
shape = SubResource( 1 )
[node name="alsace" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="turret1" parent="." instance=ExtResource( 3 )]
position = Vector2( 100, 0 )
Shell = ExtResource( 4 )
[node name="turret2" parent="." instance=ExtResource( 3 )]
position = Vector2( -296.334, 0 )
rotation = 3.14159
Shell = ExtResource( 4 )
[node name="rear_wheel" type="Node2D" parent="."]
position = Vector2( -450, 0 )
[node name="front_wheel" type="Node2D" parent="."]
[node name="back_waves" type="Particles2D" parent="."]
show_behind_parent = true
position = Vector2( -465, 0 )
amount = 20
local_coords = false
process_material = SubResource( 4 )