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/Town/HomeArea/MarlowHome/MarlowHomeInterior.png
Normal file
BIN
Locations/Town/HomeArea/MarlowHome/MarlowHomeInterior.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d01b00ces2xx7"
|
||||
path="res://.godot/imported/MarlowHomeInterior.png-a131b0b48e510697c016d86e379a581f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/MarlowHome/MarlowHomeInterior.png"
|
||||
dest_files=["res://.godot/imported/MarlowHomeInterior.png-a131b0b48e510697c016d86e379a581f.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
|
||||
11
Locations/Town/HomeArea/MarlowHome/MarlowHouse.gd
Normal file
11
Locations/Town/HomeArea/MarlowHome/MarlowHouse.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends Location
|
||||
|
||||
func initialize_entry_locations():
|
||||
#From Home Area
|
||||
entryLocations.append(Vector2(0, 275))
|
||||
|
||||
func initialize_camera_limits():
|
||||
leftCameraLimit = -440
|
||||
rightCameraLimit = 440
|
||||
upperCameraLimit = -310
|
||||
lowerCameraLimit = 310
|
||||
65
Locations/Town/HomeArea/MarlowHome/MarlowHouse.tscn
Normal file
65
Locations/Town/HomeArea/MarlowHome/MarlowHouse.tscn
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://2xwoh0xh8sv8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ds2a1v38jso1e" path="res://Locations/location.tscn" id="1_ba8s0"]
|
||||
[ext_resource type="Script" path="res://Locations/Town/HomeArea/MarlowHome/MarlowHouse.gd" id="2_nk3gw"]
|
||||
[ext_resource type="Texture2D" uid="uid://d01b00ces2xx7" path="res://Locations/Town/HomeArea/MarlowHome/MarlowHomeInterior.png" id="3_jxcbf"]
|
||||
[ext_resource type="PackedScene" uid="uid://spicsevifl6g" path="res://Objects/Travel/TravelBox.tscn" id="4_r2bn2"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wsa2y"]
|
||||
size = Vector2(879, 621)
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_vwaw0"]
|
||||
radius = 4.48454
|
||||
|
||||
[node name="MarlowHouse" instance=ExtResource("1_ba8s0")]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("2_nk3gw")
|
||||
|
||||
[node name="CollisionShape2D" parent="Ground/Area2D" index="0"]
|
||||
visible = false
|
||||
position = Vector2(-0.5, -0.5)
|
||||
shape = SubResource("RectangleShape2D_wsa2y")
|
||||
|
||||
[node name="MarlowHouseInterior" type="Sprite2D" parent="." index="1"]
|
||||
z_index = -2
|
||||
texture = ExtResource("3_jxcbf")
|
||||
|
||||
[node name="TravelBox" parent="." index="2" instance=ExtResource("4_r2bn2")]
|
||||
z_index = -1
|
||||
position = Vector2(0, 310)
|
||||
scale = Vector2(2, 0.8)
|
||||
|
||||
[node name="Interactable" parent="TravelBox" index="0"]
|
||||
position = Vector2(0.5, -100)
|
||||
|
||||
[node name="Panel" parent="TravelBox/Interactable" index="1"]
|
||||
offset_left = -49.5
|
||||
offset_right = 49.5
|
||||
offset_bottom = 101.0
|
||||
|
||||
[node name="AnimatedSprite2D" parent="TravelBox" index="1"]
|
||||
position = Vector2(0.5, -50)
|
||||
|
||||
[node name="StaticBody2D" parent="TravelBox" index="2"]
|
||||
position = Vector2(0.5, -100)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="TravelBox/StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
|
||||
[node name="Traveller" parent="TravelBox" index="3"]
|
||||
destinationNames = Array[String](["Outside"])
|
||||
destinationLocations = Array[int]([10])
|
||||
destinationEntranceID = Array[int]([3])
|
||||
|
||||
[node name="InteractionArea" parent="TravelBox/Traveller" index="0"]
|
||||
position = Vector2(0, -1.25)
|
||||
|
||||
[node name="CollisionShape2D" parent="TravelBox/Traveller/InteractionArea" index="0"]
|
||||
position = Vector2(0, -1.25)
|
||||
shape = SubResource("CircleShape2D_vwaw0")
|
||||
|
||||
[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