progress
This commit is contained in:
34
Game.tscn
34
Game.tscn
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=19 format=3 uid="uid://dni0wqjh12rn6"]
|
||||
[gd_scene format=3 uid="uid://dni0wqjh12rn6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b2npq7lwis0ri" path="res://label.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://cv4llkc0yrjxa" path="res://MainGame.gd" id="2"]
|
||||
@@ -9,7 +9,7 @@
|
||||
[ext_resource type="Script" uid="uid://dsmai0fv8apie" path="res://GameScript.gd" id="5_rglkg"]
|
||||
[ext_resource type="PackedScene" uid="uid://c0mp4a2u3jkd" path="res://portrait.tscn" id="7_fj12q"]
|
||||
[ext_resource type="Script" uid="uid://bsvab128vy1ip" path="res://OffsetCameraBasedOnMovement.gd" id="8_cvftx"]
|
||||
[ext_resource type="PackedScene" uid="uid://dx5rhiwa1tnvx" path="res://scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.tscn" id="8_yx171"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyk4rcqsk3aed" path="res://scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.tscn" id="8_yx171"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_44mjr"]
|
||||
shader = ExtResource("2_jr51a")
|
||||
@@ -72,44 +72,42 @@ font_size = 32
|
||||
outline_size = 5
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
[node name="Node2D" type="Node2D" unique_id=826166852]
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="SceneDisplay" type="CanvasLayer" parent="."]
|
||||
[node name="SceneDisplay" type="CanvasLayer" parent="." unique_id=1739356944]
|
||||
|
||||
[node name="SceneTexture" type="Sprite2D" parent="SceneDisplay"]
|
||||
[node name="SceneTexture" type="Sprite2D" parent="SceneDisplay" unique_id=1754946621]
|
||||
texture_filter = 2
|
||||
material = SubResource("ShaderMaterial_44mjr")
|
||||
texture = SubResource("ViewportTexture_wppwg")
|
||||
centered = false
|
||||
script = ExtResource("3_a4qo8")
|
||||
|
||||
[node name="Fade" type="Sprite2D" parent="SceneDisplay"]
|
||||
[node name="Fade" type="Sprite2D" parent="SceneDisplay" unique_id=256457664]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
position = Vector2(-17, -7)
|
||||
scale = Vector2(2048, 2048)
|
||||
texture = SubResource("6")
|
||||
centered = false
|
||||
|
||||
[node name="FadePlayer" type="AnimationPlayer" parent="SceneDisplay/Fade"]
|
||||
[node name="FadePlayer" type="AnimationPlayer" parent="SceneDisplay/Fade" unique_id=1894226220]
|
||||
unique_name_in_owner = true
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_nmfun")
|
||||
}
|
||||
libraries/ = SubResource("AnimationLibrary_nmfun")
|
||||
|
||||
[node name="SceneViewport" type="SubViewport" parent="."]
|
||||
[node name="SceneViewport" type="SubViewport" parent="." unique_id=1826796630]
|
||||
handle_input_locally = false
|
||||
msaa_2d = 2
|
||||
screen_space_aa = 1
|
||||
physics_object_picking = true
|
||||
size = Vector2i(1920, 1080)
|
||||
|
||||
[node name="label" type="Node2D" parent="SceneViewport"]
|
||||
[node name="label" type="Node2D" parent="SceneViewport" unique_id=677429968]
|
||||
z_index = 1
|
||||
position = Vector2(1442.87, 661.499)
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="label" type="Label" parent="SceneViewport/label"]
|
||||
[node name="label" type="Label" parent="SceneViewport/label" unique_id=1495298472]
|
||||
offset_left = 53.2751
|
||||
offset_top = 6.65936
|
||||
offset_right = 461.275
|
||||
@@ -117,9 +115,9 @@ offset_bottom = 110.659
|
||||
theme = ExtResource("4")
|
||||
label_settings = SubResource("LabelSettings_va2rf")
|
||||
|
||||
[node name="PlayerTracker" type="Node2D" parent="SceneViewport"]
|
||||
[node name="PlayerTracker" type="Node2D" parent="SceneViewport" unique_id=752944130]
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="SceneViewport/PlayerTracker"]
|
||||
[node name="Camera2D" type="Camera2D" parent="SceneViewport/PlayerTracker" unique_id=1215014860]
|
||||
limit_left = 0
|
||||
limit_top = 0
|
||||
limit_right = 99999999
|
||||
@@ -129,12 +127,12 @@ position_smoothing_enabled = true
|
||||
position_smoothing_speed = 1.385
|
||||
script = ExtResource("8_cvftx")
|
||||
|
||||
[node name="background" parent="SceneViewport" instance=ExtResource("8_yx171")]
|
||||
[node name="background" parent="SceneViewport" unique_id=1906581101 instance=ExtResource("8_yx171")]
|
||||
|
||||
[node name="GameScript" type="Node" parent="."]
|
||||
[node name="GameScript" type="Node" parent="." unique_id=947629093]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("5_rglkg")
|
||||
|
||||
[node name="dialogue" parent="." instance=ExtResource("7_fj12q")]
|
||||
[node name="dialogue" parent="." unique_id=186154081 instance=ExtResource("7_fj12q")]
|
||||
position = Vector2(328, 106)
|
||||
scale = Vector2(0.75, 0.75)
|
||||
|
||||
Reference in New Issue
Block a user