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,4 @@
extends NPC
func _ready():
dialogueResource = load("res://NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue")

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bw7udfhlclnur"
path="res://.godot/imported/ComingSoonCat.png-e94b178e0abc301f91be880670e4b11e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/ComingSoonCat/ComingSoonCat.png"
dest_files=["res://.godot/imported/ComingSoonCat.png-e94b178e0abc301f91be880670e4b11e.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,46 @@
[gd_scene load_steps=6 format=3 uid="uid://dl5dp83158wu"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_n0d3e"]
[ext_resource type="Script" path="res://NPCs/ComingSoonCat/ComingSoonCat.gd" id="2_rbmhq"]
[ext_resource type="Texture2D" uid="uid://bw7udfhlclnur" path="res://NPCs/ComingSoonCat/ComingSoonCat.png" id="2_tmgtl"]
[ext_resource type="Texture2D" uid="uid://ddh2rutj6vvjv" path="res://NPCs/ComingSoonCat/ComingSoonCatHat.png" id="3_i5g5n"]
[sub_resource type="SpriteFrames" id="SpriteFrames_w4gk4"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_i5g5n")
}],
"loop": true,
"name": &"Hat",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_tmgtl")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="ComingSoonCat" instance=ExtResource("1_n0d3e")]
script = ExtResource("2_rbmhq")
[node name="Sprite" parent="." index="0"]
position = Vector2(8, -34)
sprite_frames = SubResource("SpriteFrames_w4gk4")
animation = &"Hat"
[node name="Panel" parent="Interactable" index="1"]
offset_left = -31.0
offset_top = -83.0
offset_right = 31.0
offset_bottom = 14.0
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(0, -8)
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]

View file

@ -0,0 +1,4 @@
extends NPC
func _ready():
dialogueResource = load("res://NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue")

View file

@ -0,0 +1,46 @@
[gd_scene load_steps=6 format=3 uid="uid://dy21svaogf5be"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_q0gd7"]
[ext_resource type="Script" path="res://NPCs/ComingSoonCat/ComingSoonCat2.gd" id="2_bidde"]
[ext_resource type="Texture2D" uid="uid://bw7udfhlclnur" path="res://NPCs/ComingSoonCat/ComingSoonCat.png" id="3_f74w1"]
[ext_resource type="Texture2D" uid="uid://ddh2rutj6vvjv" path="res://NPCs/ComingSoonCat/ComingSoonCatHat.png" id="3_mgge3"]
[sub_resource type="SpriteFrames" id="SpriteFrames_w4gk4"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_mgge3")
}],
"loop": true,
"name": &"Hat",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_f74w1")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="ComingSoonCat" instance=ExtResource("1_q0gd7")]
script = ExtResource("2_bidde")
[node name="Sprite" parent="." index="0"]
position = Vector2(8, -33)
sprite_frames = SubResource("SpriteFrames_w4gk4")
animation = &"Hat"
[node name="Panel" parent="Interactable" index="1"]
offset_left = -31.0
offset_top = -83.0
offset_right = 31.0
offset_bottom = 14.0
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(0, -8)
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]

View file

@ -0,0 +1,9 @@
~ start
Coming Soon Cat: Hello I am Coming Soon Cat.
Coming Soon Cat: This beach area sure has been a long time coming.
Coming Soon Cat: I'm sure more of my life is coming soon.
Coming Soon Cat: But for now it's time to enjoy some time with my dad.
Coming Soon Cat: Lets enjoy life and Stay Cool 😎
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://b0nhey826m8uc"
path="res://.godot/imported/ComingSoonCatBeach.dialogue-e6519f00de3bedc28ff0353ff3c8c6af.tres"
[deps]
source_file="res://NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue"
dest_files=["res://.godot/imported/ComingSoonCatBeach.dialogue-e6519f00de3bedc28ff0353ff3c8c6af.tres"]
[params]
defaults=true

View file

@ -0,0 +1,14 @@
~ start
Coming Soon Cat 2: Hello I am Coming Soon Cat 2.
Coming Soon Cat 2: My son, Coming Soon Cat sure has become a wonderful cat.
Coming Soon Cat 2: And a wonderful friend.
Coming Soon Cat 2: This is my reward for staying patient and Staying Cool 😎
Coming Soon Cat 2: Anyways, you probably want to know what's coming soon.
Coming Soon Cat 2: I think some cool little features are coming soon.
Coming Soon Cat 2: What features exactly are they?
Coming Soon Cat 2: I'm keeping that a secret 😉
Coming Soon Cat 2: Though you might be able to guess one.
Coming Soon Cat 2: For now let's just be patient and Stay Cool 😎
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://dq4a2c8i2665m"
path="res://.godot/imported/ComingSoonCatBeach2.dialogue-e07b0bfee1a3fba4c1017641fbf9517d.tres"
[deps]
source_file="res://NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue"
dest_files=["res://.godot/imported/ComingSoonCatBeach2.dialogue-e07b0bfee1a3fba4c1017641fbf9517d.tres"]
[params]
defaults=true

View file

@ -0,0 +1,8 @@
~ start
Coming Soon Cat: Hello I am Coming Soon Cat
Coming Soon Cat: Wow! You found a secret little hole here!
Coming Soon Cat: I think something cool in there might be Coming Soon!
Coming Soon Cat: Lets be patient and Stay Cool 😎
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://dukeytxrp71uj"
path="res://.godot/imported/ComingSoonCatGardening.dialogue-25863acad46d7339236f4146b12eb013.tres"
[deps]
source_file="res://NPCs/ComingSoonCat/ComingSoonCatGardening.dialogue"
dest_files=["res://.godot/imported/ComingSoonCatGardening.dialogue-25863acad46d7339236f4146b12eb013.tres"]
[params]
defaults=true

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ddh2rutj6vvjv"
path="res://.godot/imported/ComingSoonCatHat.png-cd7dc53464112341381ac9b0b69be5e6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/ComingSoonCat/ComingSoonCatHat.png"
dest_files=["res://.godot/imported/ComingSoonCatHat.png-cd7dc53464112341381ac9b0b69be5e6.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