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,7 @@
~ start
Placeholder Cow: Hi I'm the Placeholder Cow.
Placeholder Cow: Bee uses me to see the scale of object while they draw them.
Placeholder Cow: I figured I should stand here out of the way now that the update's finished.
Placeholder Cow: I know I have at least one fan, maybe one day I'll get to be a main character.
Placeholder Cow: Mooo :)
=> END

View file

@ -0,0 +1,15 @@
[remap]
importer="dialogue_manager_compiler_11"
type="Resource"
uid="uid://c2fnkusn186cn"
path="res://.godot/imported/PlaceholderCow.dialogue-899a5dad4f5f9bf5eab97ee1009c978f.tres"
[deps]
source_file="res://NPCs/PlaceholderCow/PlaceholderCow.dialogue"
dest_files=["res://.godot/imported/PlaceholderCow.dialogue-899a5dad4f5f9bf5eab97ee1009c978f.tres"]
[params]
defaults=true

View file

@ -0,0 +1,4 @@
extends NPC
func _ready():
dialogueResource = load("res://NPCs/PlaceholderCow/PlaceholderCow.dialogue")

View file

@ -0,0 +1,37 @@
[gd_scene load_steps=6 format=3 uid="uid://dgf3uxb6ygcn7"]
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_cereg"]
[ext_resource type="Script" path="res://NPCs/PlaceholderCow/PlaceholderCow.gd" id="2_13jpf"]
[ext_resource type="Texture2D" uid="uid://bryqti0obuaqw" path="res://Player/cow.png" id="3_vy6tr"]
[sub_resource type="SpriteFrames" id="SpriteFrames_o1x8i"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_vy6tr")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_o55y3"]
radius = 15.0
height = 114.0
[node name="PlaceholderCow" instance=ExtResource("1_cereg")]
script = ExtResource("2_13jpf")
[node name="Sprite" parent="." index="0"]
position = Vector2(-18, -33)
sprite_frames = SubResource("SpriteFrames_o1x8i")
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
position = Vector2(0, -17)
[node name="CollisionShape2D" parent="." index="3"]
position = Vector2(0, 4)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_o55y3")
[editable path="Talkable"]