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,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