It's Cow Game! Version 2.04!
35
Objects/Beach/Seaweed/Seaweed.tscn
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://ckklabgbt3kwf"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_kp60c"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpbabrusvgs6m" path="res://Objects/Beach/Seaweed/Seaweed1.png" id="2_de2ro"]
|
||||
[ext_resource type="Texture2D" uid="uid://baa5i5rage6fd" path="res://Objects/Beach/Seaweed/Seaweed2.png" id="3_eqs8w"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="8_c7vrn"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_4u6ek"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_de2ro")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_eqs8w")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_kp60c")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -23)
|
||||
sprite_frames = SubResource("SpriteFrames_4u6ek")
|
||||
frame_progress = 0.248024
|
||||
script = ExtResource("8_c7vrn")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
BIN
Objects/Beach/Seaweed/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 908 B |
34
Objects/Beach/Seaweed/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bpbabrusvgs6m"
|
||||
path="res://.godot/imported/Seaweed1.png-6b45b5e0e89760715eb3620bcbb81660.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-6b45b5e0e89760715eb3620bcbb81660.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed1/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 267 B |
34
Objects/Beach/Seaweed/Seaweed1/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://tla74efs74b"
|
||||
path="res://.godot/imported/Seaweed1.png-e2925bb695a7a18f064d01adde16d018.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed1/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-e2925bb695a7a18f064d01adde16d018.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
34
Objects/Beach/Seaweed/Seaweed1/Seaweed1.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://bd1hlsb3ad7qw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_04huh"]
|
||||
[ext_resource type="Texture2D" uid="uid://tla74efs74b" path="res://Objects/Beach/Seaweed/Seaweed1/Seaweed1.png" id="2_qbmpb"]
|
||||
[ext_resource type="Texture2D" uid="uid://rhh8xh2876jq" path="res://Objects/Beach/Seaweed/Seaweed1/Seaweed2.png" id="3_maa77"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_dhlw6"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_6qwgm"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_qbmpb")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_maa77")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_04huh")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(1, -13)
|
||||
sprite_frames = SubResource("SpriteFrames_6qwgm")
|
||||
script = ExtResource("4_dhlw6")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
BIN
Objects/Beach/Seaweed/Seaweed1/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 253 B |
34
Objects/Beach/Seaweed/Seaweed1/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://rhh8xh2876jq"
|
||||
path="res://.godot/imported/Seaweed2.png-21395657ac9a2b3b9c7d71e7c8df0828.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed1/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-21395657ac9a2b3b9c7d71e7c8df0828.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 962 B |
34
Objects/Beach/Seaweed/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://baa5i5rage6fd"
|
||||
path="res://.godot/imported/Seaweed2.png-394fd5af482ae471d8ccae308dccd76c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-394fd5af482ae471d8ccae308dccd76c.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed2/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 263 B |
34
Objects/Beach/Seaweed/Seaweed2/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bgbdpbowmbkmr"
|
||||
path="res://.godot/imported/Seaweed1.png-a39d9e0a543814979af8c7b8d7e969db.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed2/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-a39d9e0a543814979af8c7b8d7e969db.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed2/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 265 B |
34
Objects/Beach/Seaweed/Seaweed2/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d16tg6lob1tky"
|
||||
path="res://.godot/imported/Seaweed2.png-ce086f5e38b577c56c798a05736a583b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed2/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-ce086f5e38b577c56c798a05736a583b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
34
Objects/Beach/Seaweed/Seaweed2/Seaweed2.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c2hxcfqbowf4g"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_8vrm7"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgbdpbowmbkmr" path="res://Objects/Beach/Seaweed/Seaweed2/Seaweed1.png" id="2_giwbe"]
|
||||
[ext_resource type="Texture2D" uid="uid://d16tg6lob1tky" path="res://Objects/Beach/Seaweed/Seaweed2/Seaweed2.png" id="3_7fttd"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_d35ac"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_r0iy7"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_giwbe")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_7fttd")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_8vrm7")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(2, -13)
|
||||
sprite_frames = SubResource("SpriteFrames_r0iy7")
|
||||
script = ExtResource("4_d35ac")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
BIN
Objects/Beach/Seaweed/Seaweed3/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 270 B |
34
Objects/Beach/Seaweed/Seaweed3/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c50cdb021wb5d"
|
||||
path="res://.godot/imported/Seaweed1.png-afdae6709a47d87eb1197bb5c941f590.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed3/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-afdae6709a47d87eb1197bb5c941f590.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed3/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 350 B |
34
Objects/Beach/Seaweed/Seaweed3/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cef16i2nxwbrj"
|
||||
path="res://.godot/imported/Seaweed2.png-55d935cf2e038a315b82ecfe7dabc113.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed3/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-55d935cf2e038a315b82ecfe7dabc113.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
34
Objects/Beach/Seaweed/Seaweed3/Seaweed3.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://b4hxub33e42b4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_jyv6g"]
|
||||
[ext_resource type="Texture2D" uid="uid://c50cdb021wb5d" path="res://Objects/Beach/Seaweed/Seaweed3/Seaweed1.png" id="2_wkx3p"]
|
||||
[ext_resource type="Texture2D" uid="uid://cef16i2nxwbrj" path="res://Objects/Beach/Seaweed/Seaweed3/Seaweed2.png" id="3_ylha5"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_eqb2t"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_6e7n6"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_wkx3p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_ylha5")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_jyv6g")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -20)
|
||||
sprite_frames = SubResource("SpriteFrames_6e7n6")
|
||||
script = ExtResource("4_eqb2t")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
BIN
Objects/Beach/Seaweed/Seaweed4/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 290 B |
34
Objects/Beach/Seaweed/Seaweed4/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dhfs04mrvihpt"
|
||||
path="res://.godot/imported/Seaweed1.png-88ce030f09a2ca69cc2e56c2130f947f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed4/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-88ce030f09a2ca69cc2e56c2130f947f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed4/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 294 B |
34
Objects/Beach/Seaweed/Seaweed4/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cr1spdna213br"
|
||||
path="res://.godot/imported/Seaweed2.png-c2ff6be264fd1935f283c95a59e769da.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed4/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-c2ff6be264fd1935f283c95a59e769da.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
34
Objects/Beach/Seaweed/Seaweed4/Seaweed4.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://dkgffpbmgm7df"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_ddkfh"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhfs04mrvihpt" path="res://Objects/Beach/Seaweed/Seaweed4/Seaweed1.png" id="2_5h56j"]
|
||||
[ext_resource type="Texture2D" uid="uid://cr1spdna213br" path="res://Objects/Beach/Seaweed/Seaweed4/Seaweed2.png" id="3_fh7sb"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_fib4i"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tfthr"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_5h56j")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_fh7sb")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_ddkfh")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -19)
|
||||
sprite_frames = SubResource("SpriteFrames_tfthr")
|
||||
script = ExtResource("4_fib4i")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
BIN
Objects/Beach/Seaweed/Seaweed5/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 243 B |
34
Objects/Beach/Seaweed/Seaweed5/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dci141gjwr0o5"
|
||||
path="res://.godot/imported/Seaweed1.png-7093edea194f0a95709aff85a4db141f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed5/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-7093edea194f0a95709aff85a4db141f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed5/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 257 B |
34
Objects/Beach/Seaweed/Seaweed5/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cpnjpo1iblyoj"
|
||||
path="res://.godot/imported/Seaweed2.png-b5dc221ee0f1337701f8d6a35cda8c49.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed5/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-b5dc221ee0f1337701f8d6a35cda8c49.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
34
Objects/Beach/Seaweed/Seaweed5/Seaweed5.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://dvy5uqal3up4i"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_vv320"]
|
||||
[ext_resource type="Texture2D" uid="uid://dci141gjwr0o5" path="res://Objects/Beach/Seaweed/Seaweed5/Seaweed1.png" id="2_55o01"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpnjpo1iblyoj" path="res://Objects/Beach/Seaweed/Seaweed5/Seaweed2.png" id="3_nanar"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_qugjl"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tqhhy"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_55o01")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_nanar")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_vv320")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -12)
|
||||
sprite_frames = SubResource("SpriteFrames_tqhhy")
|
||||
script = ExtResource("4_qugjl")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
BIN
Objects/Beach/Seaweed/Seaweed6/Seaweed1.png
Normal file
|
After Width: | Height: | Size: 252 B |
34
Objects/Beach/Seaweed/Seaweed6/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://xm8rjcvtb1a2"
|
||||
path="res://.godot/imported/Seaweed1.png-dc70a17a51708bd91bfc25956f7befe8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed6/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-dc70a17a51708bd91bfc25956f7befe8.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Objects/Beach/Seaweed/Seaweed6/Seaweed2.png
Normal file
|
After Width: | Height: | Size: 231 B |
34
Objects/Beach/Seaweed/Seaweed6/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bvi8u2k3ijvgb"
|
||||
path="res://.godot/imported/Seaweed2.png-93de6ab523f631ed6a2fb2b40ea7c074.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed6/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-93de6ab523f631ed6a2fb2b40ea7c074.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
34
Objects/Beach/Seaweed/Seaweed6/Seaweed6.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://bs7svui8jyt76"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_lncd3"]
|
||||
[ext_resource type="Texture2D" uid="uid://xm8rjcvtb1a2" path="res://Objects/Beach/Seaweed/Seaweed6/Seaweed1.png" id="2_ckgko"]
|
||||
[ext_resource type="Texture2D" uid="uid://bvi8u2k3ijvgb" path="res://Objects/Beach/Seaweed/Seaweed6/Seaweed2.png" id="3_yeesr"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_fnarc"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_8nonw"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_ckgko")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_yeesr")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_lncd3")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -13)
|
||||
sprite_frames = SubResource("SpriteFrames_8nonw")
|
||||
script = ExtResource("4_fnarc")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||