summaryrefslogtreecommitdiff
path: root/game.tscn
blob: e438463bedc651edd913757bd0a11e0eecb345f3 (plain)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[gd_scene load_steps=9 format=3 uid="uid://8ps5533ot84q"]

[ext_resource type="PackedScene" uid="uid://c2g45v321qddb" path="res://player.tscn" id="1_3q46r"]
[ext_resource type="Script" path="res://ColorRect.gd" id="1_kv47q"]
[ext_resource type="Texture2D" uid="uid://hqxnw5bd6q2c" path="res://genshinlogo.png" id="1_tfg20"]
[ext_resource type="PackedScene" uid="uid://4oytwe0gnp18" path="res://ui.tscn" id="2_3layq"]
[ext_resource type="Script" path="res://Genshinlogo.gd" id="2_8h31p"]
[ext_resource type="PackedScene" uid="uid://bj48tpvf86kjo" path="res://coin.tscn" id="2_qfcfl"]
[ext_resource type="PackedScene" uid="uid://cns884oaxgoof" path="res://dicaprio.tscn" id="8_llto6"]
[ext_resource type="AudioStream" uid="uid://c7pa506xccdyq" path="res://ost.ogg" id="9_bhhfh"]

[node name="Game" type="Node2D"]

[node name="RestrBackground" type="ColorRect" parent="."]
z_index = -80
custom_minimum_size = Vector2(2048, 2048)
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -800.0
offset_top = -600.0
offset_right = 800.0
offset_bottom = 600.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
script = ExtResource("1_kv47q")

[node name="CanvasUI" parent="." instance=ExtResource("2_3layq")]

[node name="Genshinlogo" type="Sprite2D" parent="."]
texture = ExtResource("1_tfg20")
script = ExtResource("2_8h31p")

[node name="Player" parent="." instance=ExtResource("1_3q46r")]
z_index = 1

[node name="Camera2D" type="Camera2D" parent="Player"]
editor_draw_screen = false

[node name="LargeBackground" type="ColorRect" parent="Player/Camera2D"]
z_index = -100
custom_minimum_size = Vector2(1600, 1200)
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -800.0
offset_top = -600.0
offset_right = 800.0
offset_bottom = 600.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
script = ExtResource("1_kv47q")

[node name="Soundtrack" type="AudioStreamPlayer2D" parent="Player"]
stream = ExtResource("9_bhhfh")
volume_db = -6.597
autoplay = true

[node name="Coins" type="Node" parent="."]

[node name="Coin" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-132, -375)

[node name="Coin2" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-155, -224)

[node name="Coin3" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-397, -423)

[node name="Coin4" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-405, -163)

[node name="Coin5" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-389, -9)

[node name="Coin6" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-92, 17)

[node name="Coin16" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(334, -205)

[node name="Coin15" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(167, -106)

[node name="Coin14" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(256, 78)

[node name="Coin13" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(313, 239)

[node name="Coin12" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-467, 356)

[node name="Coin11" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(115, 385)

[node name="Coin10" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-161, 392)

[node name="Coin9" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(78, 208)

[node name="Coin8" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(-341, 201)

[node name="Coin7" parent="Coins" instance=ExtResource("2_qfcfl")]
position = Vector2(39, -55)

[node name="Dicaprio" parent="." instance=ExtResource("8_llto6")]
position = Vector2(724, 537)