It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
7
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.dialogue
Normal file
7
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.dialogue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
~ start
|
||||
|
||||
% Frederick: Only veggies understand me.
|
||||
% Frederick: Do you think the tomatoes talk about me when I'm not around.
|
||||
% Frederick: I know tomatoes are actually fruits PLEASE do not say this to me I KNOW it is FALSE.
|
||||
|
||||
=> END
|
||||
15
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.dialogue.import
Normal file
15
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.dialogue.import
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://bvymgi7cfq2tf"
|
||||
path="res://.godot/imported/VeggieDonkey.dialogue-6a6a4cd51e77d67c881169caf097a34e.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/HomeArea/VeggieDonkey/VeggieDonkey.dialogue"
|
||||
dest_files=["res://.godot/imported/VeggieDonkey.dialogue-6a6a4cd51e77d67c881169caf097a34e.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
4
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.gd
Normal file
4
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends NPC
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/HomeArea/VeggieDonkey/VeggieDonkey.dialogue")
|
||||
BIN
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.png
Normal file
BIN
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
34
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.png.import
Normal file
34
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bnfr2d113lgqf"
|
||||
path="res://.godot/imported/VeggieDonkey.png-c32f1881050319c92f636b47be0ea020.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/HomeArea/VeggieDonkey/VeggieDonkey.png"
|
||||
dest_files=["res://.godot/imported/VeggieDonkey.png-c32f1881050319c92f636b47be0ea020.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
|
||||
45
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.tscn
Normal file
45
NPCs/HomeArea/VeggieDonkey/VeggieDonkey.tscn
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://6rmwb8532nk0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_n572a"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnfr2d113lgqf" path="res://NPCs/HomeArea/VeggieDonkey/VeggieDonkey.png" id="2_4mjsu"]
|
||||
[ext_resource type="Script" path="res://NPCs/HomeArea/VeggieDonkey/VeggieDonkey.gd" id="2_gaavt"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_oi451"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_4mjsu")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_st5nc"]
|
||||
radius = 6.0
|
||||
height = 90.0
|
||||
|
||||
[node name="VeggieDonkey" instance=ExtResource("1_n572a")]
|
||||
script = ExtResource("2_gaavt")
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
position = Vector2(-10, -34)
|
||||
sprite_frames = SubResource("SpriteFrames_oi451")
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -82.0
|
||||
offset_top = -83.0
|
||||
offset_right = 66.0
|
||||
offset_bottom = 14.0
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(1, -21)
|
||||
|
||||
[node name="CollisionShape2D" parent="." index="3"]
|
||||
position = Vector2(9, 9)
|
||||
rotation = 1.5708
|
||||
shape = SubResource("CapsuleShape2D_st5nc")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Talkable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue