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

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

View file

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

View file

@ -0,0 +1,44 @@
[gd_scene load_steps=7 format=3 uid="uid://d0nmlywtmnrjj"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_miatg"]
[ext_resource type="Texture2D" uid="uid://cqt1jncqejh1q" path="res://Objects/Beach/SnakShak/SnakShakSideCounters.png" id="2_8xxu6"]
[ext_resource type="Texture2D" uid="uid://c27pmpkej1fjs" path="res://Objects/Beach/SnakShak/SnakShakFrontCounter.png" id="2_a2cxk"]
[ext_resource type="Texture2D" uid="uid://c2fya7dvqvrmx" path="res://Objects/Beach/SnakShak/SnakShakRoof.png" id="4_opn2p"]
[ext_resource type="Texture2D" uid="uid://cckcg8yf3xm0v" path="res://Objects/Beach/SnakShak/SnakShackFloor.png" id="5_wprtv"]
[sub_resource type="SpriteFrames" id="SpriteFrames_05gmo"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_a2cxk")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="SnakShak" instance=ExtResource("1_miatg")]
y_sort_enabled = true
[node name="SnakShakRoof" type="Sprite2D" parent="." index="0"]
position = Vector2(0.5, 10)
texture = ExtResource("4_opn2p")
offset = Vector2(0, -70)
[node name="SideCounters" type="Sprite2D" parent="." index="1"]
position = Vector2(0, -31)
texture = ExtResource("2_8xxu6")
offset = Vector2(0, 6)
[node name="AnimatedSprite2D" parent="." index="2"]
position = Vector2(0, 32)
sprite_frames = SubResource("SpriteFrames_05gmo")
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(-146, 0, -146, -33, -112, -33, -112, 33, 112, 34, 112, -33, 146, -33, 146, 0, 146, 64, -146, 64)
[node name="SnakShackFloor" type="Sprite2D" parent="." index="4"]
z_index = -1
position = Vector2(0, -16.25)
scale = Vector2(1, 1.08065)
texture = ExtResource("5_wprtv")

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c27pmpkej1fjs"
path="res://.godot/imported/SnakShakFrontCounter.png-0fc17ff74dca78982057c49d4eea6074.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/SnakShak/SnakShakFrontCounter.png"
dest_files=["res://.godot/imported/SnakShakFrontCounter.png-0fc17ff74dca78982057c49d4eea6074.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: 1.9 KiB

View file

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

View file

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