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,13 @@
~ start
Jaguar?: i love juice, you know what else i love?
- what
Jaguar?: mathematics.
~ math
Jaguar?: want to learn some math?
- sure
Jaguar?: 64 is bigger than 32 and 16.
- no thanks
=> math
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://d4fdh0rji74w7"
path="res://.godot/imported/Jaguar.dialogue-dcebf1756fd2f76e9878bb8cbac4c576.tres"
[deps]
source_file="res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.dialogue"
dest_files=["res://.godot/imported/Jaguar.dialogue-dcebf1756fd2f76e9878bb8cbac4c576.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 = "Jaguar?"
pronouns = "any"
dialogueResource = load("res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.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: 17 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://tf4jp0oiyqwm"
path="res://.godot/imported/Jaguar.png-7666c969f62e17c0bd7588db87d3e3fd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.png"
dest_files=["res://.godot/imported/Jaguar.png-7666c969f62e17c0bd7588db87d3e3fd.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,94 @@
[gd_scene load_steps=8 format=3 uid="uid://bl1ne6s1awa5a"]
[ext_resource type="Texture2D" uid="uid://tf4jp0oiyqwm" path="res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.png" id="1_8phq3"]
[ext_resource type="Script" path="res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.gd" id="1_smbn4"]
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="2_wwwk8"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_t2afp"]
[sub_resource type="CircleShape2D" id="CircleShape2D_teff5"]
radius = 123.179
[sub_resource type="SpriteFrames" id="SpriteFrames_mvhn8"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_8phq3")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_4sl6e"]
radius = 122.004
[node name="Jaguar" type="StaticBody2D"]
script = ExtResource("1_smbn4")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(4, -107)
shape = SubResource("CircleShape2D_teff5")
[node name="Sprite" type="AnimatedSprite2D" parent="."]
position = Vector2(6, -100)
sprite_frames = SubResource("SpriteFrames_mvhn8")
[node name="Talkable" parent="." instance=ExtResource("2_wwwk8")]
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(4, -105)
shape = SubResource("CircleShape2D_4sl6e")
[node name="Interactable" parent="." instance=ExtResource("3_t2afp")]
[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 = -108.0
offset_top = -185.0
offset_right = 122.0
offset_bottom = -3.0
[editable path="Talkable"]
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]