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: 199 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dupl7qltu66cf"
path="res://.godot/imported/Ant1.png-a6b20c8a9ca49c92dec40168b11ecd06.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Beach/Ants/Ant1/Ant1.png"
dest_files=["res://.godot/imported/Ant1.png-a6b20c8a9ca49c92dec40168b11ecd06.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,8 @@
~ start
Dino: Welcome to our Secret Island.
Dino: It's a good secret spot. Most animals can't swim way out here.
Dino: But we got the crew together and formed our bodies into a boat.
Dino: We sailed the waves. We're pretty hardcore.
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://dnjfakkeoxb1v"
path="res://.godot/imported/Dino.dialogue-7c275671523f3b4853fc0f63806f2a90.tres"
[deps]
source_file="res://NPCs/Beach/Ants/Ant1/Dino.dialogue"
dest_files=["res://.godot/imported/Dino.dialogue-7c275671523f3b4853fc0f63806f2a90.tres"]
[params]
defaults=true

View file

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

View file

@ -0,0 +1,52 @@
[gd_scene load_steps=7 format=3 uid="uid://d4f5trsrir0bl"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_f2ghj"]
[ext_resource type="Script" path="res://NPCs/Beach/Ants/Ant1/Dino.gd" id="2_akh2l"]
[ext_resource type="Texture2D" uid="uid://dupl7qltu66cf" path="res://NPCs/Beach/Ants/Ant1/Ant1.png" id="3_ameuk"]
[sub_resource type="SpriteFrames" id="SpriteFrames_4wy6t"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_ameuk")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_bnoc4"]
radius = 33.3766
[sub_resource type="CircleShape2D" id="CircleShape2D_8u141"]
radius = 5.38516
[node name="Dino" instance=ExtResource("1_f2ghj")]
script = ExtResource("2_akh2l")
[node name="Sprite" parent="." index="0"]
position = Vector2(-1, -4)
sprite_frames = SubResource("SpriteFrames_4wy6t")
[node name="Panel" parent="Interactable" index="1"]
offset_left = -16.0
offset_top = -13.0
offset_right = 14.0
offset_bottom = 5.0
metadata/_edit_use_anchors_ = true
[node name="Talkable" parent="." index="2"]
position = Vector2(0, -2)
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(0, 2)
shape = SubResource("CircleShape2D_bnoc4")
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(0, -1)
shape = SubResource("CircleShape2D_8u141")
disabled = true
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]