summaryrefslogtreecommitdiff
path: root/game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'game.tscn')
-rw-r--r--game.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/game.tscn b/game.tscn
index d7ee8d6..e438463 100644
--- a/game.tscn
+++ b/game.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=8 format=3 uid="uid://8ps5533ot84q"]
+[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"]
@@ -6,6 +6,7 @@
[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"]
@@ -34,6 +35,7 @@ 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
@@ -109,3 +111,6 @@ 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)