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,8 @@
~ start
Tyler: Welcome Welcome to my Snak Shak.
Tyler: I have remodeled this old shack into the renowned Snak Shak.
Tyler: I have prepared many Delicacies that I found in the old shack.
Tyler: Please enjoy them; I recommend the Wustard.
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://drmr326qshba7"
path="res://.godot/imported/Snak.dialogue-3d0827ffb10b1a81610a9203b9a85746.tres"
[deps]
source_file="res://NPCs/Beach/Snak/Snak.dialogue"
dest_files=["res://.godot/imported/Snak.dialogue-3d0827ffb10b1a81610a9203b9a85746.tres"]
[params]
defaults=true

4
NPCs/Beach/Snak/Snak.gd Normal file
View file

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

BIN
NPCs/Beach/Snak/Snak.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

View file

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

49
NPCs/Beach/Snak/Snak.tscn Normal file
View file

@ -0,0 +1,49 @@
[gd_scene load_steps=6 format=3 uid="uid://b65h8ptq88k31"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_ycn6h"]
[ext_resource type="Script" path="res://NPCs/Beach/Snak/Snak.gd" id="2_kaunn"]
[ext_resource type="Texture2D" uid="uid://d170nfxigc28x" path="res://NPCs/Beach/Snak/Snak.png" id="3_wsidj"]
[sub_resource type="SpriteFrames" id="SpriteFrames_bfh8j"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_wsidj")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_1wnv4"]
radius = 45.0
[node name="Snak" instance=ExtResource("1_ycn6h")]
script = ExtResource("2_kaunn")
[node name="Sprite" parent="." index="0"]
position = Vector2(0, -43)
sprite_frames = SubResource("SpriteFrames_bfh8j")
[node name="Interactable" parent="." index="1"]
position = Vector2(0, -43)
[node name="Panel" parent="Interactable" index="1"]
offset_left = -36.0
offset_top = -12.0
offset_right = 36.0
offset_bottom = 14.0
metadata/_edit_use_anchors_ = true
[node name="Talkable" parent="." index="2"]
position = Vector2(0, -43)
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
shape = SubResource("CircleShape2D_1wnv4")
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(0, -39)
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]