first commit

This commit is contained in:
pennyrigate 2022-12-07 02:00:47 -05:00
commit 096ebe5aa4
275 changed files with 3937 additions and 0 deletions

BIN
graphics/tiles/grass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/grass.png-4e90a4e3fdfeb91bdade83e0d1eb7d47.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/tiles/grass.png"
dest_files=[ "res://.import/grass.png-4e90a4e3fdfeb91bdade83e0d1eb7d47.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/t_grass.png-9e25ede26c6dbc5c40964014b2e0e471.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/tiles/t_grass.png"
dest_files=[ "res://.import/t_grass.png-9e25ede26c6dbc5c40964014b2e0e471.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
graphics/tiles/water.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/water.png-3f22d65cf4ccd9c99d494e6c91686667.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/tiles/water.png"
dest_files=[ "res://.import/water.png-3f22d65cf4ccd9c99d494e6c91686667.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

14
graphics/tiles/water.tres Normal file
View file

@ -0,0 +1,14 @@
[gd_resource type="AnimatedTexture" load_steps=4 format=2]
[ext_resource path="res://graphics/tiles/water_2.png" type="Texture" id=1]
[ext_resource path="res://graphics/tiles/water_3.png" type="Texture" id=2]
[ext_resource path="res://graphics/tiles/water_1.png" type="Texture" id=3]
[resource]
frames = 3
fps = 5.0
frame_0/texture = ExtResource( 3 )
frame_1/texture = ExtResource( 1 )
frame_1/delay_sec = 0.0
frame_2/texture = ExtResource( 2 )
frame_2/delay_sec = 0.0

BIN
graphics/tiles/water_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/water_1.png-3529478b8ebf3662cc2788fa678aa1be.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/tiles/water_1.png"
dest_files=[ "res://.import/water_1.png-3529478b8ebf3662cc2788fa678aa1be.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
graphics/tiles/water_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/water_2.png-d3a4257c90beef83847be898e108acb3.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/tiles/water_2.png"
dest_files=[ "res://.import/water_2.png-d3a4257c90beef83847be898e108acb3.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
graphics/tiles/water_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/water_3.png-5e9524ae85dce7bc5ffd28531546dc61.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/tiles/water_3.png"
dest_files=[ "res://.import/water_3.png-5e9524ae85dce7bc5ffd28531546dc61.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0