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
|
||||
|
||||
Juicing Jaguar: ... Hey... you wanna juice?
|
||||
Juicing Jaguar: I never leave home.... without my juicer...
|
||||
|
||||
=> END
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://cc71ij21iei37"
|
||||
path="res://.godot/imported/JuicingJaguarMuseum.dialogue-ce562d11dc1a6ac10c5cef836948118d.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.dialogue"
|
||||
dest_files=["res://.godot/imported/JuicingJaguarMuseum.dialogue-ce562d11dc1a6ac10c5cef836948118d.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
extends "res://NPCs/Tutorial/Normal/JuicingJaguar/JuicingJaguar.gd"
|
||||
|
||||
func _ready():
|
||||
characterName = "Juicing Jaguar"
|
||||
pronouns = "any"
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.dialogue")
|
||||
|
||||
52
NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.tscn
Normal file
52
NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.tscn
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://cgubfyidvtchs"]
|
||||
|
||||
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/JuicingJaguar/JuicingJaguarMuseum.gd" id="1_sm527"]
|
||||
[ext_resource type="Texture2D" uid="uid://bp4ic0vjga07h" path="res://NPCs/Tutorial/Normal/JuicingJaguar/jaguar.png" id="2_4wpg0"]
|
||||
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="3_c3n7a"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_qro6j"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ycqct"]
|
||||
size = Vector2(128, 63)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_8ue1k"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_4wpg0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_vq17j"]
|
||||
radius = 84.1487
|
||||
|
||||
[node name="JuicingJaguar" type="StaticBody2D"]
|
||||
script = ExtResource("1_sm527")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(13, -29.5)
|
||||
shape = SubResource("RectangleShape2D_ycqct")
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(13, -41)
|
||||
sprite_frames = SubResource("SpriteFrames_8ue1k")
|
||||
|
||||
[node name="Talkable" parent="." instance=ExtResource("3_c3n7a")]
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(17, -43)
|
||||
shape = SubResource("CircleShape2D_vq17j")
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("4_qro6j")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -54.0
|
||||
offset_top = -88.0
|
||||
offset_right = 81.0
|
||||
offset_bottom = -1.0
|
||||
|
||||
[editable path="Talkable"]
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue