ships.tscn 686 Б
Newer Older
magcourier's avatar
magcourier включено в состав коммита
1
[gd_scene load_steps=4 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/kosmosxipoj/skriptoj/moduloj/modulo.gd" type="Script" id=2]
magcourier's avatar
magcourier включено в состав коммита
5
6
7
8
9
10
11
12
13
14
15

[sub_resource type="CapsuleShape" id=1]
height = 1.36019

[node name="mesh" type="MeshInstance"]
mesh = ExtResource( 1 )
material/0 = null
material/1 = null
material/2 = null
material/3 = null
material/4 = null
magcourier's avatar
magcourier включено в состав коммита
16
script = ExtResource( 2 )
magcourier's avatar
magcourier включено в состав коммита
17
18
19
20
21
22

[node name="StaticBody" type="StaticBody" parent="."]

[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
transform = Transform( 3.84755, 0, 0, 0, 3.95025, 0, 0, 0, 5.03246, 0, 0, 4.95616 )
shape = SubResource( 1 )