It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

View file

@ -0,0 +1,46 @@
[gd_scene load_steps=10 format=3 uid="uid://dcyy2myeyqlge"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_lpilt"]
[ext_resource type="Texture2D" uid="uid://cug6n77wy6kv0" path="res://Objects/Beach/Rocks/Rock1/Rock1.png" id="2_hnmjc"]
[ext_resource type="Texture2D" uid="uid://dgvkrw3twib3a" path="res://Objects/Beach/Rocks/Rock1/Rock2.png" id="3_6a8fj"]
[ext_resource type="Texture2D" uid="uid://c41al72hcdcdy" path="res://Objects/Beach/Rocks/Rock1/Rock3.png" id="4_vqyu5"]
[ext_resource type="Texture2D" uid="uid://ojd8qbx31y1u" path="res://Objects/Beach/Rocks/Rock1/Rock4.png" id="5_5ixpa"]
[ext_resource type="Texture2D" uid="uid://muvui57tskut" path="res://Objects/Beach/Rocks/Rock1/Rock5.png" id="6_svn7j"]
[ext_resource type="Texture2D" uid="uid://batxtiy7u7t38" path="res://Objects/Beach/Rocks/Rock1/Rock6.png" id="7_syi5x"]
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="8_d2xt0"]
[sub_resource type="SpriteFrames" id="SpriteFrames_snlg8"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_hnmjc")
}, {
"duration": 1.0,
"texture": ExtResource("3_6a8fj")
}, {
"duration": 1.0,
"texture": ExtResource("4_vqyu5")
}, {
"duration": 1.0,
"texture": ExtResource("5_5ixpa")
}, {
"duration": 1.0,
"texture": ExtResource("6_svn7j")
}, {
"duration": 1.0,
"texture": ExtResource("7_syi5x")
}],
"loop": true,
"name": &"default",
"speed": 3.0
}]
[node name="Rock" instance=ExtResource("1_lpilt")]
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(0, -25)
sprite_frames = SubResource("SpriteFrames_snlg8")
script = ExtResource("8_d2xt0")
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(-45, 19, -43, 22, -35, 23, 57, 23, 62, 19, 59, 0, 49, -3, 2, -5, -22, -4, -45, 1, -46, 8, -47, 12, -46, 16)

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cug6n77wy6kv0"
path="res://.godot/imported/Rock1.png-5fc70819eb714b3f9922f2a908d953b6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/Rocks/Rock1/Rock1.png"
dest_files=["res://.godot/imported/Rock1.png-5fc70819eb714b3f9922f2a908d953b6.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgvkrw3twib3a"
path="res://.godot/imported/Rock2.png-36fae3dabfffa77d87bc1778df8e8584.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/Rocks/Rock1/Rock2.png"
dest_files=["res://.godot/imported/Rock2.png-36fae3dabfffa77d87bc1778df8e8584.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c41al72hcdcdy"
path="res://.godot/imported/Rock3.png-668aa186f7c18c8179d9a5797b9bfc69.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/Rocks/Rock1/Rock3.png"
dest_files=["res://.godot/imported/Rock3.png-668aa186f7c18c8179d9a5797b9bfc69.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ojd8qbx31y1u"
path="res://.godot/imported/Rock4.png-952542a69ea97d9af87f6ee63a1ff703.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/Rocks/Rock1/Rock4.png"
dest_files=["res://.godot/imported/Rock4.png-952542a69ea97d9af87f6ee63a1ff703.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://muvui57tskut"
path="res://.godot/imported/Rock5.png-11c6042480aacdc471db4df957f409b8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/Rocks/Rock1/Rock5.png"
dest_files=["res://.godot/imported/Rock5.png-11c6042480aacdc471db4df957f409b8.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://batxtiy7u7t38"
path="res://.godot/imported/Rock6.png-72524ae9b97efd886407741507f6f7c3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/Rocks/Rock1/Rock6.png"
dest_files=["res://.godot/imported/Rock6.png-72524ae9b97efd886407741507f6f7c3.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