It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
4
NPCs/ComingSoonCat/ComingSoonCat.gd
Normal file
4
NPCs/ComingSoonCat/ComingSoonCat.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends NPC
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue")
|
||||
BIN
NPCs/ComingSoonCat/ComingSoonCat.png
Normal file
BIN
NPCs/ComingSoonCat/ComingSoonCat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
34
NPCs/ComingSoonCat/ComingSoonCat.png.import
Normal file
34
NPCs/ComingSoonCat/ComingSoonCat.png.import
Normal 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
|
||||
46
NPCs/ComingSoonCat/ComingSoonCat.tscn
Normal file
46
NPCs/ComingSoonCat/ComingSoonCat.tscn
Normal 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"]
|
||||
4
NPCs/ComingSoonCat/ComingSoonCat2.gd
Normal file
4
NPCs/ComingSoonCat/ComingSoonCat2.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends NPC
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue")
|
||||
46
NPCs/ComingSoonCat/ComingSoonCat2.tscn
Normal file
46
NPCs/ComingSoonCat/ComingSoonCat2.tscn
Normal 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"]
|
||||
9
NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue
Normal file
9
NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue
Normal 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
|
||||
15
NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue.import
Normal file
15
NPCs/ComingSoonCat/ComingSoonCatBeach.dialogue.import
Normal 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
|
||||
14
NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue
Normal file
14
NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue
Normal 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
|
||||
15
NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue.import
Normal file
15
NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue.import
Normal 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
|
||||
8
NPCs/ComingSoonCat/ComingSoonCatGardening.dialogue
Normal file
8
NPCs/ComingSoonCat/ComingSoonCatGardening.dialogue
Normal 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
|
||||
15
NPCs/ComingSoonCat/ComingSoonCatGardening.dialogue.import
Normal file
15
NPCs/ComingSoonCat/ComingSoonCatGardening.dialogue.import
Normal 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
|
||||
BIN
NPCs/ComingSoonCat/ComingSoonCatHat.png
Normal file
BIN
NPCs/ComingSoonCat/ComingSoonCatHat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 KiB |
34
NPCs/ComingSoonCat/ComingSoonCatHat.png.import
Normal file
34
NPCs/ComingSoonCat/ComingSoonCatHat.png.import
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue