Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlinx committed Nov 8, 2024
0 parents commit 6c99bcf
Show file tree
Hide file tree
Showing 35 changed files with 1,456 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Godot 4+ specific ignores
.godot/
/android/
Binary file added assets/fonts/megamax.ttf
Binary file not shown.
34 changes: 34 additions & 0 deletions assets/fonts/megamax.ttf.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="font_data_dynamic"
type="FontFile"
uid="uid://ce5n7tt76u06k"
path="res://.godot/imported/megamax.ttf-a01e3b4006573f09d19c35a2295b0c7f.fontdata"

[deps]

source_file="res://assets/fonts/megamax.ttf"
dest_files=["res://.godot/imported/megamax.ttf-a01e3b4006573f09d19c35a2295b0c7f.fontdata"]

[params]

Rendering=null
antialiasing=1
generate_mipmaps=false
disable_embedded_bitmaps=true
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}
Binary file added assets/sfx/bg_music.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/sfx/bg_music.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://cap5aw5ligjik"
path="res://.godot/imported/bg_music.wav-ed63dbface4cfb97a2052787283a44e2.sample"

[deps]

source_file="res://assets/sfx/bg_music.wav"
dest_files=["res://.godot/imported/bg_music.wav-ed63dbface4cfb97a2052787283a44e2.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=2
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added assets/sfx/death.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/sfx/death.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://de6my3ra6ibme"
path="res://.godot/imported/death.wav-35f382efb5bef8a544165b5ab2f1779e.sample"

[deps]

source_file="res://assets/sfx/death.wav"
dest_files=["res://.godot/imported/death.wav-35f382efb5bef8a544165b5ab2f1779e.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added assets/sfx/jump.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/sfx/jump.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://by2j1ttbejfn5"
path="res://.godot/imported/jump.wav-9b35c1627efeb99d1d0472b32669fd3c.sample"

[deps]

source_file="res://assets/sfx/jump.wav"
dest_files=["res://.godot/imported/jump.wav-9b35c1627efeb99d1d0472b32669fd3c.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added assets/sfx/pickup_coin.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/sfx/pickup_coin.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://cotw6wt0trsof"
path="res://.godot/imported/pickup_coin.wav-bdfc3ec33eb6320f79bb05b7a99b61be.sample"

[deps]

source_file="res://assets/sfx/pickup_coin.wav"
dest_files=["res://.godot/imported/pickup_coin.wav-bdfc3ec33eb6320f79bb05b7a99b61be.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added assets/sfx/walk.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/sfx/walk.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://b7gc68u58cwku"
path="res://.godot/imported/walk.wav-4bfbe2e05b7fc7a19ed7c096c0a662d6.sample"

[deps]

source_file="res://assets/sfx/walk.wav"
dest_files=["res://.godot/imported/walk.wav-4bfbe2e05b7fc7a19ed7c096c0a662d6.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=2
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added assets/sfx/you_win.wav
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/sfx/you_win.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[remap]

importer="wav"
type="AudioStreamWAV"
uid="uid://dp5iw161cdi1r"
path="res://.godot/imported/you_win.wav-4db3efc65f428a578d67da02c3449dc7.sample"

[deps]

source_file="res://assets/sfx/you_win.wav"
dest_files=["res://.godot/imported/you_win.wav-4db3efc65f428a578d67da02c3449dc7.sample"]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
Binary file added assets/sprites/tilemap_backgrounds_packed.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 assets/sprites/tilemap_backgrounds_packed.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://d1av7e8110gyg"
path="res://.godot/imported/tilemap_backgrounds_packed.png-61d18c8180e3f73e49213d1671852172.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/sprites/tilemap_backgrounds_packed.png"
dest_files=["res://.godot/imported/tilemap_backgrounds_packed.png-61d18c8180e3f73e49213d1671852172.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
Binary file added assets/sprites/tilemap_characters_packed.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 assets/sprites/tilemap_characters_packed.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://2vlsointd73x"
path="res://.godot/imported/tilemap_characters_packed.png-df10d8fe707837b0e3f69c67c073fe19.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/sprites/tilemap_characters_packed.png"
dest_files=["res://.godot/imported/tilemap_characters_packed.png-df10d8fe707837b0e3f69c67c073fe19.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
Binary file added assets/sprites/tilemap_packed.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 assets/sprites/tilemap_packed.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bdikdcb8323rj"
path="res://.godot/imported/tilemap_packed.png-30d280e84651661f4a246f85d8743d35.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/sprites/tilemap_packed.png"
dest_files=["res://.godot/imported/tilemap_packed.png-30d280e84651661f4a246f85d8743d35.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
Binary file added assets/sprites/white_particle.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 assets/sprites/white_particle.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://b0ten5vw6qyis"
path="res://.godot/imported/white_particle.png-3fb64989e351414580de05fb7259b57c.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/sprites/white_particle.png"
dest_files=["res://.godot/imported/white_particle.png-3fb64989e351414580de05fb7259b57c.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
35 changes: 35 additions & 0 deletions assets/tileset/parallax_tileset.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[gd_resource type="TileSet" load_steps=3 format=3 uid="uid://bi4e7tuxj5b"]

[ext_resource type="Texture2D" uid="uid://d1av7e8110gyg" path="res://assets/sprites/tilemap_backgrounds_packed.png" id="1_sfhr3"]

[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_pobom"]
texture = ExtResource("1_sfhr3")
texture_region_size = Vector2i(24, 24)
1:0/0 = 0
2:0/0 = 0
3:0/0 = 0
4:0/0 = 0
5:0/0 = 0
6:0/0 = 0
7:0/0 = 0
0:1/0 = 0
1:1/0 = 0
2:1/0 = 0
3:1/0 = 0
4:1/0 = 0
5:1/0 = 0
6:1/0 = 0
7:1/0 = 0
0:2/0 = 0
1:2/0 = 0
2:2/0 = 0
3:2/0 = 0
4:2/0 = 0
5:2/0 = 0
6:2/0 = 0
7:2/0 = 0
0:0/0 = 0

[resource]
tile_size = Vector2i(24, 24)
sources/2 = SubResource("TileSetAtlasSource_pobom")
Loading

0 comments on commit 6c99bcf

Please sign in to comment.