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/Faire/TicketPig/TicketPig.dialogue
Normal file
7
NPCs/Faire/TicketPig/TicketPig.dialogue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
~ start
|
||||
|
||||
Kimmy: hi i'm selling tickets i found them in these boxes behind the ticket stand it was close when i got here but
|
||||
Kimmy: i figured might as well open it i got the tickets i can sell them for grapes it all works out.
|
||||
- yeah good idea
|
||||
|
||||
=> END
|
||||
15
NPCs/Faire/TicketPig/TicketPig.dialogue.import
Normal file
15
NPCs/Faire/TicketPig/TicketPig.dialogue.import
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://beqlopm82uxxp"
|
||||
path="res://.godot/imported/TicketPig.dialogue-9a7ee9028454e81a363092ea7e9cb366.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Faire/TicketPig/TicketPig.dialogue"
|
||||
dest_files=["res://.godot/imported/TicketPig.dialogue-9a7ee9028454e81a363092ea7e9cb366.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
BIN
NPCs/Faire/TicketPig/TicketPig.png
Normal file
BIN
NPCs/Faire/TicketPig/TicketPig.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 806 B |
34
NPCs/Faire/TicketPig/TicketPig.png.import
Normal file
34
NPCs/Faire/TicketPig/TicketPig.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dlu7q8l1aq86d"
|
||||
path="res://.godot/imported/TicketPig.png-32e3b310139a0317f097851587c3c5e8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Faire/TicketPig/TicketPig.png"
|
||||
dest_files=["res://.godot/imported/TicketPig.png-32e3b310139a0317f097851587c3c5e8.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
|
||||
28
NPCs/Faire/TicketPig/TicketPig.tscn
Normal file
28
NPCs/Faire/TicketPig/TicketPig.tscn
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://d2wf582p6us4f"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_ehg6n"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlu7q8l1aq86d" path="res://NPCs/Faire/TicketPig/TicketPig.png" id="2_4v0xo"]
|
||||
[ext_resource type="Resource" uid="uid://beqlopm82uxxp" path="res://NPCs/Faire/TicketPig/TicketPig.dialogue" id="2_mxqq0"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tun07"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_4v0xo")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="TicketPig" instance=ExtResource("1_ehg6n")]
|
||||
dialogueResource = ExtResource("2_mxqq0")
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
sprite_frames = SubResource("SpriteFrames_tun07")
|
||||
|
||||
[node name="CollisionShape2D" parent="." index="3"]
|
||||
visible = false
|
||||
disabled = true
|
||||
|
||||
[editable path="Talkable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue