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,12 @@
~ start
Arson Alligator: HI!!! Do you like my art??
Arson Alligator: When my grandma handed me the priceless rare artifact that was passed down in my family for MANY generations ....
Arson Alligator: I IMMEDIATELY knew what to do!!!!
Arson Alligator: And I tell you, it was NOT an easy thing to accomplish....!!!!
Arson Alligator: .....Because this thing wasn't very flammable at all!!
Arson Alligator: But I trained my arson skill for YEARS!!
Arson Alligator: Until finally I was able to achieve the artistic arson ability to create this unique ash!!!!!
Arson Alligator: I'm an artist - AND SO ARE YOU, every time you use the transformative process of ARSON!!!
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://bfuua0haqfv0a"
path="res://.godot/imported/ArsonAlligatorMuseum.dialogue-dc3538e3eab19ec736d5bffe4d72dc88.tres"
[deps]
source_file="res://NPCs/Tutorial/Museum/ArsonAlligator/ArsonAlligatorMuseum.dialogue"
dest_files=["res://.godot/imported/ArsonAlligatorMuseum.dialogue-dc3538e3eab19ec736d5bffe4d72dc88.tres"]
[params]
defaults=true

View file

@ -0,0 +1,4 @@
extends "res://NPCs/Tutorial/Normal/ArsonAlliogator/ArsonAlliogator.gd"
func _ready():
dialogueResource = load("res://NPCs/Tutorial/Museum/ArsonAlligator/ArsonAlligatorMuseum.dialogue")

View file

@ -0,0 +1,56 @@
[gd_scene load_steps=8 format=3 uid="uid://c6jih7g6a20n8"]
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/ArsonAlligator/ArsonAlligatorMuseum.gd" id="1_co1p7"]
[ext_resource type="Texture2D" uid="uid://caiqgwk8f8xgg" path="res://NPCs/Tutorial/Normal/ArsonAlliogator/alligator.png" id="2_2tnyg"]
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_0wjnr"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_ev072"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_eqku6"]
radius = 21.2091
height = 173.643
[sub_resource type="SpriteFrames" id="SpriteFrames_pe01l"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_2tnyg")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_cjexf"]
radius = 19.9753
height = 189.281
[node name="ArsonAlligator" type="StaticBody2D"]
script = ExtResource("1_co1p7")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(2, -27)
rotation = 1.44862
shape = SubResource("CapsuleShape2D_eqku6")
[node name="Sprite" type="AnimatedSprite2D" parent="."]
position = Vector2(-1, -38)
sprite_frames = SubResource("SpriteFrames_pe01l")
[node name="Talkable" parent="." instance=ExtResource("3_0wjnr")]
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(0, -24)
rotation = 1.45037
shape = SubResource("CapsuleShape2D_cjexf")
[node name="Interactable" parent="." instance=ExtResource("4_ev072")]
[node name="Panel" parent="Interactable" index="1"]
offset_left = -91.0
offset_top = -55.0
offset_right = 98.0
offset_bottom = -1.0
[editable path="Talkable"]
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]