Initial Commit

This commit is contained in:
Sagi Dayan 2020-09-14 11:21:59 -04:00
commit 16dc64c66c
146 changed files with 4312 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Mono-specific ignores
.mono/
data_*/

BIN
.images/diagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
.images/example-large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

BIN
.images/example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

BIN
.images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

BIN
.images/ui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
assets/HUD/coins_hud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/coins_hud.png-3489fed8e3461aa2c76b16bd6b443f80.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/coins_hud.png"
dest_files=[ "res://.import/coins_hud.png-3489fed8e3461aa2c76b16bd6b443f80.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/HUD/fonts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fonts.png-73341d880171e8e682cfc165cb79a3b8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/fonts.png"
dest_files=[ "res://.import/fonts.png-73341d880171e8e682cfc165cb79a3b8.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/health_hud_left.png-9399fe0dead720c4e721bf6e16baa7cc.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/health_hud_left.png"
dest_files=[ "res://.import/health_hud_left.png-9399fe0dead720c4e721bf6e16baa7cc.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/health_hud_middle.png-816795c6899941056a24e179290e3919.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/health_hud_middle.png"
dest_files=[ "res://.import/health_hud_middle.png-816795c6899941056a24e179290e3919.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/health_hud_right.png-55394f00bc27abe2dbe1929b9838a642.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/health_hud_right.png"
dest_files=[ "res://.import/health_hud_right.png-55394f00bc27abe2dbe1929b9838a642.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/HUD/hud_stats_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/hud_stats_bg.png-9d1af2a299db0c466ab2e63f5ce47465.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/hud_stats_bg.png"
dest_files=[ "res://.import/hud_stats_bg.png-9d1af2a299db0c466ab2e63f5ce47465.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/HUD/lifes_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/lifes_icon.png-3994799b9ddc1c4f62469052283bf682.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/HUD/lifes_icon.png"
dest_files=[ "res://.import/lifes_icon.png-3994799b9ddc1c4f62469052283bf682.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -0,0 +1,3 @@
[gd_resource type="BitmapFont" format=2]
[resource]

View file

@ -0,0 +1,8 @@
[gd_resource type="AtlasTexture" load_steps=2 format=2]
[ext_resource path="res://assets/Items/coin_animation_6_2.png" type="Texture" id=1]
[resource]
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 8, 8 )

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/coin_anim_strip_6.png-b885536f464c7ff2cc28ab6dd6236b29.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Items/coin_anim_strip_6.png"
dest_files=[ "res://.import/coin_anim_strip_6.png-b885536f464c7ff2cc28ab6dd6236b29.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/coin_animation_6_2.png-23d4b26bedf0922d868cc3b207dd7933.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Items/coin_animation_6_2.png"
dest_files=[ "res://.import/coin_animation_6_2.png-23d4b26bedf0922d868cc3b207dd7933.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/coin_pickup_anim_strip_6.png-e95eb569afc46467a9c111aaa6ecb93e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Items/coin_pickup_anim_strip_6.png"
dest_files=[ "res://.import/coin_pickup_anim_strip_6.png-e95eb569afc46467a9c111aaa6ecb93e.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/save_point_anim_strip_9.png-719dddba1b11be06534d26a1a72955be.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Items/save_point_anim_strip_9.png"
dest_files=[ "res://.import/save_point_anim_strip_9.png-719dddba1b11be06534d26a1a72955be.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/tiki_torch_props_strip_12.png-27358331e1919db5cc9d5bee0c6c764e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Items/tiki_torch_props_strip_12.png"
dest_files=[ "res://.import/tiki_torch_props_strip_12.png-27358331e1919db5cc9d5bee0c6c764e.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/torch_ligt_texture.png-c7eb99b5c41631a9c0b023c1844d4be2.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Items/torch_ligt_texture.png"
dest_files=[ "res://.import/torch_ligt_texture.png-c7eb99b5c41631a9c0b023c1844d4be2.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/background.png-3af062f5e84a66ec81982401c887e176.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/background.png"
dest_files=[ "res://.import/background.png-3af062f5e84a66ec81982401c887e176.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/Levels/Test/bg_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/bg_0.png-05eacacca9088ffa242f4c4eabb501af.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/bg_0.png"
dest_files=[ "res://.import/bg_0.png-05eacacca9088ffa242f4c4eabb501af.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/Levels/Test/bg_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/bg_1.png-e97384d979da9c9567a24a90c5c1b5d3.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/bg_1.png"
dest_files=[ "res://.import/bg_1.png-e97384d979da9c9567a24a90c5c1b5d3.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/Levels/Test/bg_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/bg_2.png-5f065cb478cc2023b92924419d4a6d09.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/bg_2.png"
dest_files=[ "res://.import/bg_2.png-5f065cb478cc2023b92924419d4a6d09.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/Levels/Test/fg_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fg_0.png-509847c4069e1dadbdcac4805985209e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/fg_0.png"
dest_files=[ "res://.import/fg_0.png-509847c4069e1dadbdcac4805985209e.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/Levels/Test/fg_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fg_1.png-c27d82a81dd7761f4d27fbcebc8d757c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/fg_1.png"
dest_files=[ "res://.import/fg_1.png-c27d82a81dd7761f4d27fbcebc8d757c.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/waterfall_anim_strip_4.png-a0f98d8b0cb20602e2d4838740e24c17.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/waterfall_anim_strip_4.png"
dest_files=[ "res://.import/waterfall_anim_strip_4.png-a0f98d8b0cb20602e2d4838740e24c17.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/waterfall_bottom_anim_strip_4.png-b66336995776f29aefcd2f30314c19fd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Levels/Test/waterfall_bottom_anim_strip_4.png"
dest_files=[ "res://.import/waterfall_bottom_anim_strip_4.png-b66336995776f29aefcd2f30314c19fd.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_after_jump_dust_anim_strip_4.png-af36bbd4e2d84d277a9022715e41c3d6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_after_jump_dust_anim_strip_4.png"
dest_files=[ "res://.import/herochar_after_jump_dust_anim_strip_4.png-af36bbd4e2d84d277a9022715e41c3d6.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_before_jump_dust_anim_strip_4.png-ed502a284bbf09ea76555dc860752434.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_before_jump_dust_anim_strip_4.png"
dest_files=[ "res://.import/herochar_before_jump_dust_anim_strip_4.png-ed502a284bbf09ea76555dc860752434.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_before_or_after_jump_srip_2.png-a90b70f4154804b09199e0d5c69a91bc.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_before_or_after_jump_srip_2.png"
dest_files=[ "res://.import/herochar_before_or_after_jump_srip_2.png-a90b70f4154804b09199e0d5c69a91bc.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_death_anim_strip_8.png-f0804e1f7a81f79aa38dc9806b118091.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_death_anim_strip_8.png"
dest_files=[ "res://.import/herochar_death_anim_strip_8.png-f0804e1f7a81f79aa38dc9806b118091.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_hit_anim_strip_3.png-f6437b6033f3c3d94b481347437c119a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_hit_anim_strip_3.png"
dest_files=[ "res://.import/herochar_hit_anim_strip_3.png-f6437b6033f3c3d94b481347437c119a.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_idle_anim_strip_4.png-b426bb7743008346fa4d180eed74f304.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_idle_anim_strip_4.png"
dest_files=[ "res://.import/herochar_idle_anim_strip_4.png-b426bb7743008346fa4d180eed74f304.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_jump_double_anim_strip_3.png-71d5902fc269697a2c37792e8d09c4aa.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_jump_double_anim_strip_3.png"
dest_files=[ "res://.import/herochar_jump_double_anim_strip_3.png-71d5902fc269697a2c37792e8d09c4aa.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_jump_down_anim_strip_3.png-5e82af3b117d9c7be9066cec297b9180.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_jump_down_anim_strip_3.png"
dest_files=[ "res://.import/herochar_jump_down_anim_strip_3.png-5e82af3b117d9c7be9066cec297b9180.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_jump_up_anim_strip_3.png-9b0e9a0d80988099212b321d799a8dc8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_jump_up_anim_strip_3.png"
dest_files=[ "res://.import/herochar_jump_up_anim_strip_3.png-9b0e9a0d80988099212b321d799a8dc8.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_pushing_foward_anim_strip_6.png-13c3b9274931b0a338c30e62536ad2b0.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_pushing_foward_anim_strip_6.png"
dest_files=[ "res://.import/herochar_pushing_foward_anim_strip_6.png-13c3b9274931b0a338c30e62536ad2b0.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_run_anim_strip_6.png-ca362bf436792a63c6c2d22006414e05.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_run_anim_strip_6.png"
dest_files=[ "res://.import/herochar_run_anim_strip_6.png-ca362bf436792a63c6c2d22006414e05.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_spritesheet.png-481380adb7c04b385edc5f543c703a15.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_spritesheet.png"
dest_files=[ "res://.import/herochar_spritesheet.png-481380adb7c04b385edc5f543c703a15.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/herochar_sword_attack_anim_strip_4.png-c64a6a32f8ac2b51a629d507a0c6e2c1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/herochar_sword_attack_anim_strip_4.png"
dest_files=[ "res://.import/herochar_sword_attack_anim_strip_4.png-c64a6a32f8ac2b51a629d507a0c6e2c1.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/hit_sparkle_anim_strip_4.png-e4e50ad28ee10611a6262e766bb2cf52.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Player/hit_sparkle_anim_strip_4.png"
dest_files=[ "res://.import/hit_sparkle_anim_strip_4.png-e4e50ad28ee10611a6262e766bb2cf52.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/BLANK.png-401d90770159e7c999f27599a4b7281b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/SplashScreen/BLANK.png"
dest_files=[ "res://.import/BLANK.png-401d90770159e7c999f27599a4b7281b.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=true
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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/SAGI.png-863adb948d71f23c50528b3521782f53.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/SplashScreen/SAGI.png"
dest_files=[ "res://.import/SAGI.png-863adb948d71f23c50528b3521782f53.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
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

12
assets/Theme/Theme.tres Normal file
View file

@ -0,0 +1,12 @@
[gd_resource type="Theme" load_steps=3 format=2]
[ext_resource path="res://assets/Theme/slkscr.ttf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
size = 8
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 1 )

BIN
assets/Theme/slkscr.ttf Normal file

Binary file not shown.

View file

@ -0,0 +1,57 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/Tiles/tileset.png" type="Texture" id=1]
[sub_resource type="TileSet" id=1]
0/name = "tileset.png 0"
0/texture = ExtResource( 1 )
0/tex_offset = Vector2( 0, 0 )
0/modulate = Color( 1, 1, 1, 1 )
0/region = Rect2( 96, 0, 96, 48 )
0/tile_mode = 1
0/autotile/bitmask_mode = 0
0/autotile/bitmask_flags = [ Vector2( 0, 0 ), 256, Vector2( 0, 1 ), 260, Vector2( 0, 2 ), 4, Vector2( 1, 0 ), 320, Vector2( 1, 1 ), 325, Vector2( 1, 2 ), 5, Vector2( 2, 0 ), 64, Vector2( 2, 1 ), 65, Vector2( 2, 2 ), 1, Vector2( 3, 0 ), 69, Vector2( 3, 1 ), 65, Vector2( 3, 2 ), 321, Vector2( 4, 0 ), 5, Vector2( 4, 2 ), 320, Vector2( 5, 0 ), 261, Vector2( 5, 1 ), 260, Vector2( 5, 2 ), 324 ]
0/autotile/icon_coordinate = Vector2( 0, 0 )
0/autotile/tile_size = Vector2( 16, 16 )
0/autotile/spacing = 0
0/autotile/occluder_map = [ ]
0/autotile/navpoly_map = [ ]
0/autotile/priority_map = [ ]
0/autotile/z_index_map = [ ]
0/occluder_offset = Vector2( 0, 0 )
0/navigation_offset = Vector2( 0, 0 )
0/shape_offset = Vector2( 0, 0 )
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
0/shape_one_way = false
0/shape_one_way_margin = 0.0
0/shapes = [ ]
0/z_index = 0
1/name = "tileset.png 1"
1/texture = ExtResource( 1 )
1/tex_offset = Vector2( 0, 0 )
1/modulate = Color( 1, 1, 1, 1 )
1/region = Rect2( 0, 48, 48, 48 )
1/tile_mode = 1
1/autotile/bitmask_mode = 0
1/autotile/bitmask_flags = [ Vector2( 0, 0 ), 256, Vector2( 0, 1 ), 260, Vector2( 0, 2 ), 4, Vector2( 1, 0 ), 320, Vector2( 1, 1 ), 325, Vector2( 1, 2 ), 5, Vector2( 2, 0 ), 64, Vector2( 2, 1 ), 65, Vector2( 2, 2 ), 1 ]
1/autotile/icon_coordinate = Vector2( 0, 0 )
1/autotile/tile_size = Vector2( 16, 16 )
1/autotile/spacing = 0
1/autotile/occluder_map = [ ]
1/autotile/navpoly_map = [ ]
1/autotile/priority_map = [ ]
1/autotile/z_index_map = [ ]
1/occluder_offset = Vector2( 0, 0 )
1/navigation_offset = Vector2( 0, 0 )
1/shape_offset = Vector2( 0, 0 )
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
1/shape_one_way = false
1/shape_one_way_margin = 0.0
1/shapes = [ ]
1/z_index = 0
[node name="SemiSolidsTileMap" type="TileMap"]
tile_set = SubResource( 1 )
cell_size = Vector2( 16, 16 )
occluder_light_mask = 8
format = 1

Some files were not shown because too many files have changed in this diff Show more