Updated to Godot version 4.5
This commit is contained in:
1
Airone.gd.uid
Normal file
1
Airone.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bbejlwxdjar4d
|
||||
12
Airone.tscn
12
Airone.tscn
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=21 format=3 uid="uid://cw08u5rblr78g"]
|
||||
|
||||
[ext_resource type="Script" path="res://Airone.gd" id="1_dvqr3"]
|
||||
[ext_resource type="Script" uid="uid://bbejlwxdjar4d" path="res://Airone.gd" id="1_dvqr3"]
|
||||
[ext_resource type="Texture2D" uid="uid://dwkgxsj6714m3" path="res://head.png" id="2_lb382"]
|
||||
[ext_resource type="AudioStream" uid="uid://bquy4ywpunjlu" path="res://call1.wav" id="3_pa28b"]
|
||||
[ext_resource type="Texture2D" uid="uid://co1ev8agurwwk" path="res://head-2.png" id="4_q6flf"]
|
||||
@@ -593,11 +593,11 @@ tracks/9/keys = {
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_3s1qw"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_wfred"),
|
||||
"idle": SubResource("Animation_yawym"),
|
||||
"talk1": SubResource("Animation_37uis"),
|
||||
"talk2": SubResource("Animation_w5ljf"),
|
||||
"talk3": SubResource("Animation_ubry6")
|
||||
&"RESET": SubResource("Animation_wfred"),
|
||||
&"idle": SubResource("Animation_yawym"),
|
||||
&"talk1": SubResource("Animation_37uis"),
|
||||
&"talk2": SubResource("Animation_w5ljf"),
|
||||
&"talk3": SubResource("Animation_ubry6")
|
||||
}
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_xske2"]
|
||||
|
||||
1
Droplet.gd.uid
Normal file
1
Droplet.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bxr7imv4g6b1i
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cr73qoqghty0t"]
|
||||
|
||||
[ext_resource type="Script" path="res://Droplet.gd" id="1_x6vws"]
|
||||
[ext_resource type="Script" uid="uid://bxr7imv4g6b1i" path="res://Droplet.gd" id="1_x6vws"]
|
||||
[ext_resource type="Texture2D" uid="uid://mpesfigo2kl8" path="res://droplet1.png" id="2_jnff6"]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_mwver"]
|
||||
|
||||
1
Main.gd.uid
Normal file
1
Main.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cru5wueax47o6
|
||||
12
Main.tscn
12
Main.tscn
@@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=15 format=3 uid="uid://dabq0m1gna2f5"]
|
||||
|
||||
[ext_resource type="Script" path="res://Main.gd" id="1_dp01k"]
|
||||
[ext_resource type="Script" uid="uid://cru5wueax47o6" path="res://Main.gd" id="1_dp01k"]
|
||||
[ext_resource type="Texture2D" uid="uid://ckgudgbkhhmy1" path="res://bg.png" id="2_2m1vx"]
|
||||
[ext_resource type="Texture2D" uid="uid://p2v8o7lgdfvg" path="res://grass2.png" id="3_coh3k"]
|
||||
[ext_resource type="Shader" path="res://wobble.gdshader" id="3_jo4x7"]
|
||||
[ext_resource type="Shader" uid="uid://c1ofekvf62pu8" path="res://wobble.gdshader" id="3_jo4x7"]
|
||||
[ext_resource type="Texture2D" uid="uid://dimobcgxeit0e" path="res://grass1.png" id="4_0or34"]
|
||||
[ext_resource type="PackedScene" uid="uid://cw08u5rblr78g" path="res://Airone.tscn" id="6_qvk7q"]
|
||||
[ext_resource type="AudioStream" uid="uid://div7mmb2yi2sd" path="res://Sergey Cheremisinov - Sleepwalker II.mp3" id="17_01jhe"]
|
||||
@@ -212,8 +212,8 @@ tracks/7/keys = {
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_r4gpm"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_fey41"),
|
||||
"idle": SubResource("Animation_qnoq6")
|
||||
&"RESET": SubResource("Animation_fey41"),
|
||||
&"idle": SubResource("Animation_qnoq6")
|
||||
}
|
||||
|
||||
[sub_resource type="AudioStreamPlaylist" id="AudioStreamPlaylist_1req5"]
|
||||
@@ -244,7 +244,7 @@ metadata/_edit_lock_ = true
|
||||
|
||||
[node name="anim" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_r4gpm")
|
||||
&"": SubResource("AnimationLibrary_r4gpm")
|
||||
}
|
||||
autoplay = "idle"
|
||||
|
||||
@@ -259,8 +259,6 @@ texture_repeat = 3
|
||||
material = SubResource("ShaderMaterial_rkdxj")
|
||||
texture = ExtResource("2_2m1vx")
|
||||
centered = false
|
||||
metadata/_edit_lock_ = true
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="grass1" type="Sprite2D" parent="bg"]
|
||||
position = Vector2(866, 1920)
|
||||
|
||||
0
assets/.gdignore
Normal file
0
assets/.gdignore
Normal file
1
blur.gdshader.uid
Normal file
1
blur.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dledrcabjtdav
|
||||
@@ -12,7 +12,7 @@ config_version=5
|
||||
|
||||
config/name="Demo LUGMan 2502"
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
config/features=PackedStringArray("4.5", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[display]
|
||||
|
||||
1
wobble.gdshader.uid
Normal file
1
wobble.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://c1ofekvf62pu8
|
||||
Reference in New Issue
Block a user