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,7 @@
~ start
Ellimoco: This is my Secret Island. Welcome to my Secret Island.
Ellimoco: I use this island to practice my Secret Harvesting Technique.
Ellimoco: It's so secret I bet if there was a guide website for life, like a cowlifesimrpg.com or something, it wouldn't even be on there.
=> END

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dtraendfvyg4u"
path="res://.godot/imported/ExpertCow.png-648759d1011a93cca87f762b6c814e9e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/HomeArea/ExpertCow/ExpertCow.png"
dest_files=["res://.godot/imported/ExpertCow.png-648759d1011a93cca87f762b6c814e9e.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,45 @@
[gd_scene load_steps=6 format=3 uid="uid://nkp5ri04jggj"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_bjhrx"]
[ext_resource type="Script" path="res://NPCs/HomeArea/ExpertCow/ExpertCow.gd" id="2_b8g8y"]
[ext_resource type="Texture2D" uid="uid://dtraendfvyg4u" path="res://NPCs/HomeArea/ExpertCow/ExpertCow.png" id="3_rj6ux"]
[sub_resource type="SpriteFrames" id="SpriteFrames_d7yyh"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_rj6ux")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_c5tey"]
radius = 6.0
height = 90.0
[node name="ExpertCow" instance=ExtResource("1_bjhrx")]
script = ExtResource("2_b8g8y")
[node name="Sprite" parent="." index="0"]
position = Vector2(-10, -33)
sprite_frames = SubResource("SpriteFrames_d7yyh")
[node name="Panel" parent="Interactable" index="1"]
offset_left = -63.0
offset_top = -63.0
offset_right = 49.0
offset_bottom = 6.0
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(1, -21)
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(4, 3)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_c5tey")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]