Skip to content

Commit

Permalink
Initial commits
Browse files Browse the repository at this point in the history
First prototype
  • Loading branch information
harrmitch committed Mar 1, 2021
1 parent ce1f1ee commit 11353a8
Show file tree
Hide file tree
Showing 136 changed files with 2,972 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text
*.gd text
*.cs text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Import cache
.import/

# Binaries
bin/
build/
lib/
Binary file added Fonts/candles_.ttf
Binary file not shown.
Binary file added GFX/Background/bg_layer1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Background/bg_layer1.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/bg_layer1.png-8c7736c567a21e0c352067c116c2e311.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Background/bg_layer1.png"
dest_files=[ "res://.import/bg_layer1.png-8c7736c567a21e0c352067c116c2e311.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 added GFX/Background/bg_layer2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Background/bg_layer2.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/bg_layer2.png-d41d9e78f64cb506a62f114ef533e003.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Background/bg_layer2.png"
dest_files=[ "res://.import/bg_layer2.png-d41d9e78f64cb506a62f114ef533e003.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 added GFX/Background/bg_layer3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Background/bg_layer3.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/bg_layer3.png-b9f33ab2ca6c2c6951075d8f9a8e6c69.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Background/bg_layer3.png"
dest_files=[ "res://.import/bg_layer3.png-b9f33ab2ca6c2c6951075d8f9a8e6c69.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 added GFX/Background/bg_layer4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Background/bg_layer4.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/bg_layer4.png-48eed7d92c25be4ad4ec1fbe53c35c82.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Background/bg_layer4.png"
dest_files=[ "res://.import/bg_layer4.png-48eed7d92c25be4ad4ec1fbe53c35c82.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 added GFX/Enemies/cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Enemies/cloud.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/cloud.png-bc57d24b2461560a181c3f06195f3d60.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Enemies/cloud.png"
dest_files=[ "res://.import/cloud.png-bc57d24b2461560a181c3f06195f3d60.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 added GFX/Enemies/spikeMan_jump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Enemies/spikeMan_jump.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/spikeMan_jump.png-664d16389bae0450829e3d312e8c3dbe.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Enemies/spikeMan_jump.png"
dest_files=[ "res://.import/spikeMan_jump.png-664d16389bae0450829e3d312e8c3dbe.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 added GFX/Enemies/spikeMan_stand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Enemies/spikeMan_stand.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/spikeMan_stand.png-668f92a4789a4a71d64678ff7bfef4c5.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Enemies/spikeMan_stand.png"
dest_files=[ "res://.import/spikeMan_stand.png-668f92a4789a4a71d64678ff7bfef4c5.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 added GFX/Enemies/spikeMan_walk1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Enemies/spikeMan_walk1.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/spikeMan_walk1.png-8cfabea2e324939be0196d013962b5a0.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Enemies/spikeMan_walk1.png"
dest_files=[ "res://.import/spikeMan_walk1.png-8cfabea2e324939be0196d013962b5a0.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 added GFX/Enemies/spikeMan_walk2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Enemies/spikeMan_walk2.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/spikeMan_walk2.png-adf3e00677cd1e385e9a34542e745c52.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Enemies/spikeMan_walk2.png"
dest_files=[ "res://.import/spikeMan_walk2.png-adf3e00677cd1e385e9a34542e745c52.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 added GFX/Enemies/sun1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions GFX/Enemies/sun1.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/sun1.png-7992043cb85780ac432197b83e608057.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://GFX/Enemies/sun1.png"
dest_files=[ "res://.import/sun1.png-7992043cb85780ac432197b83e608057.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 added GFX/Enemies/sun2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 11353a8

Please sign in to comment.