45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://2ods25xi0dka"]
|
|
|
|
[ext_resource type="Script" uid="uid://cr25cj1q88j1m" path="res://BaloonPopper/BaloonManager.gd" id="1_degi4"]
|
|
[ext_resource type="PackedScene" uid="uid://dx4fsec1do8jf" path="res://BaloonPopper/Balloon.tscn" id="2_f5668"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_f5668"]
|
|
font_size = 64
|
|
|
|
[node name="Main" type="Node3D" node_paths=PackedStringArray("score_text")]
|
|
script = ExtResource("1_degi4")
|
|
score_text = NodePath("ScoreText")
|
|
|
|
[node name="Balloon" parent="." instance=ExtResource("2_f5668")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4)
|
|
current = true
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0, 2, 3)
|
|
|
|
[node name="Balloon2" parent="." instance=ExtResource("2_f5668")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.94194, 0.15659, 0)
|
|
|
|
[node name="Balloon3" parent="." instance=ExtResource("2_f5668")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0.14232, 0)
|
|
|
|
[node name="Balloon4" parent="." instance=ExtResource("2_f5668")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.8991, -1, 0)
|
|
|
|
[node name="Balloon5" parent="." instance=ExtResource("2_f5668")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.92766, -1, 0)
|
|
|
|
[node name="Balloon6" parent="." instance=ExtResource("2_f5668")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
|
|
[node name="ScoreText" type="Label" parent="."]
|
|
offset_left = 27.0
|
|
offset_top = 31.0
|
|
offset_right = 268.0
|
|
offset_bottom = 119.0
|
|
text = "Score: 0"
|
|
label_settings = SubResource("LabelSettings_f5668")
|