ship.tscn 1,0 КБ
Newer Older
magcourier's avatar
magcourier включено в состав коммита
1
[gd_scene load_steps=5 format=2]
magcourier's avatar
magcourier включено в состав коммита
2

magcourier's avatar
magcourier включено в состав коммита
3
[ext_resource path="res://blokoj/kosmo/resursoj/untitled.obj" type="ArrayMesh" id=1]
magcourier's avatar
magcourier включено в состав коммита
4
[ext_resource path="res://blokoj/kosmo/skriptoj/ship.gd" type="Script" id=2]
magcourier's avatar
magcourier включено в состав коммита
5
[ext_resource path="res://blokoj/kosmo/scenoj/base_spaceship.tscn" type="PackedScene" id=3]
magcourier's avatar
magcourier включено в состав коммита
6
7
8
9
10
11
12
13
14
15
16
17
18
19

[sub_resource type="CapsuleShape" id=1]
radius = 3.29615
height = 9.14674

[node name="ship" type="KinematicBody"]
script = ExtResource( 2 )

[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.06553, 5.3188 )
shape = SubResource( 1 )

[node name="mesh" type="MeshInstance" parent="CollisionShape"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.474594, -5.6999 )
magcourier's avatar
magcourier включено в состав коммита
20
visible = false
magcourier's avatar
magcourier включено в состав коммита
21
22
23
24
25
26
27
mesh = ExtResource( 1 )
material/0 = null
material/1 = null
material/2 = null
material/3 = null
material/4 = null

magcourier's avatar
magcourier включено в состав коммита
28
29
[node name="base_spaceship" parent="CollisionShape" instance=ExtResource( 3 )]
transform = Transform( -0.0034731, 0, 0.999994, 0, 1, 0, -0.999994, 0, -0.0034731, -4.98877, -3.8979, 6.84284 )