progress
This commit is contained in:
24
Game.tscn
24
Game.tscn
@@ -1,15 +1,15 @@
|
||||
[gd_scene load_steps=19 format=3 uid="uid://dni0wqjh12rn6"]
|
||||
|
||||
[ext_resource type="Script" path="res://label.gd" id="1"]
|
||||
[ext_resource type="Script" path="res://MainGame.gd" id="2"]
|
||||
[ext_resource type="Shader" path="res://blur.gdshader" id="2_jr51a"]
|
||||
[ext_resource type="Script" path="res://BlurrableSprite.gd" id="3_a4qo8"]
|
||||
[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"]
|
||||
[ext_resource type="Shader" uid="uid://xnktg4kun4b3" path="res://blur.gdshader" id="2_jr51a"]
|
||||
[ext_resource type="Script" uid="uid://bqx723mpywtfc" path="res://BlurrableSprite.gd" id="3_a4qo8"]
|
||||
[ext_resource type="Theme" uid="uid://dkli02kmdncbc" path="res://UITheme.tres" id="4"]
|
||||
[ext_resource type="PackedScene" uid="uid://ct7hctpa6641e" path="res://scenes/healer_pasture/healer_pasture.tscn" id="4_g4cx4"]
|
||||
[ext_resource type="FontFile" uid="uid://b1n7bvtur65ac" path="res://friendlyscribbles.ttf" id="5_0olt8"]
|
||||
[ext_resource type="Script" path="res://GameScript.gd" id="5_rglkg"]
|
||||
[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" path="res://OffsetCameraBasedOnMovement.gd" id="8_cvftx"]
|
||||
[ext_resource type="Script" uid="uid://bsvab128vy1ip" path="res://OffsetCameraBasedOnMovement.gd" id="8_cvftx"]
|
||||
[ext_resource type="PackedScene" uid="uid://dx5rhiwa1tnvx" path="res://scenes/pool/pool.tscn" id="8_yx171"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_44mjr"]
|
||||
shader = ExtResource("2_jr51a")
|
||||
@@ -62,8 +62,8 @@ tracks/0/keys = {
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_nmfun"]
|
||||
_data = {
|
||||
"fade-in": SubResource("7"),
|
||||
"fade-out": SubResource("8")
|
||||
&"fade-in": SubResource("7"),
|
||||
&"fade-out": SubResource("8")
|
||||
}
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_va2rf"]
|
||||
@@ -94,7 +94,7 @@ centered = false
|
||||
[node name="FadePlayer" type="AnimationPlayer" parent="SceneDisplay/Fade"]
|
||||
unique_name_in_owner = true
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_nmfun")
|
||||
&"": SubResource("AnimationLibrary_nmfun")
|
||||
}
|
||||
|
||||
[node name="SceneViewport" type="SubViewport" parent="."]
|
||||
@@ -104,8 +104,6 @@ screen_space_aa = 1
|
||||
physics_object_picking = true
|
||||
size = Vector2i(1920, 1080)
|
||||
|
||||
[node name="background" parent="SceneViewport" instance=ExtResource("4_g4cx4")]
|
||||
|
||||
[node name="label" type="Node2D" parent="SceneViewport"]
|
||||
z_index = 1
|
||||
position = Vector2(1442.87, 661.499)
|
||||
@@ -131,6 +129,8 @@ position_smoothing_enabled = true
|
||||
position_smoothing_speed = 1.385
|
||||
script = ExtResource("8_cvftx")
|
||||
|
||||
[node name="background" parent="SceneViewport" instance=ExtResource("8_yx171")]
|
||||
|
||||
[node name="GameScript" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("5_rglkg")
|
||||
|
||||
Reference in New Issue
Block a user