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,10 @@
~ start
Eddie: Yooo, here to hurl some rings?
- Yep
Eddie: Sick, its free so just have at it
Eddie: Not to brag or anything but my record is 180 points
- Nope
Eddie: Aight, well if you ever feel like scattering some hoops, come by
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://d4nivnvgpt6wg"
path="res://.godot/imported/Lemur.dialogue-f3553a6ec7a56a0a62f18099bcef301c.tres"
[deps]
source_file="res://NPCs/Faire/RingtossLemur/Lemur.dialogue"
dest_files=["res://.godot/imported/Lemur.dialogue-f3553a6ec7a56a0a62f18099bcef301c.tres"]
[params]
defaults=true

View file

@ -0,0 +1,28 @@
extends NPC
var blinkDelay = 3.5
var blinkTimer = 0
var stateSwapTimer = 2
var rng = RandomNumberGenerator.new()
func _ready():
dialogueResource = load("res://NPCs/Faire/RingtossLemur/Lemur.dialogue")
func _process(delta):
stateSwapTimer -= delta
if stateSwapTimer <= 0:
stateSwapTimer = rng.randf_range(2, 5)
if rng.randi_range(0,1) == 1:
$Sprite.play("EarFlick")
else:
$Sprite.play("default")
blinkTimer -= delta
if blinkTimer <= 0:
blinkTimer = rng.randf_range(blinkDelay - 0.6, blinkDelay + 0.6)
blink()
func blink():
$Sprite.play("Blink")

View file

@ -0,0 +1,80 @@
[gd_scene load_steps=10 format=3 uid="uid://d3fsbqrwksvp3"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_dosve"]
[ext_resource type="Script" path="res://NPCs/Faire/RingtossLemur/RingtossLemur.gd" id="2_0nmcl"]
[ext_resource type="Texture2D" uid="uid://cvqo2ijs8m6kv" path="res://NPCs/Faire/RingtossLemur/ringlemuridle5.png" id="2_83jux"]
[ext_resource type="Texture2D" uid="uid://dfuew312n6trn" path="res://NPCs/Faire/RingtossLemur/ringlemuridle1.png" id="2_r37xp"]
[ext_resource type="Texture2D" uid="uid://dony2m2bawjt1" path="res://NPCs/Faire/RingtossLemur/ringlemuridle2.png" id="4_wk2i5"]
[ext_resource type="Texture2D" uid="uid://csxua6gt0a837" path="res://NPCs/Faire/RingtossLemur/ringlemuridle4.png" id="5_wfk4t"]
[ext_resource type="Texture2D" uid="uid://o2sqsmxl1vea" path="res://NPCs/Faire/RingtossLemur/ringlemuridle3.png" id="6_awunb"]
[sub_resource type="SpriteFrames" id="SpriteFrames_jfq0x"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_83jux")
}, {
"duration": 1.0,
"texture": ExtResource("2_r37xp")
}],
"loop": false,
"name": &"Blink",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_r37xp")
}, {
"duration": 1.0,
"texture": ExtResource("4_wk2i5")
}, {
"duration": 1.0,
"texture": ExtResource("5_wfk4t")
}, {
"duration": 1.0,
"texture": ExtResource("6_awunb")
}],
"loop": false,
"name": &"EarFlick",
"speed": 3.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_r37xp")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_mg1ey"]
radius = 8.0
height = 60.0
[node name="RingtossLemur" instance=ExtResource("1_dosve")]
script = ExtResource("2_0nmcl")
[node name="Sprite" parent="." index="0"]
position = Vector2(0, -34)
sprite_frames = SubResource("SpriteFrames_jfq0x")
animation = &"Blink"
frame = 1
frame_progress = 1.0
[node name="Panel" parent="Interactable" index="1"]
offset_left = -32.0
offset_top = -65.0
offset_right = 38.0
offset_bottom = 14.0
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(2, -22)
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(3, 5)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_mg1ey")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Talkable"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dfuew312n6trn"
path="res://.godot/imported/ringlemuridle1.png-5289164d528ba0d7476ae2e414389afa.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Faire/RingtossLemur/ringlemuridle1.png"
dest_files=["res://.godot/imported/ringlemuridle1.png-5289164d528ba0d7476ae2e414389afa.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 877 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dony2m2bawjt1"
path="res://.godot/imported/ringlemuridle2.png-6c9658e997187a297a405dd98f7b112a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Faire/RingtossLemur/ringlemuridle2.png"
dest_files=["res://.godot/imported/ringlemuridle2.png-6c9658e997187a297a405dd98f7b112a.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 877 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://o2sqsmxl1vea"
path="res://.godot/imported/ringlemuridle3.png-f0b8d9e1216b3b960ecc01ac9958f95c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Faire/RingtossLemur/ringlemuridle3.png"
dest_files=["res://.godot/imported/ringlemuridle3.png-f0b8d9e1216b3b960ecc01ac9958f95c.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csxua6gt0a837"
path="res://.godot/imported/ringlemuridle4.png-2e8dac97f60377230b020c9896ad864f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Faire/RingtossLemur/ringlemuridle4.png"
dest_files=["res://.godot/imported/ringlemuridle4.png-2e8dac97f60377230b020c9896ad864f.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cvqo2ijs8m6kv"
path="res://.godot/imported/ringlemuridle5.png-79eeb80d2eab7cae87b9955fad06bfb5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/Faire/RingtossLemur/ringlemuridle5.png"
dest_files=["res://.godot/imported/ringlemuridle5.png-79eeb80d2eab7cae87b9955fad06bfb5.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