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,10 @@
~ start
Alligator?: im an alligator and i love lasagna!
Alligator?: do you want to raid the capitol with me?
- sure
Alligator?: im so excited
- no thanks
Alligator?: boring
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://d1rmj3e5q3pbx"
path="res://.godot/imported/Alligator.dialogue-25eecbd206ba1c22b35d9d4a224ea7af.tres"
[deps]
source_file="res://NPCs/Tutorial/EllieMode/Alligator/Alligator.dialogue"
dest_files=["res://.godot/imported/Alligator.dialogue-25eecbd206ba1c22b35d9d4a224ea7af.tres"]
[params]
defaults=true

View file

@ -0,0 +1,13 @@
extends NPC
# Called when the node enters the scene tree for the first time.
func _ready():
characterName = "Arson Alliogator?"
pronouns = "She/Her"
dialogueResource = load("res://NPCs/Tutorial/EllieMode/Alligator/Alligator.dialogue")
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://buid5g4tlpydo"
path="res://.godot/imported/Alligator.png-fd3aabe7ae93d2a7b3d2d19004585631.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Tutorial/EllieMode/Alligator/Alligator.png"
dest_files=["res://.godot/imported/Alligator.png-fd3aabe7ae93d2a7b3d2d19004585631.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,97 @@
[gd_scene load_steps=8 format=3 uid="uid://s2myk8onq887"]
[ext_resource type="Script" path="res://NPCs/Tutorial/EllieMode/Alligator/Alligator.gd" id="1_xq45w"]
[ext_resource type="Texture2D" uid="uid://buid5g4tlpydo" path="res://NPCs/Tutorial/EllieMode/Alligator/Alligator.png" id="2_p41to"]
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_a64p3"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_ay1pa"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_msiv5"]
radius = 28.0
height = 432.0
[sub_resource type="SpriteFrames" id="SpriteFrames_tw8wn"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_p41to")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_87sa2"]
radius = 143.0
[node name="Alligator" type="StaticBody2D"]
script = ExtResource("1_xq45w")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(8, -40)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_msiv5")
[node name="Sprite" type="AnimatedSprite2D" parent="."]
position = Vector2(1, -52)
scale = Vector2(0.8, 0.8)
sprite_frames = SubResource("SpriteFrames_tw8wn")
[node name="Talkable" parent="." instance=ExtResource("3_a64p3")]
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(113, -57)
shape = SubResource("CircleShape2D_87sa2")
[node name="Interactable" parent="." instance=ExtResource("4_ay1pa")]
[node name="75166" type="MarginContainer" parent="Interactable/ActionMenu/PopupMenu" index="3"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="75167" type="ScrollContainer" parent="Interactable/ActionMenu/PopupMenu/75166"]
layout_mode = 2
[node name="75168" type="Control" parent="Interactable/ActionMenu/PopupMenu/75166/75167"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="75169" type="Timer" parent="Interactable/ActionMenu/PopupMenu" index="4"]
wait_time = 0.3
one_shot = true
[node name="75170" type="Timer" parent="Interactable/ActionMenu/PopupMenu" index="5"]
wait_time = 0.3
one_shot = true
[node name="68898" type="MarginContainer" parent="Interactable/ActionMenu/PopupMenu" index="6"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="68899" type="ScrollContainer" parent="Interactable/ActionMenu/PopupMenu/68898"]
layout_mode = 2
[node name="68900" type="Control" parent="Interactable/ActionMenu/PopupMenu/68898/68899"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="68901" type="Timer" parent="Interactable/ActionMenu/PopupMenu" index="7"]
wait_time = 0.3
one_shot = true
[node name="68902" type="Timer" parent="Interactable/ActionMenu/PopupMenu" index="8"]
wait_time = 0.3
one_shot = true
[node name="Panel" parent="Interactable" index="1"]
offset_left = -211.0
offset_top = -121.0
offset_right = 228.0
offset_bottom = 4.0
[editable path="Talkable"]
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]