It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
BIN
Locations/TutorialBoat/EllieBoat/BoatLayout2.png
Normal file
BIN
Locations/TutorialBoat/EllieBoat/BoatLayout2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
34
Locations/TutorialBoat/EllieBoat/BoatLayout2.png.import
Normal file
34
Locations/TutorialBoat/EllieBoat/BoatLayout2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ilr26lduxtcf"
|
||||
path="res://.godot/imported/BoatLayout2.png-e810a322a1c27f7bae2285cbbea2c187.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/TutorialBoat/EllieBoat/BoatLayout2.png"
|
||||
dest_files=["res://.godot/imported/BoatLayout2.png-e810a322a1c27f7bae2285cbbea2c187.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
|
||||
12
Locations/TutorialBoat/EllieBoat/EllieBoat.gd
Normal file
12
Locations/TutorialBoat/EllieBoat/EllieBoat.gd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
extends Location
|
||||
|
||||
func initialize_entry_locations():
|
||||
#Starting postition
|
||||
entryLocations.append(Vector2(470, 270))
|
||||
AchievementManager.complete_achievement("Uhm...")
|
||||
|
||||
func initialize_camera_limits():
|
||||
leftCameraLimit = -3204/2
|
||||
rightCameraLimit = 3204/2
|
||||
upperCameraLimit = -1576/2
|
||||
lowerCameraLimit = 1576/2
|
||||
85
Locations/TutorialBoat/EllieBoat/EllieBoat.tscn
Normal file
85
Locations/TutorialBoat/EllieBoat/EllieBoat.tscn
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://dte24xtwskdlv"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ilr26lduxtcf" path="res://Locations/TutorialBoat/EllieBoat/BoatLayout2.png" id="1_b6fi2"]
|
||||
[ext_resource type="Script" path="res://Locations/TutorialBoat/EllieBoat/EllieBoat.gd" id="1_owecp"]
|
||||
[ext_resource type="Script" path="res://Objects/Ground.gd" id="2_m1cpl"]
|
||||
[ext_resource type="PackedScene" uid="uid://spicsevifl6g" path="res://Objects/Travel/TravelBox.tscn" id="3_kaelu"]
|
||||
[ext_resource type="PackedScene" uid="uid://s2myk8onq887" path="res://NPCs/Tutorial/EllieMode/Alligator/Alligator.tscn" id="5_eb05r"]
|
||||
[ext_resource type="PackedScene" uid="uid://bl1ne6s1awa5a" path="res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.tscn" id="6_iq7tk"]
|
||||
[ext_resource type="PackedScene" uid="uid://om8gqxjwe7km" path="res://NPCs/Tutorial/EllieMode/Tapir/Tapir.tscn" id="7_wkx1u"]
|
||||
[ext_resource type="PackedScene" uid="uid://c71p067cpwaay" path="res://NPCs/Tutorial/EllieMode/Toad/Toad.tscn" id="8_kblef"]
|
||||
[ext_resource type="PackedScene" uid="uid://cpkmcy7ijcrhx" path="res://NPCs/Tutorial/Normal/ScavengingSheep/ScavengingSheep.tscn" id="9_1nxoe"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kce4n"]
|
||||
size = Vector2(3538, 2501)
|
||||
|
||||
[node name="EllieBoat" type="Node2D"]
|
||||
script = ExtResource("1_owecp")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
z_index = -2
|
||||
texture = ExtResource("1_b6fi2")
|
||||
|
||||
[node name="Bounds" type="Node" parent="."]
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="Bounds"]
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Bounds/StaticBody2D"]
|
||||
position = Vector2(0, 154)
|
||||
scale = Vector2(1, 16.4)
|
||||
polygon = PackedVector2Array(-1373, 8.65854, 1159, 9.14634, 1153, -6.70732, -4, -8.59756, -629, -10, -782, -7.92683, -776, -38.4146, -1390, -38.2317, -1528, -51.7073, 1181, -48.7805, 1419, 23.4756, -1525, 19.878, -1540, -49.8171, -1404, -37.0732)
|
||||
|
||||
[node name="StaticBody2D2" type="StaticBody2D" parent="Bounds"]
|
||||
position = Vector2(-1106, -399)
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Bounds/StaticBody2D2"]
|
||||
position = Vector2(-1, 0)
|
||||
polygon = PackedVector2Array(10, 9, 5, 197, -6, 198, -4, 23, -104, 27, -116, 18, -72, -76, 29, -76, 197, 73, 183, 87, 52, -14)
|
||||
|
||||
[node name="Ground" type="Node2D" parent="."]
|
||||
process_priority = 1
|
||||
z_index = -3
|
||||
script = ExtResource("2_m1cpl")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="Ground"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/Area2D"]
|
||||
shape = SubResource("RectangleShape2D_kce4n")
|
||||
|
||||
[node name="TravelBox" parent="." instance=ExtResource("3_kaelu")]
|
||||
position = Vector2(473, 221)
|
||||
scale = Vector2(2, 1)
|
||||
|
||||
[node name="Traveller" parent="TravelBox" index="3"]
|
||||
position = Vector2(-1, 51)
|
||||
destinationNames = Array[String](["Pier"])
|
||||
destinationLocations = Array[int]([8])
|
||||
destinationEntranceID = Array[int]([0])
|
||||
|
||||
[node name="CollisionShape2D" parent="TravelBox/Traveller/InteractionArea" index="0"]
|
||||
position = Vector2(1, 1)
|
||||
|
||||
[node name="Alligator" parent="." instance=ExtResource("5_eb05r")]
|
||||
position = Vector2(-1156, 257)
|
||||
|
||||
[node name="Jaguar" parent="." instance=ExtResource("6_iq7tk")]
|
||||
position = Vector2(-471, 45)
|
||||
scale = Vector2(0.8, 0.8)
|
||||
|
||||
[node name="Tapir" parent="." instance=ExtResource("7_wkx1u")]
|
||||
position = Vector2(882, 248)
|
||||
scale = Vector2(0.8, 0.8)
|
||||
|
||||
[node name="Toad" parent="." instance=ExtResource("8_kblef")]
|
||||
position = Vector2(-1195, 13)
|
||||
|
||||
[node name="ScavengingSheep" parent="." instance=ExtResource("9_1nxoe")]
|
||||
position = Vector2(-209, 289)
|
||||
EllieMode = true
|
||||
|
||||
[connection signal="input_event" from="Ground/Area2D" to="Ground" method="_on_area_2d_input_event" flags=18]
|
||||
|
||||
[editable path="TravelBox"]
|
||||
[editable path="TravelBox/Interactable"]
|
||||
[editable path="TravelBox/Interactable/ActionMenu"]
|
||||
[editable path="TravelBox/Traveller"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue