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,5 @@
|
|||
~ start
|
||||
Trading Toad: Here is a US Dollar bill. This was scavenged from the ruins of the hell world "Suburbs".
|
||||
Trading Toad: It symbolizes that world's descent into "capitalism", a quirky economic philosophy in which you'd have to exchange these bills for goods and services... absurd, I know!
|
||||
|
||||
=> END
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://dhfhaq680q2mn"
|
||||
path="res://.godot/imported/TradingToadMuseum.dialogue-c5f542166a2dc230ae6f9cf718a4eaf0.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.dialogue"
|
||||
dest_files=["res://.godot/imported/TradingToadMuseum.dialogue-c5f542166a2dc230ae6f9cf718a4eaf0.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
4
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd
Normal file
4
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends "res://NPCs/Tutorial/Normal/TradingToad/TradingToad.gd"
|
||||
|
||||
func _ready():
|
||||
dialogueResource = load("res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.dialogue")
|
||||
52
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.tscn
Normal file
52
NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.tscn
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://cl61g7t26jo1k"]
|
||||
|
||||
[ext_resource type="Script" path="res://NPCs/Tutorial/Museum/TradingToad/TradingToadMuseum.gd" id="1_tiwlk"]
|
||||
[ext_resource type="Texture2D" uid="uid://cly56xk8fgli2" path="res://NPCs/Tutorial/Normal/TradingToad/toad.png" id="2_tfcwj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_akt6n"]
|
||||
[ext_resource type="PackedScene" uid="uid://c31736waactb2" path="res://Interactions/Talking/Talkable.tscn" id="4_te0wm"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_6gxxe"]
|
||||
radius = 23.0868
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_0xhso"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_tfcwj")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_2vls4"]
|
||||
radius = 36.0555
|
||||
|
||||
[node name="TradingToad" type="StaticBody2D"]
|
||||
script = ExtResource("1_tiwlk")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-2, -19)
|
||||
shape = SubResource("CircleShape2D_6gxxe")
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(2, -37)
|
||||
sprite_frames = SubResource("SpriteFrames_0xhso")
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("3_akt6n")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -28.0
|
||||
offset_top = -67.0
|
||||
offset_right = 36.0
|
||||
offset_bottom = 0.0
|
||||
|
||||
[node name="Talkable" parent="." instance=ExtResource("4_te0wm")]
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(1, -32)
|
||||
shape = SubResource("CircleShape2D_2vls4")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Talkable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue