It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
extends "res://NPCs/Tutorial/Normal/ArsonAlliogator/ArsonAlliogator.gd"
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/ArsonAlligator/ArsonAlligatorMuseum.dialogue")
|
||||
|
|
@ -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"]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
~ start
|
||||
|
||||
Juicing Jaguar: ... Hey... you wanna juice?
|
||||
Juicing Jaguar: I never leave home.... without my juicer...
|
||||
|
||||
=> END
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://cc71ij21iei37"
|
||||
path="res://.godot/imported/JuicingJaguarMuseum.dialogue-ce562d11dc1a6ac10c5cef836948118d.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.dialogue"
|
||||
dest_files=["res://.godot/imported/JuicingJaguarMuseum.dialogue-ce562d11dc1a6ac10c5cef836948118d.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
extends "res://NPCs/Tutorial/Normal/JuicingJaguar/JuicingJaguar.gd"
|
||||
|
||||
func _ready():
|
||||
characterName = "Juicing Jaguar"
|
||||
pronouns = "any"
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.dialogue")
|
||||
|
||||
52
NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.tscn
Normal file
52
NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.tscn
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://cgubfyidvtchs"]
|
||||
|
||||
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.gd" id="1_sm527"]
|
||||
[ext_resource type="Texture2D" uid="uid://bp4ic0vjga07h" path="res://NPCs/Tutorial/Normal/JuicingJaguar/jaguar.png" id="2_4wpg0"]
|
||||
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_c3n7a"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_qro6j"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ycqct"]
|
||||
size = Vector2(128, 63)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_8ue1k"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_4wpg0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_vq17j"]
|
||||
radius = 84.1487
|
||||
|
||||
[node name="JuicingJaguar" type="StaticBody2D"]
|
||||
script = ExtResource("1_sm527")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(13, -29.5)
|
||||
shape = SubResource("RectangleShape2D_ycqct")
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(13, -41)
|
||||
sprite_frames = SubResource("SpriteFrames_8ue1k")
|
||||
|
||||
[node name="Talkable" parent="." instance=ExtResource("3_c3n7a")]
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(17, -43)
|
||||
shape = SubResource("CircleShape2D_vq17j")
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("4_qro6j")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -54.0
|
||||
offset_top = -88.0
|
||||
offset_right = 81.0
|
||||
offset_bottom = -1.0
|
||||
|
||||
[editable path="Talkable"]
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
~ start
|
||||
Scavenging Sheep: this is my pile :)
|
||||
Scavenging Sheep: but you can scavenge it also it's ok cause it contains a real large amount of things
|
||||
|
||||
=> END
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://6v8fpnq8cld3"
|
||||
path="res://.godot/imported/ScavengingSheepMuseum.dialogue-bc870fa1267953fd6b90504c7412cb74.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Tutorial/Museum/ScavengingSheep/ScavengingSheepMuseum.dialogue"
|
||||
dest_files=["res://.godot/imported/ScavengingSheepMuseum.dialogue-bc870fa1267953fd6b90504c7412cb74.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
extends "res://NPCs/Tutorial/Normal/ScavengingSheep/ScavengingSheep.gd"
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/ScavengingSheep/ScavengingSheepMuseum.dialogue")
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://d6badkbews0m"]
|
||||
|
||||
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/ScavengingSheep/ScavengingSheepMuseum.gd" id="1_0swsa"]
|
||||
[ext_resource type="Texture2D" uid="uid://cap0f1gbtx2e5" path="res://NPCs/Tutorial/Normal/ScavengingSheep/sheep.png" id="2_fp5vk"]
|
||||
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_ptehf"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_dohoh"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3fv85"]
|
||||
size = Vector2(84, 14)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_lnefd"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_fp5vk")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_j7osu"]
|
||||
radius = 58.0086
|
||||
|
||||
[node name="ScavengingSheep" type="StaticBody2D"]
|
||||
script = ExtResource("1_0swsa")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(27, -5)
|
||||
shape = SubResource("RectangleShape2D_3fv85")
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(12, -42)
|
||||
sprite_frames = SubResource("SpriteFrames_lnefd")
|
||||
|
||||
[node name="Talkable" parent="." instance=ExtResource("3_ptehf")]
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(5, -42)
|
||||
shape = SubResource("CircleShape2D_j7osu")
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("4_dohoh")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -51.0
|
||||
offset_top = -81.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 0.0
|
||||
|
||||
[editable path="Talkable"]
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
~ start
|
||||
Trading Toad: Here is a US Dollar bill. This was scavenged from the ruins of the hell world "Suburbs".
|
||||
Trading Toad: It symbolizes that world's descent into "capitalism", a quirky economic philosophy in which you'd have to exchange these bills for goods and services... absurd, I know!
|
||||
|
||||
=> END
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://dhfhaq680q2mn"
|
||||
path="res://.godot/imported/TradingToadMuseum.dialogue-c5f542166a2dc230ae6f9cf718a4eaf0.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.dialogue"
|
||||
dest_files=["res://.godot/imported/TradingToadMuseum.dialogue-c5f542166a2dc230ae6f9cf718a4eaf0.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
4
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd
Normal file
4
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends "res://NPCs/Tutorial/Normal/TradingToad/TradingToad.gd"
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.dialogue")
|
||||
52
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.tscn
Normal file
52
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.tscn
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://cl61g7t26jo1k"]
|
||||
|
||||
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd" id="1_tiwlk"]
|
||||
[ext_resource type="Texture2D" uid="uid://cly56xk8fgli2" path="res://NPCs/Tutorial/Normal/TradingToad/toad.png" id="2_tfcwj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_akt6n"]
|
||||
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="4_te0wm"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_6gxxe"]
|
||||
radius = 23.0868
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_0xhso"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_tfcwj")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_2vls4"]
|
||||
radius = 36.0555
|
||||
|
||||
[node name="TradingToad" type="StaticBody2D"]
|
||||
script = ExtResource("1_tiwlk")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-2, -19)
|
||||
shape = SubResource("CircleShape2D_6gxxe")
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(2, -37)
|
||||
sprite_frames = SubResource("SpriteFrames_0xhso")
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("3_akt6n")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -28.0
|
||||
offset_top = -67.0
|
||||
offset_right = 36.0
|
||||
offset_bottom = 0.0
|
||||
|
||||
[node name="Talkable" parent="." instance=ExtResource("4_te0wm")]
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(1, -32)
|
||||
shape = SubResource("CircleShape2D_2vls4")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Talkable"]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
~ start
|
||||
Tutorial Tapir: This is one of our world's first known tutorials
|
||||
Tutorial Tapir: A guide on "How to Cow"
|
||||
Tutorial Tapir: It's in ancient writing and hasn't been fully translated... one day...
|
||||
|
||||
=> END
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://ped5qa6de35"
|
||||
path="res://.godot/imported/TutorialTapirMuseum.dialogue-8ae9de19a726b2532287f8d96828312f.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Tutorial/Museum/TutorialTapir/TutorialTapirMuseum.dialogue"
|
||||
dest_files=["res://.godot/imported/TutorialTapirMuseum.dialogue-8ae9de19a726b2532287f8d96828312f.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
extends "res://NPCs/Tutorial/Normal/TutorialTapir/TutorialTapir.gd"
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/TutorialTapir/TutorialTapirMuseum.dialogue")
|
||||
53
NPCs/Tutorial/Museum/TutorialTapir/TutorialTapirMuseum.tscn
Normal file
53
NPCs/Tutorial/Museum/TutorialTapir/TutorialTapirMuseum.tscn
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://y83ngfwqcr0e"]
|
||||
|
||||
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/TutorialTapir/TutorialTapirMuseum.gd" id="1_kpl1m"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="2_oavva"]
|
||||
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_2ne13"]
|
||||
[ext_resource type="Texture2D" uid="uid://be7unxtjx6hcd" path="res://NPCs/Tutorial/Normal/TutorialTapir/tapir.png" id="4_grcyh"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_5d5yn"]
|
||||
radius = 66.0076
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3mssv"]
|
||||
size = Vector2(87, 25)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_e41h6"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_grcyh")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="TutorialTapir" type="StaticBody2D"]
|
||||
script = ExtResource("1_kpl1m")
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("2_oavva")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -55.0
|
||||
offset_top = -104.0
|
||||
offset_right = 76.0
|
||||
offset_bottom = -1.0
|
||||
|
||||
[node name="Talkable" parent="." instance=ExtResource("3_2ne13")]
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(2, -47)
|
||||
shape = SubResource("CircleShape2D_5d5yn")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(16.5, -13.5)
|
||||
shape = SubResource("RectangleShape2D_3mssv")
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(35, -52)
|
||||
sprite_frames = SubResource("SpriteFrames_e41h6")
|
||||
flip_h = true
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Talkable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue