It's Cow Game! Version 2.04!
BIN
NPCs/Beach/Fish/Fish/Fish.ase
Normal file
106
NPCs/Beach/Fish/Fish/Fish.tscn
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
[gd_scene load_steps=20 format=3 uid="uid://u4vv1n4s142v"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_kr713"]
|
||||
[ext_resource type="Script" path="res://NPCs/Beach/Fish/Fish/JudithFish.gd" id="2_a25xx"]
|
||||
[ext_resource type="Texture2D" uid="uid://cf8pgymsdtl73" path="res://NPCs/Beach/Fish/Fish/Idle/Fish1.png" id="3_cj1qo"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqhnxieb4lrhg" path="res://NPCs/Beach/Fish/Fish/Idle/Fish2.png" id="4_rqjbk"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctbnmgnaldt8n" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump1.png" id="5_tvsha"]
|
||||
[ext_resource type="Texture2D" uid="uid://ccrtmwpdxacfo" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump2.png" id="6_lemha"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhisn0x6mxebx" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump3.png" id="7_5tpqm"]
|
||||
[ext_resource type="Texture2D" uid="uid://b73iuk0mo6kvb" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump4.png" id="8_4alhh"]
|
||||
[ext_resource type="Texture2D" uid="uid://djvyynoarx6nt" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump5.png" id="9_xjyq2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dexdbb7bxtvn2" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump6.png" id="10_o2psb"]
|
||||
[ext_resource type="Texture2D" uid="uid://bk8ncbv7672g3" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump7.png" id="11_c0yjn"]
|
||||
[ext_resource type="Texture2D" uid="uid://du8aocscv1rqn" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump8.png" id="12_k2lae"]
|
||||
[ext_resource type="Texture2D" uid="uid://dkr52dilyx1id" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump9.png" id="13_ksi30"]
|
||||
[ext_resource type="Texture2D" uid="uid://inwjkinn6njv" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump10.png" id="14_bhi3k"]
|
||||
[ext_resource type="Texture2D" uid="uid://crkmtq3hjivx7" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump11.png" id="15_flgmv"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6h7jgeg2xdak" path="res://NPCs/Beach/Fish/Fish/Jump/FishJump12.png" id="16_nyaol"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="17_lc1fu"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_rjglk"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_cj1qo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_rqjbk")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Idle",
|
||||
"speed": 1.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_tvsha")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6_lemha")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_5tpqm")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_4alhh")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("9_xjyq2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("10_o2psb")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("11_c0yjn")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12_k2lae")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13_ksi30")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("14_bhi3k")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("15_flgmv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("16_nyaol")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Jump",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_lwjhj"]
|
||||
radius = 12.0
|
||||
height = 52.0
|
||||
|
||||
[node name="Judith" instance=ExtResource("1_kr713")]
|
||||
script = ExtResource("2_a25xx")
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
position = Vector2(0, -34)
|
||||
sprite_frames = SubResource("SpriteFrames_rjglk")
|
||||
animation = &"Idle"
|
||||
frame_progress = 0.926387
|
||||
script = ExtResource("17_lc1fu")
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -31.0
|
||||
offset_top = -83.0
|
||||
offset_right = 31.0
|
||||
offset_bottom = 14.0
|
||||
|
||||
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
||||
position = Vector2(0, -8)
|
||||
|
||||
[node name="CollisionShape2D" parent="." index="3"]
|
||||
position = Vector2(-5, -11)
|
||||
rotation = 1.5708
|
||||
shape = SubResource("CapsuleShape2D_lwjhj")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Talkable"]
|
||||
BIN
NPCs/Beach/Fish/Fish/Idle/Fish1.png
Normal file
|
After Width: | Height: | Size: 610 B |
34
NPCs/Beach/Fish/Fish/Idle/Fish1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cf8pgymsdtl73"
|
||||
path="res://.godot/imported/Fish1.png-fd9d0985f7471e5d75c3aa5dcdae36e6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Idle/Fish1.png"
|
||||
dest_files=["res://.godot/imported/Fish1.png-fd9d0985f7471e5d75c3aa5dcdae36e6.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Idle/Fish2.png
Normal file
|
After Width: | Height: | Size: 599 B |
34
NPCs/Beach/Fish/Fish/Idle/Fish2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cqhnxieb4lrhg"
|
||||
path="res://.godot/imported/Fish2.png-26fa83b30af01f4ef6acba984098fe2c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Idle/Fish2.png"
|
||||
dest_files=["res://.godot/imported/Fish2.png-26fa83b30af01f4ef6acba984098fe2c.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
|
||||
105
NPCs/Beach/Fish/Fish/JudithFish.gd
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
extends NPC
|
||||
|
||||
var jumpAnimationPlayer:AnimationPlayer
|
||||
|
||||
var currentPosition = "BottomRight"
|
||||
var jumping = false
|
||||
|
||||
var hasJumped = true
|
||||
|
||||
var currentlyTalking = false
|
||||
|
||||
var waitBetweenJumps = 12
|
||||
var rng = RandomNumberGenerator.new()
|
||||
|
||||
func _ready():
|
||||
jumpAnimationPlayer = get_parent().get_node("FishJumper")
|
||||
dialogueResource = load("res://NPCs/Beach/Fish/Fish/JudithFishDialogue.dialogue")
|
||||
|
||||
func _process(delta):
|
||||
if not currentlyTalking and not jumping:
|
||||
waitBetweenJumps -= delta
|
||||
if waitBetweenJumps <= 0:
|
||||
jump()
|
||||
elif waitBetweenJumps < 12:
|
||||
waitBetweenJumps = rng.randf_range(12, 19)
|
||||
|
||||
func talking():
|
||||
currentlyTalking = true
|
||||
|
||||
func dialogue_cancel():
|
||||
currentlyTalking = false
|
||||
|
||||
func give_xp():
|
||||
LevelManager.add_XP("swimming", 86)
|
||||
hasJumped = false
|
||||
|
||||
func high_up():
|
||||
z_index = 1
|
||||
|
||||
func landing():
|
||||
z_index = 0
|
||||
|
||||
func arrive():
|
||||
$CollisionShape2D.disabled = false
|
||||
jumping = false
|
||||
|
||||
func jumping_check():
|
||||
return jumping
|
||||
|
||||
func xp_ready_check():
|
||||
return hasJumped
|
||||
|
||||
func asked_jump():
|
||||
LevelManager.get_skill("appreciating").experience_event("Judith", "saw a jump from", 120)
|
||||
if SaveManager.get_value_from_section("saw a jump from", "Judith", 0) >= 10:
|
||||
AchievementManager.complete_achievement("Fishwatching")
|
||||
jump()
|
||||
|
||||
func jump():
|
||||
$CollisionShape2D.disabled = true
|
||||
jumping = true
|
||||
hasJumped = true
|
||||
|
||||
var result = rng.randi_range(0, 1)
|
||||
if currentPosition == "BottomRight":
|
||||
if result == 1:
|
||||
jump_bottom_right_to_bottom_left()
|
||||
else:
|
||||
jump_bottom_right_to_center()
|
||||
elif currentPosition == "BottomLeft":
|
||||
if result == 1:
|
||||
jump_bottom_left_to_bottom_right()
|
||||
else:
|
||||
jump_bottom_left_to_center()
|
||||
elif currentPosition == "Center":
|
||||
if result == 1:
|
||||
jump_center_to_bottom_right()
|
||||
else:
|
||||
jump_center_to_bottom_left()
|
||||
|
||||
waitBetweenJumps = rng.randf_range(12, 19)
|
||||
|
||||
func jump_bottom_right_to_bottom_left():
|
||||
jumpAnimationPlayer.play("JumpBottomRightToBottomLeft")
|
||||
currentPosition = "BottomLeft"
|
||||
|
||||
func jump_center_to_bottom_left():
|
||||
jumpAnimationPlayer.play("JumpCenterToBottomLeft")
|
||||
currentPosition = "BottomLeft"
|
||||
|
||||
func jump_bottom_left_to_bottom_right():
|
||||
jumpAnimationPlayer.play("JumpBottomLeftToBottomRight")
|
||||
currentPosition = "BottomRight"
|
||||
|
||||
func jump_center_to_bottom_right():
|
||||
jumpAnimationPlayer.play("JumpCenterToBottomRight")
|
||||
currentPosition = "BottomRight"
|
||||
|
||||
func jump_bottom_right_to_center():
|
||||
jumpAnimationPlayer.play("JumpBottomRightToCenter")
|
||||
currentPosition = "Center"
|
||||
|
||||
func jump_bottom_left_to_center():
|
||||
jumpAnimationPlayer.play("JumpBottomLeftToCenter")
|
||||
currentPosition = "Center"
|
||||
26
NPCs/Beach/Fish/Fish/JudithFishDialogue.dialogue
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
~ start
|
||||
do DialogueBoxManager.currentSpeaker.talking()
|
||||
if DialogueBoxManager.currentSpeaker.jumping_check():
|
||||
Judith: Woooooooooooo!!!
|
||||
=> END!
|
||||
|
||||
if DialogueBoxManager.currentSpeaker.xp_ready_check():
|
||||
do DialogueBoxManager.currentSpeaker.give_xp()
|
||||
Judith: *Talking to Judith imbues you with swimming knowledge*
|
||||
|
||||
Judith: Hi how's it going?
|
||||
- Good => doing_good
|
||||
- Not great => not_great
|
||||
|
||||
~ doing_good
|
||||
Judith: Sweet, then you'll love to see me do a sick jump.
|
||||
- hells yeah => jump
|
||||
|
||||
~ not_great
|
||||
Judith: Oh no, I'm sure watching me do a sick jump would help.
|
||||
- for sure => jump
|
||||
|
||||
~ jump
|
||||
do DialogueBoxManager.currentSpeaker.asked_jump()
|
||||
|
||||
=> END
|
||||
15
NPCs/Beach/Fish/Fish/JudithFishDialogue.dialogue.import
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_11"
|
||||
type="Resource"
|
||||
uid="uid://dcoacqopvrnkb"
|
||||
path="res://.godot/imported/JudithFishDialogue.dialogue-399e329758d62d3ec9b10e32d8d9c9a3.tres"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/JudithFishDialogue.dialogue"
|
||||
dest_files=["res://.godot/imported/JudithFishDialogue.dialogue-399e329758d62d3ec9b10e32d8d9c9a3.tres"]
|
||||
|
||||
[params]
|
||||
|
||||
defaults=true
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump.gif
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump1.png
Normal file
|
After Width: | Height: | Size: 610 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ctbnmgnaldt8n"
|
||||
path="res://.godot/imported/FishJump1.png-da8cd364bdaf6d18ae35b8edf819bf89.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump1.png"
|
||||
dest_files=["res://.godot/imported/FishJump1.png-da8cd364bdaf6d18ae35b8edf819bf89.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump10.png
Normal file
|
After Width: | Height: | Size: 149 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump10.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://inwjkinn6njv"
|
||||
path="res://.godot/imported/FishJump10.png-b838704ade6cffdcd94d735c7d55ab93.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump10.png"
|
||||
dest_files=["res://.godot/imported/FishJump10.png-b838704ade6cffdcd94d735c7d55ab93.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump11.png
Normal file
|
After Width: | Height: | Size: 379 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump11.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://crkmtq3hjivx7"
|
||||
path="res://.godot/imported/FishJump11.png-ba22a799df3756d3a6d40b1f5f3470f1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump11.png"
|
||||
dest_files=["res://.godot/imported/FishJump11.png-ba22a799df3756d3a6d40b1f5f3470f1.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump12.png
Normal file
|
After Width: | Height: | Size: 585 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump12.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c6h7jgeg2xdak"
|
||||
path="res://.godot/imported/FishJump12.png-01d68f7fb1819b07f8496fad4ce3a906.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump12.png"
|
||||
dest_files=["res://.godot/imported/FishJump12.png-01d68f7fb1819b07f8496fad4ce3a906.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump2.png
Normal file
|
After Width: | Height: | Size: 569 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ccrtmwpdxacfo"
|
||||
path="res://.godot/imported/FishJump2.png-b3dfc6d9d154a4172951d3d34ad19db0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump2.png"
|
||||
dest_files=["res://.godot/imported/FishJump2.png-b3dfc6d9d154a4172951d3d34ad19db0.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump3.png
Normal file
|
After Width: | Height: | Size: 650 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump3.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bhisn0x6mxebx"
|
||||
path="res://.godot/imported/FishJump3.png-601248e730d58f63fd08238e5a2e88bc.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump3.png"
|
||||
dest_files=["res://.godot/imported/FishJump3.png-601248e730d58f63fd08238e5a2e88bc.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump4.png
Normal file
|
After Width: | Height: | Size: 528 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump4.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b73iuk0mo6kvb"
|
||||
path="res://.godot/imported/FishJump4.png-42347f9297ab09d7d05fa403da60cd15.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump4.png"
|
||||
dest_files=["res://.godot/imported/FishJump4.png-42347f9297ab09d7d05fa403da60cd15.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump5.png
Normal file
|
After Width: | Height: | Size: 514 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump5.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://djvyynoarx6nt"
|
||||
path="res://.godot/imported/FishJump5.png-41e6c49103b7c79c8b9a38342a1fe4f2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump5.png"
|
||||
dest_files=["res://.godot/imported/FishJump5.png-41e6c49103b7c79c8b9a38342a1fe4f2.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump6.png
Normal file
|
After Width: | Height: | Size: 596 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump6.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dexdbb7bxtvn2"
|
||||
path="res://.godot/imported/FishJump6.png-e73e0828cfc499a6c39320f9dbf0a55a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump6.png"
|
||||
dest_files=["res://.godot/imported/FishJump6.png-e73e0828cfc499a6c39320f9dbf0a55a.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump7.png
Normal file
|
After Width: | Height: | Size: 480 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump7.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bk8ncbv7672g3"
|
||||
path="res://.godot/imported/FishJump7.png-ea80164dbb7ba22b9b13ef5fb323430e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump7.png"
|
||||
dest_files=["res://.godot/imported/FishJump7.png-ea80164dbb7ba22b9b13ef5fb323430e.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump8.png
Normal file
|
After Width: | Height: | Size: 427 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump8.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://du8aocscv1rqn"
|
||||
path="res://.godot/imported/FishJump8.png-799f29add1b728570980208cc5f60ff0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump8.png"
|
||||
dest_files=["res://.godot/imported/FishJump8.png-799f29add1b728570980208cc5f60ff0.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
|
||||
BIN
NPCs/Beach/Fish/Fish/Jump/FishJump9.png
Normal file
|
After Width: | Height: | Size: 320 B |
34
NPCs/Beach/Fish/Fish/Jump/FishJump9.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dkr52dilyx1id"
|
||||
path="res://.godot/imported/FishJump9.png-6c30711659265a30598d853535e5acc5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://NPCs/Beach/Fish/Fish/Jump/FishJump9.png"
|
||||
dest_files=["res://.godot/imported/FishJump9.png-6c30711659265a30598d853535e5acc5.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
|
||||