base_ship.tscn 1,7 КБ
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/kosmosxipoj/skriptoj/base_ship.gd" type="Script" id=1]
magcourier's avatar
magcourier включено в состав коммита
4
5
6
7
8

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

magcourier's avatar
magcourier включено в состав коммита
9
10
11
12
[sub_resource type="StreamTexture" id=2]
flags = 7
load_path = "res://.import/violet_frame.png-87830372cca8a5ac122306709e6d8376.s3tc.stex"

magcourier's avatar
magcourier включено в состав коммита
13
[node name="ship" type="KinematicBody"]
magcourier's avatar
magcourier включено в состав коммита
14
script = ExtResource( 1 )
magcourier's avatar
magcourier включено в состав коммита
15
16
17
18

[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 )
magcourier's avatar
magcourier включено в состав коммита
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
60
61
62
63
64
65
66
67
68
69
70

[node name="Control" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}

[node name="kanonadi" type="CheckButton" parent="Control"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -39.4319
margin_top = -91.2313
margin_right = 36.5681
margin_bottom = -37.2313
__meta__ = {
"_edit_use_anchors_": false
}

[node name="livero" type="ProgressBar" parent="Control/kanonadi"]
margin_left = -28.6565
margin_top = 59.7245
margin_right = 112.343
margin_bottom = 92.7245
step = 1.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="celilo" type="TextureRect" parent="Control"]
visible = false
margin_left = 796.335
margin_top = 58.9282
margin_right = 846.335
margin_bottom = 108.928
texture = SubResource( 2 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}

[node name="label" type="Label" parent="Control/celilo"]
anchor_top = 1.0
anchor_bottom = 1.0
margin_left = -7.0
margin_top = 13.0
margin_right = 70.0
margin_bottom = 47.0
[connection signal="pressed" from="Control/kanonadi" to="." method="_on_kanonadi_pressed"]