-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainScene.tscn
95 lines (76 loc) · 3.17 KB
/
MainScene.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[gd_scene load_steps=11 format=2]
[ext_resource path="res://MainScene.gd" type="Script" id=1]
[ext_resource path="res://icon.png" type="Texture" id=2]
[ext_resource path="res://Sound/beforehbd.ogg" type="AudioStream" id=3]
[ext_resource path="res://Sound/Shoot.ogg" type="AudioStream" id=4]
[ext_resource path="res://panoramaIsland.png" type="Texture" id=5]
[ext_resource path="res://Point/circleHeart.png" type="Texture" id=6]
[ext_resource path="res://GodotToonMain/GodotToonMain.tscn" type="PackedScene" id=7]
[sub_resource type="PanoramaSky" id=1]
panorama = ExtResource( 5 )
[sub_resource type="Environment" id=2]
background_mode = 2
background_sky = SubResource( 1 )
[sub_resource type="Curve3D" id=3]
_data = {
"points": PoolVector3Array( 0, 0, 0, 0, 0, 0, 1.06281, 9.4867, -20.564, 0, 0, 0, 0, 0, 0, 17.0078, 9.38489, -10.7901, 0, 0, 0, 0, 0, 0, 22.6153, 9.58851, -0.303647, 0, 0, 0, 0, 0, 0, 17.4575, 9.28308, 12.5245, 0, 0, 0, 0, 0, 0, -0.444763, 9.18127, 21.2802, 0, 0, 0, 0, 0, 0, -18.6, 9.38489, 12.4227, 0, 0, 0, 0, 0, 0, -22.4927, 9.58851, -0.201842, 0, 0, 0, 0, 0, 0, -15.8972, 9.38489, -10.7901, 0, 0, 0, 0, 0, 0, 1.06281, 9.4867, -20.564 ),
"tilts": PoolRealArray( 0, 0, 0, 0, 0, 0, 0, 0, 0 )
}
[node name="Spatial" type="Spatial"]
script = ExtResource( 1 )
[node name="Camera" type="Camera" parent="."]
current = true
size = 24.5
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 0.319646, 0.438487, -0.839974, 0.299682, 0.794192, 0.52863, 0.898898, -0.4207, 0.122454, 0, 0, 0 )
light_energy = 0.2
directional_shadow_mode = 1
[node name="GameplayLoop" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
volume_db = -15.0
autoplay = true
[node name="Shooting" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 2 )
[node name="CircleHeart" type="Sprite" parent="."]
texture = ExtResource( 6 )
[node name="Path" type="Path" parent="."]
curve = SubResource( 3 )
[node name="PathFollow" type="PathFollow" parent="Path"]
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 1, 1.06281, 9.4867, -20.564 )
rotation_mode = 0
[node name="Path2" type="Path" parent="."]
curve = SubResource( 3 )
[node name="PathFollow" type="PathFollow" parent="Path2"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 0.999999, 1.06281, 9.4867, -20.564 )
rotation_mode = 0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -38.0
margin_right = 38.0
margin_bottom = 64.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
margin_right = 64.0
margin_bottom = 64.0
texture = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="hitNumber" type="Label" parent="HBoxContainer"]
margin_left = 68.0
margin_top = 25.0
margin_right = 76.0
margin_bottom = 39.0
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_outline_modulate = Color( 0, 0, 0, 1 )
text = "0"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="GodotToon2" parent="." instance=ExtResource( 7 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3, -17 )