initial commit

This commit is contained in:
2024-04-02 23:33:30 +11:00
commit 5f9db2d250
93 changed files with 2282 additions and 0 deletions

BIN
Fish/Fishball/fishball.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cco8s51lcjs2s"
path="res://.godot/imported/fishball.png-5d39606e8cba7f7b3f4e5ea9b28b5875.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Fish/Fishball/fishball.png"
dest_files=["res://.godot/imported/fishball.png-5d39606e8cba7f7b3f4e5ea9b28b5875.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

View File

@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="FishProfile" load_steps=3 format=3 uid="uid://dun2uls53mmbq"]
[ext_resource type="Texture2D" uid="uid://cco8s51lcjs2s" path="res://Fish/Fishball/fishball.png" id="1_5j47e"]
[ext_resource type="Script" path="res://Resources/fish_profile.gd" id="1_v5n31"]
[resource]
script = ExtResource("1_v5n31")
fish_name = "Mr. Ball"
picture = ExtResource("1_5j47e")