diff --git a/.gitignore b/.gitignore index c862b88..a4e72c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ # Godot 4+ specific ignores -Project/.godot/ -Project/android/ +demo/.godot/ +demo/android/ +demo/**/*.import + +# Other bullshit +.sconsign.dblite +*.o +*.a +*.os diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..35ec1da --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "godot-cpp"] + path = godot-cpp + url = https://github.com/godotengine/godot-cpp.git + branch = master diff --git a/Project/Sound/Explosion.ogg.import b/Project/Sound/Explosion.ogg.import deleted file mode 100644 index 621ea06..0000000 --- a/Project/Sound/Explosion.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="oggvorbisstr" -type="AudioStreamOggVorbis" -uid="uid://dg1f8fv4a2jdm" -path="res://.godot/imported/Explosion.ogg-76a64175d2e606bc2460caa0820fe595.oggvorbisstr" - -[deps] - -source_file="res://Sound/Explosion.ogg" -dest_files=["res://.godot/imported/Explosion.ogg-76a64175d2e606bc2460caa0820fe595.oggvorbisstr"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Project/Sound/HitHurt.ogg.import b/Project/Sound/HitHurt.ogg.import deleted file mode 100644 index 6c3541a..0000000 --- a/Project/Sound/HitHurt.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="oggvorbisstr" -type="AudioStreamOggVorbis" -uid="uid://b4r0manp60hb4" -path="res://.godot/imported/HitHurt.ogg-2a583b9aec11a8462b2fcffdb56bf141.oggvorbisstr" - -[deps] - -source_file="res://Sound/HitHurt.ogg" -dest_files=["res://.godot/imported/HitHurt.ogg-2a583b9aec11a8462b2fcffdb56bf141.oggvorbisstr"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Project/Sound/Shoot.ogg.import b/Project/Sound/Shoot.ogg.import deleted file mode 100644 index 7440182..0000000 --- a/Project/Sound/Shoot.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="oggvorbisstr" -type="AudioStreamOggVorbis" -uid="uid://do4a5aj5a0216" -path="res://.godot/imported/Shoot.ogg-cdfe63fa3222cfd5421dd092c227b166.oggvorbisstr" - -[deps] - -source_file="res://Sound/Shoot.ogg" -dest_files=["res://.godot/imported/Shoot.ogg-cdfe63fa3222cfd5421dd092c227b166.oggvorbisstr"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Project/Sound/Warning.ogg.import b/Project/Sound/Warning.ogg.import deleted file mode 100644 index 80a4803..0000000 --- a/Project/Sound/Warning.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="oggvorbisstr" -type="AudioStreamOggVorbis" -uid="uid://712ydomf0toh" -path="res://.godot/imported/Warning.ogg-61ef46343fb335fec2c2fa977b0a5d2d.oggvorbisstr" - -[deps] - -source_file="res://Sound/Warning.ogg" -dest_files=["res://.godot/imported/Warning.ogg-61ef46343fb335fec2c2fa977b0a5d2d.oggvorbisstr"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Project/Sound/fire-truck-siren-29900.ogg.import b/Project/Sound/fire-truck-siren-29900.ogg.import deleted file mode 100644 index 42d7b1c..0000000 --- a/Project/Sound/fire-truck-siren-29900.ogg.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="oggvorbisstr" -type="AudioStreamOggVorbis" -uid="uid://hfgqomflicxl" -path="res://.godot/imported/fire-truck-siren-29900.ogg-293920dfe65a6aa575457bf522aadf53.oggvorbisstr" - -[deps] - -source_file="res://Sound/fire-truck-siren-29900.ogg" -dest_files=["res://.godot/imported/fire-truck-siren-29900.ogg-293920dfe65a6aa575457bf522aadf53.oggvorbisstr"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/Project/Textures/Bullet.png.import b/Project/Textures/Bullet.png.import deleted file mode 100644 index be901b9..0000000 --- a/Project/Textures/Bullet.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d07qtvmhqjjts" -path="res://.godot/imported/Bullet.png-32941e411708a571ab6cd2dd7dcde3b0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Bullet.png" -dest_files=["res://.godot/imported/Bullet.png-32941e411708a571ab6cd2dd7dcde3b0.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 diff --git a/Project/Textures/Coin/Coin b/Project/Textures/Coin/Coin deleted file mode 100644 index e69de29..0000000 diff --git a/Project/Textures/Coin/Coin 1.png b/Project/Textures/Coin/Coin 1.png deleted file mode 100644 index 77e586a..0000000 --- a/Project/Textures/Coin/Coin 1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5159e2056ed8d6e528076e919d7727d352b4f863b0cd8b34aecfd217ea44341f -size 574469 diff --git a/Project/Textures/Coin/Coin 1.png.import b/Project/Textures/Coin/Coin 1.png.import deleted file mode 100644 index 9f2c5c8..0000000 --- a/Project/Textures/Coin/Coin 1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dw3bcaslqj467" -path="res://.godot/imported/Coin 1.png-3d08bfc7055a8a4f1dfe05ea2e4faac6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 1.png" -dest_files=["res://.godot/imported/Coin 1.png-3d08bfc7055a8a4f1dfe05ea2e4faac6.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 diff --git a/Project/Textures/Coin/Coin 10.png b/Project/Textures/Coin/Coin 10.png deleted file mode 100644 index c09e107..0000000 --- a/Project/Textures/Coin/Coin 10.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ec55e7cc867c7dc51fbbedc0e350a801a0ae859070d76b36eaea13225e15216 -size 328932 diff --git a/Project/Textures/Coin/Coin 10.png.import b/Project/Textures/Coin/Coin 10.png.import deleted file mode 100644 index 5e2fb01..0000000 --- a/Project/Textures/Coin/Coin 10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cjsoadwiu0248" -path="res://.godot/imported/Coin 10.png-f7e97b048b4c09d2d9ecaa42cd379d0d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 10.png" -dest_files=["res://.godot/imported/Coin 10.png-f7e97b048b4c09d2d9ecaa42cd379d0d.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 diff --git a/Project/Textures/Coin/Coin 11.png b/Project/Textures/Coin/Coin 11.png deleted file mode 100644 index b9eac8f..0000000 --- a/Project/Textures/Coin/Coin 11.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a95d5c2cd32440e95e69e3b613c198cbe2e7b2074b5f12cae1edf19125f0ca47 -size 404175 diff --git a/Project/Textures/Coin/Coin 11.png.import b/Project/Textures/Coin/Coin 11.png.import deleted file mode 100644 index dd76028..0000000 --- a/Project/Textures/Coin/Coin 11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://l2jd4lf4x4ip" -path="res://.godot/imported/Coin 11.png-bed7782e94484007d962c4cbaee76c7b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 11.png" -dest_files=["res://.godot/imported/Coin 11.png-bed7782e94484007d962c4cbaee76c7b.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 diff --git a/Project/Textures/Coin/Coin 12.png b/Project/Textures/Coin/Coin 12.png deleted file mode 100644 index d893e52..0000000 --- a/Project/Textures/Coin/Coin 12.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:146c390f15ebc388158c834a7e5155c0988a651486ea0f659edb0bccae65d444 -size 587659 diff --git a/Project/Textures/Coin/Coin 12.png.import b/Project/Textures/Coin/Coin 12.png.import deleted file mode 100644 index 217e16b..0000000 --- a/Project/Textures/Coin/Coin 12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://damvch2xehg0m" -path="res://.godot/imported/Coin 12.png-18d002744ae28a9d1c6f649b2d83c4a8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 12.png" -dest_files=["res://.godot/imported/Coin 12.png-18d002744ae28a9d1c6f649b2d83c4a8.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 diff --git a/Project/Textures/Coin/Coin 13.png b/Project/Textures/Coin/Coin 13.png deleted file mode 100644 index 382ed22..0000000 --- a/Project/Textures/Coin/Coin 13.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c2ffe448d58467961c8f09a52e5b7447f6f56a737135fee8e69a2a7d1c30186 -size 518720 diff --git a/Project/Textures/Coin/Coin 13.png.import b/Project/Textures/Coin/Coin 13.png.import deleted file mode 100644 index be0b3ed..0000000 --- a/Project/Textures/Coin/Coin 13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ctmtjvr8jqpq" -path="res://.godot/imported/Coin 13.png-5f6d470fdd97dbe3b1084a2e82f112d1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 13.png" -dest_files=["res://.godot/imported/Coin 13.png-5f6d470fdd97dbe3b1084a2e82f112d1.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 diff --git a/Project/Textures/Coin/Coin 14.png b/Project/Textures/Coin/Coin 14.png deleted file mode 100644 index fa5244a..0000000 --- a/Project/Textures/Coin/Coin 14.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e68fd64c2df470d4770865372c879f198d7f60a31b3568953c9f64b28dbc06b -size 207390 diff --git a/Project/Textures/Coin/Coin 14.png.import b/Project/Textures/Coin/Coin 14.png.import deleted file mode 100644 index 62bd641..0000000 --- a/Project/Textures/Coin/Coin 14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vm6wphb3xf2s" -path="res://.godot/imported/Coin 14.png-be3a438ee73d66e751528b6bce811d45.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 14.png" -dest_files=["res://.godot/imported/Coin 14.png-be3a438ee73d66e751528b6bce811d45.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 diff --git a/Project/Textures/Coin/Coin 15.png b/Project/Textures/Coin/Coin 15.png deleted file mode 100644 index b82994d..0000000 --- a/Project/Textures/Coin/Coin 15.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82c120d19fd91d230006d74d2062e343ef5d22fb58049e4c45255cd91b8f8c2e -size 487214 diff --git a/Project/Textures/Coin/Coin 15.png.import b/Project/Textures/Coin/Coin 15.png.import deleted file mode 100644 index c2e4b21..0000000 --- a/Project/Textures/Coin/Coin 15.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ct2oc7jj6u6n3" -path="res://.godot/imported/Coin 15.png-917ad0398ea7b5ccdafedbe9e8a95fed.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 15.png" -dest_files=["res://.godot/imported/Coin 15.png-917ad0398ea7b5ccdafedbe9e8a95fed.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 diff --git a/Project/Textures/Coin/Coin 2.png b/Project/Textures/Coin/Coin 2.png deleted file mode 100644 index 9b5e16d..0000000 --- a/Project/Textures/Coin/Coin 2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a2e0b9e1f1670bde8cf3dd14af8bfb46b0612ec72a9be168aed4372d1a80f8f -size 482564 diff --git a/Project/Textures/Coin/Coin 2.png.import b/Project/Textures/Coin/Coin 2.png.import deleted file mode 100644 index 1389f66..0000000 --- a/Project/Textures/Coin/Coin 2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnpg71q8pydtg" -path="res://.godot/imported/Coin 2.png-528a0bb81d96b26766037b8e21307fc5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 2.png" -dest_files=["res://.godot/imported/Coin 2.png-528a0bb81d96b26766037b8e21307fc5.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 diff --git a/Project/Textures/Coin/Coin 3.png b/Project/Textures/Coin/Coin 3.png deleted file mode 100644 index 301ea25..0000000 --- a/Project/Textures/Coin/Coin 3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:461a6d7943c08ee5c04d5ca9b1fda5241af787ce53f78d37fd2b38523e393afb -size 208879 diff --git a/Project/Textures/Coin/Coin 3.png.import b/Project/Textures/Coin/Coin 3.png.import deleted file mode 100644 index f9c7c54..0000000 --- a/Project/Textures/Coin/Coin 3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0kygvqnsfse5" -path="res://.godot/imported/Coin 3.png-32019c35f5dd0bb41d17f14e216f186e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 3.png" -dest_files=["res://.godot/imported/Coin 3.png-32019c35f5dd0bb41d17f14e216f186e.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 diff --git a/Project/Textures/Coin/Coin 4.png b/Project/Textures/Coin/Coin 4.png deleted file mode 100644 index d147243..0000000 --- a/Project/Textures/Coin/Coin 4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d04565a85ebd734815ba631e3823bb587be6f7351ab0f1b49673000ca241e64 -size 527753 diff --git a/Project/Textures/Coin/Coin 4.png.import b/Project/Textures/Coin/Coin 4.png.import deleted file mode 100644 index b5e4803..0000000 --- a/Project/Textures/Coin/Coin 4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c21ggslv66qpg" -path="res://.godot/imported/Coin 4.png-96cec979d5f038996ba567f48f5fd065.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 4.png" -dest_files=["res://.godot/imported/Coin 4.png-96cec979d5f038996ba567f48f5fd065.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 diff --git a/Project/Textures/Coin/Coin 5.png b/Project/Textures/Coin/Coin 5.png deleted file mode 100644 index c1f3e11..0000000 --- a/Project/Textures/Coin/Coin 5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89f3ac3d691e38509ff3cfd0b88d97a05a4a9690cf832803ceea3b8eed604550 -size 580665 diff --git a/Project/Textures/Coin/Coin 5.png.import b/Project/Textures/Coin/Coin 5.png.import deleted file mode 100644 index 6e099b3..0000000 --- a/Project/Textures/Coin/Coin 5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dn2vx0de2c724" -path="res://.godot/imported/Coin 5.png-3739409acbbdd51fb37d694315b10bc7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 5.png" -dest_files=["res://.godot/imported/Coin 5.png-3739409acbbdd51fb37d694315b10bc7.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 diff --git a/Project/Textures/Coin/Coin 6.png b/Project/Textures/Coin/Coin 6.png deleted file mode 100644 index b193de2..0000000 --- a/Project/Textures/Coin/Coin 6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f30a2d26c8321455a877172b870ac929819a68792b37e6f066a412af36a1bdad -size 396671 diff --git a/Project/Textures/Coin/Coin 6.png.import b/Project/Textures/Coin/Coin 6.png.import deleted file mode 100644 index 792eee3..0000000 --- a/Project/Textures/Coin/Coin 6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cro4ea1qh3kj8" -path="res://.godot/imported/Coin 6.png-df1dc11f1b83a6e12de5662ad6327c0a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 6.png" -dest_files=["res://.godot/imported/Coin 6.png-df1dc11f1b83a6e12de5662ad6327c0a.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 diff --git a/Project/Textures/Coin/Coin 7.png b/Project/Textures/Coin/Coin 7.png deleted file mode 100644 index 92abd56..0000000 --- a/Project/Textures/Coin/Coin 7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e58c7ebf53d0680c8156fc2c3d59694af8841658db39d1eeb189a17186a0674c -size 336383 diff --git a/Project/Textures/Coin/Coin 7.png.import b/Project/Textures/Coin/Coin 7.png.import deleted file mode 100644 index 6f8fb36..0000000 --- a/Project/Textures/Coin/Coin 7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bb8bpnqbtgd0x" -path="res://.godot/imported/Coin 7.png-df7b6295fee753ab33fb3b3cc18423ec.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 7.png" -dest_files=["res://.godot/imported/Coin 7.png-df7b6295fee753ab33fb3b3cc18423ec.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 diff --git a/Project/Textures/Coin/Coin 8.png b/Project/Textures/Coin/Coin 8.png deleted file mode 100644 index 6e30f71..0000000 --- a/Project/Textures/Coin/Coin 8.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f71d179633789d385ba05954c154b4d06595c9517569c0b3a0633812bb320f1c -size 576934 diff --git a/Project/Textures/Coin/Coin 8.png.import b/Project/Textures/Coin/Coin 8.png.import deleted file mode 100644 index 9aca751..0000000 --- a/Project/Textures/Coin/Coin 8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d0lqxih7m0e5w" -path="res://.godot/imported/Coin 8.png-75f6628e05f5f0059ae18297128c37b7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 8.png" -dest_files=["res://.godot/imported/Coin 8.png-75f6628e05f5f0059ae18297128c37b7.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 diff --git a/Project/Textures/Coin/Coin 9.png b/Project/Textures/Coin/Coin 9.png deleted file mode 100644 index 6dfb748..0000000 --- a/Project/Textures/Coin/Coin 9.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfd73ec34d30fec09e8f0c6357e3d161082c42e1ed79206622794eedea39e73a -size 573455 diff --git a/Project/Textures/Coin/Coin 9.png.import b/Project/Textures/Coin/Coin 9.png.import deleted file mode 100644 index 663a675..0000000 --- a/Project/Textures/Coin/Coin 9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c8w32asukhshm" -path="res://.godot/imported/Coin 9.png-5ca07d1ca06d0bd4fa7ca6396017801b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Coin/Coin 9.png" -dest_files=["res://.godot/imported/Coin 9.png-5ca07d1ca06d0bd4fa7ca6396017801b.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 diff --git a/Project/Textures/Hud.png.import b/Project/Textures/Hud.png.import deleted file mode 100644 index 6d7bbff..0000000 --- a/Project/Textures/Hud.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://8s5wyy4abpnr" -path="res://.godot/imported/Hud.png-748abe0950dc8a99d49dfe273c2cf2a4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Hud.png" -dest_files=["res://.godot/imported/Hud.png-748abe0950dc8a99d49dfe273c2cf2a4.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 diff --git a/Project/Textures/Hudfill.png.import b/Project/Textures/Hudfill.png.import deleted file mode 100644 index a628202..0000000 --- a/Project/Textures/Hudfill.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cunprfaqhrw10" -path="res://.godot/imported/Hudfill.png-7f4021dc14001944b55dcd494854fd4f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Hudfill.png" -dest_files=["res://.godot/imported/Hudfill.png-7f4021dc14001944b55dcd494854fd4f.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 diff --git a/Project/Textures/Level01/Sky1.png.import b/Project/Textures/Level01/Sky1.png.import deleted file mode 100644 index 0b1f294..0000000 --- a/Project/Textures/Level01/Sky1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://88sgqxmugeto" -path="res://.godot/imported/Sky1.png-cab205266ad8cd3b6d25078675c69929.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Level01/Sky1.png" -dest_files=["res://.godot/imported/Sky1.png-cab205266ad8cd3b6d25078675c69929.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 diff --git a/Project/Textures/Level01/Sky2.png.import b/Project/Textures/Level01/Sky2.png.import deleted file mode 100644 index cde1385..0000000 --- a/Project/Textures/Level01/Sky2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xlfmu7wr8mhb" -path="res://.godot/imported/Sky2.png-fb9dab875d636c18dce0079797dbd2fd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Level01/Sky2.png" -dest_files=["res://.godot/imported/Sky2.png-fb9dab875d636c18dce0079797dbd2fd.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 diff --git a/Project/Textures/Level01/Sky3.png.import b/Project/Textures/Level01/Sky3.png.import deleted file mode 100644 index f0c5dc7..0000000 --- a/Project/Textures/Level01/Sky3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://w527cw3q2qhm" -path="res://.godot/imported/Sky3.png-ff79e3870efa0ea93970f42b58b9b466.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Level01/Sky3.png" -dest_files=["res://.godot/imported/Sky3.png-ff79e3870efa0ea93970f42b58b9b466.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 diff --git a/Project/Textures/Plane/Plane.png.import b/Project/Textures/Plane/Plane.png.import deleted file mode 100644 index 33be770..0000000 --- a/Project/Textures/Plane/Plane.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c5kt81t5h4vgn" -path="res://.godot/imported/Plane.png-5c9c0b3308e89dd147646ecbcc193908.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Plane/Plane.png" -dest_files=["res://.godot/imported/Plane.png-5c9c0b3308e89dd147646ecbcc193908.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 diff --git a/Project/Textures/Plane/PlaneDown.png.import b/Project/Textures/Plane/PlaneDown.png.import deleted file mode 100644 index 4b49d09..0000000 --- a/Project/Textures/Plane/PlaneDown.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bff4pkabs2ecf" -path="res://.godot/imported/PlaneDown.png-8fbd2c6958c47a626200124d11d90c7a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Plane/PlaneDown.png" -dest_files=["res://.godot/imported/PlaneDown.png-8fbd2c6958c47a626200124d11d90c7a.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 diff --git a/Project/Textures/Plane/PlaneUp.png.import b/Project/Textures/Plane/PlaneUp.png.import deleted file mode 100644 index 463a781..0000000 --- a/Project/Textures/Plane/PlaneUp.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bcbjh2amre7ke" -path="res://.godot/imported/PlaneUp.png-227c2e1f35b0062363336996051130cc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Plane/PlaneUp.png" -dest_files=["res://.godot/imported/PlaneUp.png-227c2e1f35b0062363336996051130cc.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 diff --git a/Project/Textures/Route/Route b/Project/Textures/Route/Route deleted file mode 100644 index e69de29..0000000 diff --git a/Project/Textures/Route/Route 1.png b/Project/Textures/Route/Route 1.png deleted file mode 100644 index 39f357f..0000000 --- a/Project/Textures/Route/Route 1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d657842c71aaf5b07abece8bfab7b581f08c3a5ad00edaac739e577819067b80 -size 299127 diff --git a/Project/Textures/Route/Route 1.png.import b/Project/Textures/Route/Route 1.png.import deleted file mode 100644 index 80a53f7..0000000 --- a/Project/Textures/Route/Route 1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://blrbc8mp71nub" -path="res://.godot/imported/Route 1.png-977f100c944783b2e53bd51791e63a4e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 1.png" -dest_files=["res://.godot/imported/Route 1.png-977f100c944783b2e53bd51791e63a4e.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 diff --git a/Project/Textures/Route/Route 10.png b/Project/Textures/Route/Route 10.png deleted file mode 100644 index a5373db..0000000 --- a/Project/Textures/Route/Route 10.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9b03d40fca9e21047e3a0ecb524a5e59e2b851de7e1628b61eef7f788d460fe -size 300999 diff --git a/Project/Textures/Route/Route 10.png.import b/Project/Textures/Route/Route 10.png.import deleted file mode 100644 index 8f83a1e..0000000 --- a/Project/Textures/Route/Route 10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dtgyeeu1t0n7h" -path="res://.godot/imported/Route 10.png-0cc49fca0eee426d95a25ee63247cf66.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 10.png" -dest_files=["res://.godot/imported/Route 10.png-0cc49fca0eee426d95a25ee63247cf66.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 diff --git a/Project/Textures/Route/Route 11.png b/Project/Textures/Route/Route 11.png deleted file mode 100644 index c814ce7..0000000 --- a/Project/Textures/Route/Route 11.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4ac55b99376d1ad08337eb50c4bf103a5d8d3f383074ccd648f4983ad56f01b -size 299127 diff --git a/Project/Textures/Route/Route 11.png.import b/Project/Textures/Route/Route 11.png.import deleted file mode 100644 index 5b83baf..0000000 --- a/Project/Textures/Route/Route 11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b1xcgdrf6sdbp" -path="res://.godot/imported/Route 11.png-40851d05237185fde1281845e19fb965.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 11.png" -dest_files=["res://.godot/imported/Route 11.png-40851d05237185fde1281845e19fb965.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 diff --git a/Project/Textures/Route/Route 2.png b/Project/Textures/Route/Route 2.png deleted file mode 100644 index b34837f..0000000 --- a/Project/Textures/Route/Route 2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fb45e62ff312251c7ec6ddbab45fe6fb37bb48aae54607599495c4ae0f9b605 -size 299569 diff --git a/Project/Textures/Route/Route 2.png.import b/Project/Textures/Route/Route 2.png.import deleted file mode 100644 index bc44983..0000000 --- a/Project/Textures/Route/Route 2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cphw4low4de4b" -path="res://.godot/imported/Route 2.png-4b9b181badd0c7b00286db2f169d3838.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 2.png" -dest_files=["res://.godot/imported/Route 2.png-4b9b181badd0c7b00286db2f169d3838.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 diff --git a/Project/Textures/Route/Route 3.png b/Project/Textures/Route/Route 3.png deleted file mode 100644 index e4a2e49..0000000 --- a/Project/Textures/Route/Route 3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3294b7fbd6fd23b5125f031db5b92f6d1ca5a2de0a0cb09505d52cc16685448 -size 287668 diff --git a/Project/Textures/Route/Route 3.png.import b/Project/Textures/Route/Route 3.png.import deleted file mode 100644 index 02a7fd3..0000000 --- a/Project/Textures/Route/Route 3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwdn12rkkr1uo" -path="res://.godot/imported/Route 3.png-1151ddf1537952ae4e4668399e6bc755.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 3.png" -dest_files=["res://.godot/imported/Route 3.png-1151ddf1537952ae4e4668399e6bc755.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 diff --git a/Project/Textures/Route/Route 4.png b/Project/Textures/Route/Route 4.png deleted file mode 100644 index 25e6ebb..0000000 --- a/Project/Textures/Route/Route 4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6549655f1890fddeac00dc0430a68343b66038fc02b9c4bef0c41124084647a4 -size 260343 diff --git a/Project/Textures/Route/Route 4.png.import b/Project/Textures/Route/Route 4.png.import deleted file mode 100644 index 4113de2..0000000 --- a/Project/Textures/Route/Route 4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bbupn4br1fog7" -path="res://.godot/imported/Route 4.png-b1b5ae61ec83ffde06ff3b641da4f972.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 4.png" -dest_files=["res://.godot/imported/Route 4.png-b1b5ae61ec83ffde06ff3b641da4f972.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 diff --git a/Project/Textures/Route/Route 5.png b/Project/Textures/Route/Route 5.png deleted file mode 100644 index 758fa1c..0000000 --- a/Project/Textures/Route/Route 5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d0010a32e825ed0a0f0d8dc0322f29a17cac961759c0bab7c40e77d7350b872 -size 271846 diff --git a/Project/Textures/Route/Route 5.png.import b/Project/Textures/Route/Route 5.png.import deleted file mode 100644 index 73ff177..0000000 --- a/Project/Textures/Route/Route 5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tfbp816emics" -path="res://.godot/imported/Route 5.png-c75d7e6aec21ee14265375e228ad3e2b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 5.png" -dest_files=["res://.godot/imported/Route 5.png-c75d7e6aec21ee14265375e228ad3e2b.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 diff --git a/Project/Textures/Route/Route 6.png b/Project/Textures/Route/Route 6.png deleted file mode 100644 index 1c633c3..0000000 --- a/Project/Textures/Route/Route 6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58c10cda4bb3078bf63f702a36d0958f541b745dd80f75bfaf33325535d40ba2 -size 288000 diff --git a/Project/Textures/Route/Route 6.png.import b/Project/Textures/Route/Route 6.png.import deleted file mode 100644 index 5b53374..0000000 --- a/Project/Textures/Route/Route 6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cl0sil1psnxs1" -path="res://.godot/imported/Route 6.png-0f058c5c49db8ea222fc5ac610aa2f07.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 6.png" -dest_files=["res://.godot/imported/Route 6.png-0f058c5c49db8ea222fc5ac610aa2f07.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 diff --git a/Project/Textures/Route/Route 7.png b/Project/Textures/Route/Route 7.png deleted file mode 100644 index c3b1778..0000000 --- a/Project/Textures/Route/Route 7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58f6ad84583f04a5ecd796d1973ce390e9200eb586c1ce893c0c25a9b84843c7 -size 269505 diff --git a/Project/Textures/Route/Route 7.png.import b/Project/Textures/Route/Route 7.png.import deleted file mode 100644 index 973caff..0000000 --- a/Project/Textures/Route/Route 7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgv78fuua01eg" -path="res://.godot/imported/Route 7.png-22d131c6138be95427e23d53d7ca813a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 7.png" -dest_files=["res://.godot/imported/Route 7.png-22d131c6138be95427e23d53d7ca813a.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 diff --git a/Project/Textures/Route/Route 8.png b/Project/Textures/Route/Route 8.png deleted file mode 100644 index 688810c..0000000 --- a/Project/Textures/Route/Route 8.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:828d2b5be64e32c9c973d11a2a7acd8b9df8cfccaf1a373d5de6f8efbefac572 -size 254498 diff --git a/Project/Textures/Route/Route 8.png.import b/Project/Textures/Route/Route 8.png.import deleted file mode 100644 index 632d10a..0000000 --- a/Project/Textures/Route/Route 8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://y2e4mmb2u3h5" -path="res://.godot/imported/Route 8.png-b7cb08106397ad2034b0f2b025f2378f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 8.png" -dest_files=["res://.godot/imported/Route 8.png-b7cb08106397ad2034b0f2b025f2378f.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 diff --git a/Project/Textures/Route/Route 9.png b/Project/Textures/Route/Route 9.png deleted file mode 100644 index 67ae907..0000000 --- a/Project/Textures/Route/Route 9.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5ffbaca22fdce98da38b1973fadb99f5936f3d7418f8294b0341dcc6ec7150e -size 293473 diff --git a/Project/Textures/Route/Route 9.png.import b/Project/Textures/Route/Route 9.png.import deleted file mode 100644 index edd4d4b..0000000 --- a/Project/Textures/Route/Route 9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cfonr11og4um" -path="res://.godot/imported/Route 9.png-adf7e8acfd29c5fb25f211d28e9a66bc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Route/Route 9.png" -dest_files=["res://.godot/imported/Route 9.png-adf7e8acfd29c5fb25f211d28e9a66bc.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 diff --git a/Project/Textures/Whale/Whale b/Project/Textures/Whale/Whale deleted file mode 100644 index e69de29..0000000 diff --git a/Project/Textures/Whale/Whale 1.png b/Project/Textures/Whale/Whale 1.png deleted file mode 100644 index ae279f9..0000000 --- a/Project/Textures/Whale/Whale 1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d7a04e85ba2014b87349b859f31749099b6c908a5dc3c15850a5b3aaa17cd47 -size 296801 diff --git a/Project/Textures/Whale/Whale 1.png.import b/Project/Textures/Whale/Whale 1.png.import deleted file mode 100644 index 95be799..0000000 --- a/Project/Textures/Whale/Whale 1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2res51c25avx" -path="res://.godot/imported/Whale 1.png-5a78715c46b0866a2464a2b4b75ad7a9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 1.png" -dest_files=["res://.godot/imported/Whale 1.png-5a78715c46b0866a2464a2b4b75ad7a9.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 diff --git a/Project/Textures/Whale/Whale 2.png b/Project/Textures/Whale/Whale 2.png deleted file mode 100644 index 9afa355..0000000 --- a/Project/Textures/Whale/Whale 2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9cca71bd9a5860fa29ddb63adacd0a06a71dd150957c1faaf7b98657bb4ab1 -size 306810 diff --git a/Project/Textures/Whale/Whale 2.png.import b/Project/Textures/Whale/Whale 2.png.import deleted file mode 100644 index ad7afa5..0000000 --- a/Project/Textures/Whale/Whale 2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://s3ici4urgkpp" -path="res://.godot/imported/Whale 2.png-c70e6c0724be99b578c74df97947e7ab.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 2.png" -dest_files=["res://.godot/imported/Whale 2.png-c70e6c0724be99b578c74df97947e7ab.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 diff --git a/Project/Textures/Whale/Whale 3.png b/Project/Textures/Whale/Whale 3.png deleted file mode 100644 index b448c40..0000000 --- a/Project/Textures/Whale/Whale 3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0540829d7c48552664caa47aca1621e7c59a88d102f6655ac1094e99913f534e -size 309017 diff --git a/Project/Textures/Whale/Whale 3.png.import b/Project/Textures/Whale/Whale 3.png.import deleted file mode 100644 index bfcf8c3..0000000 --- a/Project/Textures/Whale/Whale 3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xvmxbxost161" -path="res://.godot/imported/Whale 3.png-658989ced22589fc6067bc5f72f29926.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 3.png" -dest_files=["res://.godot/imported/Whale 3.png-658989ced22589fc6067bc5f72f29926.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 diff --git a/Project/Textures/Whale/Whale 4.png b/Project/Textures/Whale/Whale 4.png deleted file mode 100644 index 388743d..0000000 --- a/Project/Textures/Whale/Whale 4.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:699eb3413a04a49205accd82539228a68154296bbc6048e56dbe7ee8a311bf03 -size 307902 diff --git a/Project/Textures/Whale/Whale 4.png.import b/Project/Textures/Whale/Whale 4.png.import deleted file mode 100644 index 651ca81..0000000 --- a/Project/Textures/Whale/Whale 4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d13ht078u72ob" -path="res://.godot/imported/Whale 4.png-bca29652b55852c1d3d24498682c1b6c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 4.png" -dest_files=["res://.godot/imported/Whale 4.png-bca29652b55852c1d3d24498682c1b6c.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 diff --git a/Project/Textures/Whale/Whale 5.png b/Project/Textures/Whale/Whale 5.png deleted file mode 100644 index 8a9c268..0000000 --- a/Project/Textures/Whale/Whale 5.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606c100f1356be7a70310e8a2c0c20f11098983d6056f3061bfd7bdf85345507 -size 298510 diff --git a/Project/Textures/Whale/Whale 5.png.import b/Project/Textures/Whale/Whale 5.png.import deleted file mode 100644 index b2e1a0a..0000000 --- a/Project/Textures/Whale/Whale 5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dmdonnxkc6q5y" -path="res://.godot/imported/Whale 5.png-e23c532e628255fde88bb845903d822f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 5.png" -dest_files=["res://.godot/imported/Whale 5.png-e23c532e628255fde88bb845903d822f.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 diff --git a/Project/Textures/Whale/Whale 6.png b/Project/Textures/Whale/Whale 6.png deleted file mode 100644 index e76caf9..0000000 --- a/Project/Textures/Whale/Whale 6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30876c23382268d18b883b627aef2d3fecbb45dabd40554f03163eb8d844d878 -size 306950 diff --git a/Project/Textures/Whale/Whale 6.png.import b/Project/Textures/Whale/Whale 6.png.import deleted file mode 100644 index e0e9386..0000000 --- a/Project/Textures/Whale/Whale 6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://mk3erlmynh73" -path="res://.godot/imported/Whale 6.png-f0dddbc6b7dab4481be699509602072f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 6.png" -dest_files=["res://.godot/imported/Whale 6.png-f0dddbc6b7dab4481be699509602072f.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 diff --git a/Project/Textures/Whale/Whale 7.png b/Project/Textures/Whale/Whale 7.png deleted file mode 100644 index 19bea75..0000000 --- a/Project/Textures/Whale/Whale 7.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4557daf5a5f7b2fa8e31a543b80bf06643113f49a0ff36ad7932a60e9e34a485 -size 316430 diff --git a/Project/Textures/Whale/Whale 7.png.import b/Project/Textures/Whale/Whale 7.png.import deleted file mode 100644 index 3e87669..0000000 --- a/Project/Textures/Whale/Whale 7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dqlcy084umvmy" -path="res://.godot/imported/Whale 7.png-a3ae6b44af851468c4b3d50893e1bdbe.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 7.png" -dest_files=["res://.godot/imported/Whale 7.png-a3ae6b44af851468c4b3d50893e1bdbe.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 diff --git a/Project/Textures/Whale/Whale 8.png b/Project/Textures/Whale/Whale 8.png deleted file mode 100644 index e1da53e..0000000 --- a/Project/Textures/Whale/Whale 8.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:390686284f08e050a7c4bf7c537df086a8bb893cfcd97eac7e1332cdbb2db03c -size 313360 diff --git a/Project/Textures/Whale/Whale 8.png.import b/Project/Textures/Whale/Whale 8.png.import deleted file mode 100644 index 8af32bd..0000000 --- a/Project/Textures/Whale/Whale 8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bkiv5st0na5lf" -path="res://.godot/imported/Whale 8.png-e25c4d8fdebab81398447227963ee4a3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 8.png" -dest_files=["res://.godot/imported/Whale 8.png-e25c4d8fdebab81398447227963ee4a3.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 diff --git a/Project/Textures/Whale/Whale 9.png b/Project/Textures/Whale/Whale 9.png deleted file mode 100644 index 5943004..0000000 --- a/Project/Textures/Whale/Whale 9.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a39e5928379bd29edaa93106c4ff7fb6362e3e6b27286b08f75c30833eee9e86 -size 296393 diff --git a/Project/Textures/Whale/Whale 9.png.import b/Project/Textures/Whale/Whale 9.png.import deleted file mode 100644 index 365bdd1..0000000 --- a/Project/Textures/Whale/Whale 9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://csmh12c3ird1w" -path="res://.godot/imported/Whale 9.png-bab59ae2cd6b045102f231e4980d6aa8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://Textures/Whale/Whale 9.png" -dest_files=["res://.godot/imported/Whale 9.png-bab59ae2cd6b045102f231e4980d6aa8.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 diff --git a/Project/icon.png.import b/Project/icon.png.import deleted file mode 100644 index 6f37644..0000000 --- a/Project/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dsur7nxbtpbg3" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..115cfe8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# template + +yeah diff --git a/SConstruct b/SConstruct new file mode 100644 index 0000000..90b874a --- /dev/null +++ b/SConstruct @@ -0,0 +1,25 @@ +#!/usr/bin/env python +import os +import sys + +env = SConscript("godot-cpp/SConstruct") + +# For reference: +# - CCFLAGS are compilation flags shared between C and C++ +# - CFLAGS are for C-specific compilation flags +# - CXXFLAGS are for C++-specific compilation flags +# - CPPFLAGS are for pre-processor flags +# - CPPDEFINES are for pre-processor defines +# - LINKFLAGS are for linking flags + +# tweak this if you want to use different folders, or more folders, to store your source code in. +env.Append(CPPPATH=["src/"]) +sources = Glob("src/*.cpp") + +try: + Documentation = env.GodotCPPDocData("src/gen/doc_data.gen.cpp", source=Glob("docs/*.xml")) + sources.append(Documentation) +except AttributeError: + print("Dear friends! Make sure to have Godot Engine be 4.4 or higher for integrated documentation!") + +Default(env.SharedLibrary("demo/bin/SideScrollingShooter{}{}".format(env["suffix"], env["SHLIBSUFFIX"]),source=sources,)) diff --git a/demo/bin/SideScrollingShooter.gdextension b/demo/bin/SideScrollingShooter.gdextension new file mode 100644 index 0000000..8694b88 --- /dev/null +++ b/demo/bin/SideScrollingShooter.gdextension @@ -0,0 +1,34 @@ +[configuration] + +entry_symbol = "LibraryInit" +compatibility_minimum = "4.2" +reloadable = true + +[libraries] + +macos.debug = "res://bin/libSideScrollingShooter.macos.template_debug.framework" +macos.release = "res://bin/libSideScrollingShooter.macos.template_release.framework" +ios.debug = "res://bin/libSideScrollingShooter.ios.template_debug.xcframework" +ios.release = "res://bin/libSideScrollingShooter.ios.template_release.xcframework" +windows.debug.x86_32 = "res://bin/libSideScrollingShooter.windows.template_debug.x86_32.dll" +windows.release.x86_32 = "res://bin/libSideScrollingShooter.windows.template_release.x86_32.dll" +windows.debug.x86_64 = "res://bin/libSideScrollingShooter.windows.template_debug.x86_64.dll" +windows.release.x86_64 = "res://bin/libSideScrollingShooter.windows.template_release.x86_64.dll" +linux.debug.x86_64 = "res://bin/libSideScrollingShooter.linux.template_debug.x86_64.so" +linux.release.x86_64 = "res://bin/libSideScrollingShooter.linux.template_release.x86_64.so" +linux.debug.arm64 = "res://bin/libSideScrollingShooter.linux.template_debug.arm64.so" +linux.release.arm64 = "res://bin/libSideScrollingShooter.linux.template_release.arm64.so" +linux.debug.rv64 = "res://bin/libSideScrollingShooter.linux.template_debug.rv64.so" +linux.release.rv64 = "res://bin/libSideScrollingShooter.linux.template_release.rv64.so" +android.debug.x86_64 = "res://bin/libSideScrollingShooter.android.template_debug.x86_64.so" +android.release.x86_64 = "res://bin/libSideScrollingShooter.android.template_release.x86_64.so" +android.debug.arm64 = "res://bin/libSideScrollingShooter.android.template_debug.arm64.so" +android.release.arm64 = "res://bin/libSideScrollingShooter.android.template_release.arm64.so" + +[dependencies] +ios.debug = { + "res://bin/libgodot-cpp.ios.template_debug.xcframework": "" +} +ios.release = { + "res://bin/libgodot-cpp.ios.template_release.xcframework": "" +} diff --git a/demo/bin/SideScrollingShooter.gdextension.uid b/demo/bin/SideScrollingShooter.gdextension.uid new file mode 100644 index 0000000..7ca08f5 --- /dev/null +++ b/demo/bin/SideScrollingShooter.gdextension.uid @@ -0,0 +1 @@ +uid://d2acjapvkngkl diff --git a/demo/bin/libSideScrollingShooter.linux.template_debug.x86_64.so b/demo/bin/libSideScrollingShooter.linux.template_debug.x86_64.so new file mode 100755 index 0000000..fe5ed85 Binary files /dev/null and b/demo/bin/libSideScrollingShooter.linux.template_debug.x86_64.so differ diff --git a/Project/default_bus_layout.tres b/demo/default_bus_layout.tres similarity index 100% rename from Project/default_bus_layout.tres rename to demo/default_bus_layout.tres diff --git a/Project/export_presets.cfg b/demo/export_presets.cfg similarity index 100% rename from Project/export_presets.cfg rename to demo/export_presets.cfg diff --git a/Project/Scenes/Bullets/bullet.tscn b/demo/godot/Scenes/Bullets/bullet.tscn similarity index 82% rename from Project/Scenes/Bullets/bullet.tscn rename to demo/godot/Scenes/Bullets/bullet.tscn index d417e4f..f2f882f 100644 --- a/Project/Scenes/Bullets/bullet.tscn +++ b/demo/godot/Scenes/Bullets/bullet.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=5 format=3 uid="uid://do4a4d3u60iy1"] -[ext_resource type="Script" path="res://Scripts/bullet.gd" id="1_utvym"] -[ext_resource type="Texture2D" uid="uid://d07qtvmhqjjts" path="res://Textures/Bullet.png" id="2_xbn07"] -[ext_resource type="AudioStream" uid="uid://b4r0manp60hb4" path="res://Sound/HitHurt.ogg" id="3_qwtek"] +[ext_resource type="Script" uid="uid://dyr00ngj1j5le" path="res://godot/Scripts/bullet.gd" id="1_utvym"] +[ext_resource type="Texture2D" uid="uid://d07qtvmhqjjts" path="res://non-godot/Textures/Bullet.png" id="2_xbn07"] +[ext_resource type="AudioStream" uid="uid://b4r0manp60hb4" path="res://non-godot/Sound/HitHurt.ogg" id="3_qwtek"] [sub_resource type="CircleShape2D" id="CircleShape2D_ad2gx"] radius = 14.0 diff --git a/Project/Scenes/Bullets/enemy_bullet.tscn b/demo/godot/Scenes/Bullets/enemy_bullet.tscn similarity index 82% rename from Project/Scenes/Bullets/enemy_bullet.tscn rename to demo/godot/Scenes/Bullets/enemy_bullet.tscn index 7ba4325..c912f2d 100644 --- a/Project/Scenes/Bullets/enemy_bullet.tscn +++ b/demo/godot/Scenes/Bullets/enemy_bullet.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=5 format=3 uid="uid://dq1pnq3g34tay"] -[ext_resource type="Script" path="res://Scripts/bullet.gd" id="1_axiew"] -[ext_resource type="Texture2D" uid="uid://d07qtvmhqjjts" path="res://Textures/Bullet.png" id="2_c87oi"] -[ext_resource type="AudioStream" uid="uid://b4r0manp60hb4" path="res://Sound/HitHurt.ogg" id="3_g6cj5"] +[ext_resource type="Script" uid="uid://dyr00ngj1j5le" path="res://godot/Scripts/bullet.gd" id="1_axiew"] +[ext_resource type="Texture2D" uid="uid://d07qtvmhqjjts" path="res://non-godot/Textures/Bullet.png" id="2_c87oi"] +[ext_resource type="AudioStream" uid="uid://b4r0manp60hb4" path="res://non-godot/Sound/HitHurt.ogg" id="3_g6cj5"] [sub_resource type="CircleShape2D" id="CircleShape2D_ad2gx"] radius = 14.0 diff --git a/Project/Scenes/Enemies/enemy.tscn b/demo/godot/Scenes/Enemies/enemy.tscn similarity index 76% rename from Project/Scenes/Enemies/enemy.tscn rename to demo/godot/Scenes/Enemies/enemy.tscn index 8216baf..c68282e 100644 --- a/Project/Scenes/Enemies/enemy.tscn +++ b/demo/godot/Scenes/Enemies/enemy.tscn @@ -1,17 +1,17 @@ [gd_scene load_steps=15 format=3 uid="uid://8l43dsk30uq3"] -[ext_resource type="Script" path="res://Scripts/enemy.gd" id="1_4aawx"] -[ext_resource type="Texture2D" uid="uid://blrbc8mp71nub" path="res://Textures/Route/Route 1.png" id="2_h84n4"] -[ext_resource type="Texture2D" uid="uid://cphw4low4de4b" path="res://Textures/Route/Route 2.png" id="3_tnxi1"] -[ext_resource type="Texture2D" uid="uid://dwdn12rkkr1uo" path="res://Textures/Route/Route 3.png" id="4_8tegk"] -[ext_resource type="Texture2D" uid="uid://bbupn4br1fog7" path="res://Textures/Route/Route 4.png" id="5_nodwr"] -[ext_resource type="Texture2D" uid="uid://tfbp816emics" path="res://Textures/Route/Route 5.png" id="6_dky81"] -[ext_resource type="Texture2D" uid="uid://cl0sil1psnxs1" path="res://Textures/Route/Route 6.png" id="7_lif88"] -[ext_resource type="Texture2D" uid="uid://cgv78fuua01eg" path="res://Textures/Route/Route 7.png" id="8_slcma"] -[ext_resource type="Texture2D" uid="uid://y2e4mmb2u3h5" path="res://Textures/Route/Route 8.png" id="9_g78pb"] -[ext_resource type="Texture2D" uid="uid://cfonr11og4um" path="res://Textures/Route/Route 9.png" id="10_i4jqp"] -[ext_resource type="Texture2D" uid="uid://dtgyeeu1t0n7h" path="res://Textures/Route/Route 10.png" id="11_skrsr"] -[ext_resource type="Texture2D" uid="uid://b1xcgdrf6sdbp" path="res://Textures/Route/Route 11.png" id="12_gr3uw"] +[ext_resource type="Script" uid="uid://csmqifafakbu4" path="res://godot/Scripts/enemy.gd" id="1_4aawx"] +[ext_resource type="Texture2D" uid="uid://blrbc8mp71nub" path="res://non-godot/Textures/Route/Route 1.png" id="2_h84n4"] +[ext_resource type="Texture2D" uid="uid://cphw4low4de4b" path="res://non-godot/Textures/Route/Route 2.png" id="3_tnxi1"] +[ext_resource type="Texture2D" uid="uid://dwdn12rkkr1uo" path="res://non-godot/Textures/Route/Route 3.png" id="4_8tegk"] +[ext_resource type="Texture2D" uid="uid://bbupn4br1fog7" path="res://non-godot/Textures/Route/Route 4.png" id="5_nodwr"] +[ext_resource type="Texture2D" uid="uid://tfbp816emics" path="res://non-godot/Textures/Route/Route 5.png" id="6_dky81"] +[ext_resource type="Texture2D" uid="uid://cl0sil1psnxs1" path="res://non-godot/Textures/Route/Route 6.png" id="7_lif88"] +[ext_resource type="Texture2D" uid="uid://cgv78fuua01eg" path="res://non-godot/Textures/Route/Route 7.png" id="8_slcma"] +[ext_resource type="Texture2D" uid="uid://y2e4mmb2u3h5" path="res://non-godot/Textures/Route/Route 8.png" id="9_g78pb"] +[ext_resource type="Texture2D" uid="uid://cfonr11og4um" path="res://non-godot/Textures/Route/Route 9.png" id="10_i4jqp"] +[ext_resource type="Texture2D" uid="uid://dtgyeeu1t0n7h" path="res://non-godot/Textures/Route/Route 10.png" id="11_skrsr"] +[ext_resource type="Texture2D" uid="uid://b1xcgdrf6sdbp" path="res://non-godot/Textures/Route/Route 11.png" id="12_gr3uw"] [sub_resource type="SpriteFrames" id="SpriteFrames_48384"] animations = [{ diff --git a/Project/Scenes/Enemies/shooting_enemy.tscn b/demo/godot/Scenes/Enemies/shooting_enemy.tscn similarity index 77% rename from Project/Scenes/Enemies/shooting_enemy.tscn rename to demo/godot/Scenes/Enemies/shooting_enemy.tscn index 9cd9092..6d4769b 100644 --- a/Project/Scenes/Enemies/shooting_enemy.tscn +++ b/demo/godot/Scenes/Enemies/shooting_enemy.tscn @@ -1,16 +1,16 @@ [gd_scene load_steps=14 format=3 uid="uid://bki7jjuvugscj"] -[ext_resource type="Script" path="res://Scripts/enemy.gd" id="1_oyq4s"] -[ext_resource type="PackedScene" uid="uid://dq1pnq3g34tay" path="res://Scenes/Bullets/enemy_bullet.tscn" id="2_w428l"] -[ext_resource type="Texture2D" uid="uid://b2res51c25avx" path="res://Textures/Whale/Whale 1.png" id="3_rlx0w"] -[ext_resource type="Texture2D" uid="uid://s3ici4urgkpp" path="res://Textures/Whale/Whale 2.png" id="4_nq1if"] -[ext_resource type="Texture2D" uid="uid://xvmxbxost161" path="res://Textures/Whale/Whale 3.png" id="5_vayue"] -[ext_resource type="Texture2D" uid="uid://d13ht078u72ob" path="res://Textures/Whale/Whale 4.png" id="6_5ajax"] -[ext_resource type="Texture2D" uid="uid://dmdonnxkc6q5y" path="res://Textures/Whale/Whale 5.png" id="7_jutdb"] -[ext_resource type="Texture2D" uid="uid://mk3erlmynh73" path="res://Textures/Whale/Whale 6.png" id="8_xrq6q"] -[ext_resource type="Texture2D" uid="uid://dqlcy084umvmy" path="res://Textures/Whale/Whale 7.png" id="9_u1p5y"] -[ext_resource type="Texture2D" uid="uid://bkiv5st0na5lf" path="res://Textures/Whale/Whale 8.png" id="10_fdwi5"] -[ext_resource type="Texture2D" uid="uid://csmh12c3ird1w" path="res://Textures/Whale/Whale 9.png" id="11_7viix"] +[ext_resource type="Script" uid="uid://csmqifafakbu4" path="res://godot/Scripts/enemy.gd" id="1_oyq4s"] +[ext_resource type="PackedScene" uid="uid://dq1pnq3g34tay" path="res://godot/Scenes/Bullets/enemy_bullet.tscn" id="2_w428l"] +[ext_resource type="Texture2D" uid="uid://b2res51c25avx" path="res://non-godot/Textures/Whale/Whale 1.png" id="3_rlx0w"] +[ext_resource type="Texture2D" uid="uid://s3ici4urgkpp" path="res://non-godot/Textures/Whale/Whale 2.png" id="4_nq1if"] +[ext_resource type="Texture2D" uid="uid://xvmxbxost161" path="res://non-godot/Textures/Whale/Whale 3.png" id="5_vayue"] +[ext_resource type="Texture2D" uid="uid://d13ht078u72ob" path="res://non-godot/Textures/Whale/Whale 4.png" id="6_5ajax"] +[ext_resource type="Texture2D" uid="uid://dmdonnxkc6q5y" path="res://non-godot/Textures/Whale/Whale 5.png" id="7_jutdb"] +[ext_resource type="Texture2D" uid="uid://mk3erlmynh73" path="res://non-godot/Textures/Whale/Whale 6.png" id="8_xrq6q"] +[ext_resource type="Texture2D" uid="uid://dqlcy084umvmy" path="res://non-godot/Textures/Whale/Whale 7.png" id="9_u1p5y"] +[ext_resource type="Texture2D" uid="uid://bkiv5st0na5lf" path="res://non-godot/Textures/Whale/Whale 8.png" id="10_fdwi5"] +[ext_resource type="Texture2D" uid="uid://csmh12c3ird1w" path="res://non-godot/Textures/Whale/Whale 9.png" id="11_7viix"] [sub_resource type="SpriteFrames" id="SpriteFrames_t7ivn"] animations = [{ diff --git a/Project/Scenes/Enemies/small_enemy.tscn b/demo/godot/Scenes/Enemies/small_enemy.tscn similarity index 74% rename from Project/Scenes/Enemies/small_enemy.tscn rename to demo/godot/Scenes/Enemies/small_enemy.tscn index 9761115..40a4ea8 100644 --- a/Project/Scenes/Enemies/small_enemy.tscn +++ b/demo/godot/Scenes/Enemies/small_enemy.tscn @@ -1,21 +1,21 @@ [gd_scene load_steps=19 format=3 uid="uid://cvg4akmwt77sx"] -[ext_resource type="Script" path="res://Scripts/enemy.gd" id="1_kdxi1"] -[ext_resource type="Texture2D" uid="uid://dw3bcaslqj467" path="res://Textures/Coin/Coin 1.png" id="2_s8unv"] -[ext_resource type="Texture2D" uid="uid://cnpg71q8pydtg" path="res://Textures/Coin/Coin 2.png" id="3_mlxhs"] -[ext_resource type="Texture2D" uid="uid://c0kygvqnsfse5" path="res://Textures/Coin/Coin 3.png" id="4_lo4ud"] -[ext_resource type="Texture2D" uid="uid://c21ggslv66qpg" path="res://Textures/Coin/Coin 4.png" id="5_g16sj"] -[ext_resource type="Texture2D" uid="uid://dn2vx0de2c724" path="res://Textures/Coin/Coin 5.png" id="6_06yps"] -[ext_resource type="Texture2D" uid="uid://cro4ea1qh3kj8" path="res://Textures/Coin/Coin 6.png" id="7_3470u"] -[ext_resource type="Texture2D" uid="uid://bb8bpnqbtgd0x" path="res://Textures/Coin/Coin 7.png" id="8_1q3om"] -[ext_resource type="Texture2D" uid="uid://d0lqxih7m0e5w" path="res://Textures/Coin/Coin 8.png" id="9_8niih"] -[ext_resource type="Texture2D" uid="uid://c8w32asukhshm" path="res://Textures/Coin/Coin 9.png" id="10_urhte"] -[ext_resource type="Texture2D" uid="uid://cjsoadwiu0248" path="res://Textures/Coin/Coin 10.png" id="11_kmbik"] -[ext_resource type="Texture2D" uid="uid://l2jd4lf4x4ip" path="res://Textures/Coin/Coin 11.png" id="12_lxhk4"] -[ext_resource type="Texture2D" uid="uid://damvch2xehg0m" path="res://Textures/Coin/Coin 12.png" id="13_cymrp"] -[ext_resource type="Texture2D" uid="uid://ctmtjvr8jqpq" path="res://Textures/Coin/Coin 13.png" id="14_oeilk"] -[ext_resource type="Texture2D" uid="uid://vm6wphb3xf2s" path="res://Textures/Coin/Coin 14.png" id="15_8wghn"] -[ext_resource type="Texture2D" uid="uid://ct2oc7jj6u6n3" path="res://Textures/Coin/Coin 15.png" id="16_52kjy"] +[ext_resource type="Script" uid="uid://csmqifafakbu4" path="res://godot/Scripts/enemy.gd" id="1_kdxi1"] +[ext_resource type="Texture2D" uid="uid://dw3bcaslqj467" path="res://non-godot/Textures/Coin/Coin 1.png" id="2_s8unv"] +[ext_resource type="Texture2D" uid="uid://cnpg71q8pydtg" path="res://non-godot/Textures/Coin/Coin 2.png" id="3_mlxhs"] +[ext_resource type="Texture2D" uid="uid://c0kygvqnsfse5" path="res://non-godot/Textures/Coin/Coin 3.png" id="4_lo4ud"] +[ext_resource type="Texture2D" uid="uid://c21ggslv66qpg" path="res://non-godot/Textures/Coin/Coin 4.png" id="5_g16sj"] +[ext_resource type="Texture2D" uid="uid://dn2vx0de2c724" path="res://non-godot/Textures/Coin/Coin 5.png" id="6_06yps"] +[ext_resource type="Texture2D" uid="uid://cro4ea1qh3kj8" path="res://non-godot/Textures/Coin/Coin 6.png" id="7_3470u"] +[ext_resource type="Texture2D" uid="uid://bb8bpnqbtgd0x" path="res://non-godot/Textures/Coin/Coin 7.png" id="8_1q3om"] +[ext_resource type="Texture2D" uid="uid://d0lqxih7m0e5w" path="res://non-godot/Textures/Coin/Coin 8.png" id="9_8niih"] +[ext_resource type="Texture2D" uid="uid://c8w32asukhshm" path="res://non-godot/Textures/Coin/Coin 9.png" id="10_urhte"] +[ext_resource type="Texture2D" uid="uid://cjsoadwiu0248" path="res://non-godot/Textures/Coin/Coin 10.png" id="11_kmbik"] +[ext_resource type="Texture2D" uid="uid://l2jd4lf4x4ip" path="res://non-godot/Textures/Coin/Coin 11.png" id="12_lxhk4"] +[ext_resource type="Texture2D" uid="uid://damvch2xehg0m" path="res://non-godot/Textures/Coin/Coin 12.png" id="13_cymrp"] +[ext_resource type="Texture2D" uid="uid://ctmtjvr8jqpq" path="res://non-godot/Textures/Coin/Coin 13.png" id="14_oeilk"] +[ext_resource type="Texture2D" uid="uid://vm6wphb3xf2s" path="res://non-godot/Textures/Coin/Coin 14.png" id="15_8wghn"] +[ext_resource type="Texture2D" uid="uid://ct2oc7jj6u6n3" path="res://non-godot/Textures/Coin/Coin 15.png" id="16_52kjy"] [sub_resource type="SpriteFrames" id="SpriteFrames_bx8oo"] animations = [{ diff --git a/Project/Scenes/Level 01.tscn b/demo/godot/Scenes/Level 01.tscn similarity index 71% rename from Project/Scenes/Level 01.tscn rename to demo/godot/Scenes/Level 01.tscn index 40b505f..5e2736f 100644 --- a/Project/Scenes/Level 01.tscn +++ b/demo/godot/Scenes/Level 01.tscn @@ -1,16 +1,11 @@ -[gd_scene load_steps=17 format=3 uid="uid://sukfq8clv4s0"] +[gd_scene load_steps=12 format=3 uid="uid://sukfq8clv4s0"] -[ext_resource type="Texture2D" uid="uid://xlfmu7wr8mhb" path="res://Textures/Level01/Sky2.png" id="1_4a42c"] -[ext_resource type="Texture2D" uid="uid://88sgqxmugeto" path="res://Textures/Level01/Sky1.png" id="2_vchpd"] -[ext_resource type="Texture2D" uid="uid://w527cw3q2qhm" path="res://Textures/Level01/Sky3.png" id="3_2h5vj"] -[ext_resource type="PackedScene" uid="uid://b6gjwbfujf38y" path="res://Scenes/heads_up_display.tscn" id="4_fiy6t"] -[ext_resource type="PackedScene" uid="uid://bjbccem28ir8r" path="res://Scenes/player.tscn" id="5_dh16x"] -[ext_resource type="PackedScene" uid="uid://dguvnd4wmo35j" path="res://Scenes/enemy_waves.tscn" id="6_7y0em"] -[ext_resource type="PackedScene" uid="uid://baqm758lyy4o3" path="res://Scenes/Waves/Level 01/sample_shooting.tscn" id="7_4pyr6"] -[ext_resource type="PackedScene" uid="uid://bkm7p6iqiqm21" path="res://Scenes/Waves/Level 01/sample.tscn" id="7_gs225"] -[ext_resource type="PackedScene" uid="uid://b8vxsep2lvw3a" path="res://Scenes/Waves/begin.tscn" id="8_3hfxd"] -[ext_resource type="PackedScene" uid="uid://bd0ehge1veq56" path="res://Scenes/Waves/end.tscn" id="9_a1qi8"] -[ext_resource type="PackedScene" uid="uid://dyqnmrhflct7u" path="res://Scenes/Waves/Level 01/sample_behind.tscn" id="9_ggr54"] +[ext_resource type="Texture2D" uid="uid://xlfmu7wr8mhb" path="res://non-godot/Textures/Level01/Sky2.png" id="1_4a42c"] +[ext_resource type="Texture2D" uid="uid://88sgqxmugeto" path="res://non-godot/Textures/Level01/Sky1.png" id="2_vchpd"] +[ext_resource type="Texture2D" uid="uid://w527cw3q2qhm" path="res://non-godot/Textures/Level01/Sky3.png" id="3_2h5vj"] +[ext_resource type="PackedScene" uid="uid://b6gjwbfujf38y" path="res://godot/Scenes/heads_up_display.tscn" id="4_fiy6t"] +[ext_resource type="PackedScene" uid="uid://bjbccem28ir8r" path="res://godot/Scenes/player.tscn" id="5_dh16x"] +[ext_resource type="PackedScene" uid="uid://dguvnd4wmo35j" path="res://godot/Scenes/enemy_waves.tscn" id="6_7y0em"] [sub_resource type="Gradient" id="Gradient_ay0jx"] colors = PackedColorArray(0, 0.172549, 1, 1, 0, 0.623529, 1, 1) @@ -77,29 +72,29 @@ texture = SubResource("GradientTexture2D_1gw3d") [node name="SlowestClouds" type="GPUParticles2D" parent="Background"] position = Vector2(1800, 360) amount = 40 -process_material = SubResource("ParticleProcessMaterial_ctueq") texture = ExtResource("1_4a42c") lifetime = 480.0 preprocess = 120.0 visibility_rect = Rect2(-2000, -2000, 4000, 4000) +process_material = SubResource("ParticleProcessMaterial_ctueq") [node name="SlowClouds" type="GPUParticles2D" parent="Background"] position = Vector2(1800, 360) amount = 20 -process_material = SubResource("ParticleProcessMaterial_dvhti") texture = ExtResource("2_vchpd") lifetime = 120.0 preprocess = 40.0 visibility_rect = Rect2(-2000, -2000, 4000, 4000) +process_material = SubResource("ParticleProcessMaterial_dvhti") [node name="FastClouds" type="GPUParticles2D" parent="Background"] position = Vector2(1800, 360) amount = 40 -process_material = SubResource("ParticleProcessMaterial_4312q") texture = ExtResource("3_2h5vj") lifetime = 40.0 preprocess = 10.0 visibility_rect = Rect2(-2000, -2000, 4000, 4000) +process_material = SubResource("ParticleProcessMaterial_4312q") [node name="HeadsUpDisplay" parent="." instance=ExtResource("4_fiy6t")] @@ -108,10 +103,3 @@ position = Vector2(157, 279) slide_on_ceiling = false [node name="EnemyWaves" parent="." instance=ExtResource("6_7y0em")] -WaveWaits = Array[float]([0.0, 7.0, 4.0]) -WaveScenes = Array[PackedScene]([ExtResource("7_4pyr6"), ExtResource("7_gs225"), ExtResource("9_ggr54")]) -BeginningFade = ExtResource("8_3hfxd") -EndingFadeTime = 5.0 -EndingFade = ExtResource("9_a1qi8") - -[connection signal="PlayerTookDamage" from="Player" to="HeadsUpDisplay" method="_on_player_player_took_damage"] diff --git a/Project/Scenes/Waves/Level 01/sample.tscn b/demo/godot/Scenes/Waves/Level 01/sample.tscn similarity index 94% rename from Project/Scenes/Waves/Level 01/sample.tscn rename to demo/godot/Scenes/Waves/Level 01/sample.tscn index 081dc48..cc0007c 100644 --- a/Project/Scenes/Waves/Level 01/sample.tscn +++ b/demo/godot/Scenes/Waves/Level 01/sample.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bkm7p6iqiqm21"] -[ext_resource type="PackedScene" uid="uid://8l43dsk30uq3" path="res://Scenes/Enemies/enemy.tscn" id="1_qilfm"] +[ext_resource type="PackedScene" uid="uid://8l43dsk30uq3" path="res://godot/Scenes/Enemies/enemy.tscn" id="1_qilfm"] [node name="SampleNoAnim" type="Node2D"] diff --git a/Project/Scenes/Waves/Level 01/sample_behind.tscn b/demo/godot/Scenes/Waves/Level 01/sample_behind.tscn similarity index 83% rename from Project/Scenes/Waves/Level 01/sample_behind.tscn rename to demo/godot/Scenes/Waves/Level 01/sample_behind.tscn index eba9a29..433252b 100644 --- a/Project/Scenes/Waves/Level 01/sample_behind.tscn +++ b/demo/godot/Scenes/Waves/Level 01/sample_behind.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://dyqnmrhflct7u"] -[ext_resource type="PackedScene" uid="uid://8l43dsk30uq3" path="res://Scenes/Enemies/enemy.tscn" id="1_f6jx0"] -[ext_resource type="PackedScene" uid="uid://bki7jjuvugscj" path="res://Scenes/Enemies/shooting_enemy.tscn" id="2_fnekj"] +[ext_resource type="PackedScene" uid="uid://8l43dsk30uq3" path="res://godot/Scenes/Enemies/enemy.tscn" id="1_f6jx0"] +[ext_resource type="PackedScene" uid="uid://bki7jjuvugscj" path="res://godot/Scenes/Enemies/shooting_enemy.tscn" id="2_fnekj"] [node name="SampleBehind" type="Node2D"] diff --git a/Project/Scenes/Waves/Level 01/sample_shooting.tscn b/demo/godot/Scenes/Waves/Level 01/sample_shooting.tscn similarity index 88% rename from Project/Scenes/Waves/Level 01/sample_shooting.tscn rename to demo/godot/Scenes/Waves/Level 01/sample_shooting.tscn index 7585026..8238bb1 100644 --- a/Project/Scenes/Waves/Level 01/sample_shooting.tscn +++ b/demo/godot/Scenes/Waves/Level 01/sample_shooting.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://baqm758lyy4o3"] -[ext_resource type="PackedScene" uid="uid://bki7jjuvugscj" path="res://Scenes/Enemies/shooting_enemy.tscn" id="1_5prw6"] +[ext_resource type="PackedScene" uid="uid://bki7jjuvugscj" path="res://godot/Scenes/Enemies/shooting_enemy.tscn" id="1_5prw6"] [node name="SampleNoAnimShooting" type="Node2D"] diff --git a/Project/Scenes/Waves/begin.tscn b/demo/godot/Scenes/Waves/begin.tscn similarity index 92% rename from Project/Scenes/Waves/begin.tscn rename to demo/godot/Scenes/Waves/begin.tscn index da4bd8f..a9e7041 100644 --- a/Project/Scenes/Waves/begin.tscn +++ b/demo/godot/Scenes/Waves/begin.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://b8vxsep2lvw3a"] -[ext_resource type="Script" path="res://Scripts/beginning&end.gd" id="1_r5omd"] +[ext_resource type="Script" uid="uid://bfw8gpwvaa5k1" path="res://godot/Scripts/beginning&end.gd" id="1_r5omd"] [sub_resource type="Animation" id="Animation_hbbht"] length = 0.001 diff --git a/Project/Scenes/Waves/end.tscn b/demo/godot/Scenes/Waves/end.tscn similarity index 93% rename from Project/Scenes/Waves/end.tscn rename to demo/godot/Scenes/Waves/end.tscn index 8e23f5f..b831692 100644 --- a/Project/Scenes/Waves/end.tscn +++ b/demo/godot/Scenes/Waves/end.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://bd0ehge1veq56"] -[ext_resource type="Script" path="res://Scripts/beginning&end.gd" id="1_neulq"] +[ext_resource type="Script" uid="uid://bfw8gpwvaa5k1" path="res://godot/Scripts/beginning&end.gd" id="1_neulq"] [sub_resource type="Animation" id="Animation_wxjil"] length = 0.001 diff --git a/Project/Scenes/enemy_waves.tscn b/demo/godot/Scenes/enemy_waves.tscn similarity index 54% rename from Project/Scenes/enemy_waves.tscn rename to demo/godot/Scenes/enemy_waves.tscn index faa2842..76fd51b 100644 --- a/Project/Scenes/enemy_waves.tscn +++ b/demo/godot/Scenes/enemy_waves.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dguvnd4wmo35j"] -[ext_resource type="Script" path="res://Scripts/enemy_waves.gd" id="1_nghhd"] +[ext_resource type="Script" uid="uid://bds2gfjat71g3" path="res://godot/Scripts/enemy_waves.gd" id="1_nghhd"] [node name="EnemyWaves" type="Node2D"] script = ExtResource("1_nghhd") diff --git a/Project/Scenes/heads_up_display.tscn b/demo/godot/Scenes/heads_up_display.tscn similarity index 93% rename from Project/Scenes/heads_up_display.tscn rename to demo/godot/Scenes/heads_up_display.tscn index 508be54..4864e52 100644 --- a/Project/Scenes/heads_up_display.tscn +++ b/demo/godot/Scenes/heads_up_display.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=9 format=3 uid="uid://b6gjwbfujf38y"] -[ext_resource type="Script" path="res://Scripts/heads_up_display.gd" id="1_u3slv"] -[ext_resource type="Texture2D" uid="uid://8s5wyy4abpnr" path="res://Textures/Hud.png" id="2_m85kq"] -[ext_resource type="Texture2D" uid="uid://cunprfaqhrw10" path="res://Textures/Hudfill.png" id="4_bo16e"] +[ext_resource type="Script" uid="uid://cn8b5xk7ngeet" path="res://godot/Scripts/heads_up_display.gd" id="1_u3slv"] +[ext_resource type="Texture2D" uid="uid://8s5wyy4abpnr" path="res://non-godot/Textures/Hud.png" id="2_m85kq"] +[ext_resource type="Texture2D" uid="uid://cunprfaqhrw10" path="res://non-godot/Textures/Hudfill.png" id="4_bo16e"] [sub_resource type="LabelSettings" id="LabelSettings_kfuc0"] font_size = 30 diff --git a/Project/Scenes/player.tscn b/demo/godot/Scenes/player.tscn similarity index 94% rename from Project/Scenes/player.tscn rename to demo/godot/Scenes/player.tscn index 97a0d99..e391db6 100644 --- a/Project/Scenes/player.tscn +++ b/demo/godot/Scenes/player.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=14 format=3 uid="uid://bjbccem28ir8r"] -[ext_resource type="Script" path="res://Scripts/player.gd" id="1_2bkpj"] -[ext_resource type="PackedScene" uid="uid://do4a4d3u60iy1" path="res://Scenes/Bullets/bullet.tscn" id="2_ogm6h"] -[ext_resource type="Texture2D" uid="uid://c5kt81t5h4vgn" path="res://Textures/Plane/Plane.png" id="3_5g2vf"] -[ext_resource type="AudioStream" uid="uid://dg1f8fv4a2jdm" path="res://Sound/Explosion.ogg" id="3_apj4i"] -[ext_resource type="Texture2D" uid="uid://bcbjh2amre7ke" path="res://Textures/Plane/PlaneUp.png" id="3_t0dqt"] -[ext_resource type="AudioStream" uid="uid://do4a5aj5a0216" path="res://Sound/Shoot.ogg" id="4_m3gyy"] -[ext_resource type="Texture2D" uid="uid://bff4pkabs2ecf" path="res://Textures/Plane/PlaneDown.png" id="5_ylcev"] +[ext_resource type="Script" uid="uid://7w35cdpth8d1" path="res://godot/Scripts/player.gd" id="1_2bkpj"] +[ext_resource type="PackedScene" uid="uid://do4a4d3u60iy1" path="res://godot/Scenes/Bullets/bullet.tscn" id="2_ogm6h"] +[ext_resource type="Texture2D" uid="uid://c5kt81t5h4vgn" path="res://non-godot/Textures/Plane/Plane.png" id="3_5g2vf"] +[ext_resource type="AudioStream" uid="uid://dg1f8fv4a2jdm" path="res://non-godot/Sound/Explosion.ogg" id="3_apj4i"] +[ext_resource type="Texture2D" uid="uid://bcbjh2amre7ke" path="res://non-godot/Textures/Plane/PlaneUp.png" id="3_t0dqt"] +[ext_resource type="AudioStream" uid="uid://do4a5aj5a0216" path="res://non-godot/Sound/Shoot.ogg" id="4_m3gyy"] +[ext_resource type="Texture2D" uid="uid://bff4pkabs2ecf" path="res://non-godot/Textures/Plane/PlaneDown.png" id="5_ylcev"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_u1ywu"] size = Vector2(220, 68) diff --git a/Project/Scripts/beginning&end.gd b/demo/godot/Scripts/beginning&end.gd similarity index 100% rename from Project/Scripts/beginning&end.gd rename to demo/godot/Scripts/beginning&end.gd diff --git a/demo/godot/Scripts/beginning&end.gd.uid b/demo/godot/Scripts/beginning&end.gd.uid new file mode 100644 index 0000000..4f53c6a --- /dev/null +++ b/demo/godot/Scripts/beginning&end.gd.uid @@ -0,0 +1 @@ +uid://bfw8gpwvaa5k1 diff --git a/Project/Scripts/bullet.gd b/demo/godot/Scripts/bullet.gd similarity index 100% rename from Project/Scripts/bullet.gd rename to demo/godot/Scripts/bullet.gd diff --git a/demo/godot/Scripts/bullet.gd.uid b/demo/godot/Scripts/bullet.gd.uid new file mode 100644 index 0000000..793af62 --- /dev/null +++ b/demo/godot/Scripts/bullet.gd.uid @@ -0,0 +1 @@ +uid://dyr00ngj1j5le diff --git a/Project/Scripts/enemy.gd b/demo/godot/Scripts/enemy.gd similarity index 100% rename from Project/Scripts/enemy.gd rename to demo/godot/Scripts/enemy.gd diff --git a/demo/godot/Scripts/enemy.gd.uid b/demo/godot/Scripts/enemy.gd.uid new file mode 100644 index 0000000..c3495b0 --- /dev/null +++ b/demo/godot/Scripts/enemy.gd.uid @@ -0,0 +1 @@ +uid://csmqifafakbu4 diff --git a/Project/Scripts/enemy_waves.gd b/demo/godot/Scripts/enemy_waves.gd similarity index 100% rename from Project/Scripts/enemy_waves.gd rename to demo/godot/Scripts/enemy_waves.gd diff --git a/demo/godot/Scripts/enemy_waves.gd.uid b/demo/godot/Scripts/enemy_waves.gd.uid new file mode 100644 index 0000000..f6b2dcb --- /dev/null +++ b/demo/godot/Scripts/enemy_waves.gd.uid @@ -0,0 +1 @@ +uid://bds2gfjat71g3 diff --git a/Project/Scripts/global.gd b/demo/godot/Scripts/global.gd similarity index 100% rename from Project/Scripts/global.gd rename to demo/godot/Scripts/global.gd diff --git a/demo/godot/Scripts/global.gd.uid b/demo/godot/Scripts/global.gd.uid new file mode 100644 index 0000000..86d112b --- /dev/null +++ b/demo/godot/Scripts/global.gd.uid @@ -0,0 +1 @@ +uid://daypvkutwalb6 diff --git a/Project/Scripts/heads_up_display.gd b/demo/godot/Scripts/heads_up_display.gd similarity index 100% rename from Project/Scripts/heads_up_display.gd rename to demo/godot/Scripts/heads_up_display.gd diff --git a/demo/godot/Scripts/heads_up_display.gd.uid b/demo/godot/Scripts/heads_up_display.gd.uid new file mode 100644 index 0000000..5e6e8d2 --- /dev/null +++ b/demo/godot/Scripts/heads_up_display.gd.uid @@ -0,0 +1 @@ +uid://cn8b5xk7ngeet diff --git a/Project/Scripts/player.gd b/demo/godot/Scripts/player.gd similarity index 100% rename from Project/Scripts/player.gd rename to demo/godot/Scripts/player.gd diff --git a/demo/godot/Scripts/player.gd.uid b/demo/godot/Scripts/player.gd.uid new file mode 100644 index 0000000..b1e7af6 --- /dev/null +++ b/demo/godot/Scripts/player.gd.uid @@ -0,0 +1 @@ +uid://7w35cdpth8d1 diff --git a/Project/Sound/Explosion.ogg b/demo/non-godot/Sound/Explosion.ogg similarity index 100% rename from Project/Sound/Explosion.ogg rename to demo/non-godot/Sound/Explosion.ogg diff --git a/Project/Sound/HitHurt.ogg b/demo/non-godot/Sound/HitHurt.ogg similarity index 100% rename from Project/Sound/HitHurt.ogg rename to demo/non-godot/Sound/HitHurt.ogg diff --git a/Project/Sound/Shoot.ogg b/demo/non-godot/Sound/Shoot.ogg similarity index 100% rename from Project/Sound/Shoot.ogg rename to demo/non-godot/Sound/Shoot.ogg diff --git a/Project/Textures/Bullet.png b/demo/non-godot/Textures/Bullet.png similarity index 100% rename from Project/Textures/Bullet.png rename to demo/non-godot/Textures/Bullet.png diff --git a/demo/non-godot/Textures/Coin/Coin 1.png b/demo/non-godot/Textures/Coin/Coin 1.png new file mode 100644 index 0000000..43865aa Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 1.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 10.png b/demo/non-godot/Textures/Coin/Coin 10.png new file mode 100644 index 0000000..3539176 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 10.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 11.png b/demo/non-godot/Textures/Coin/Coin 11.png new file mode 100644 index 0000000..918751a Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 11.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 12.png b/demo/non-godot/Textures/Coin/Coin 12.png new file mode 100644 index 0000000..40c7167 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 12.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 13.png b/demo/non-godot/Textures/Coin/Coin 13.png new file mode 100644 index 0000000..abb7fc0 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 13.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 14.png b/demo/non-godot/Textures/Coin/Coin 14.png new file mode 100644 index 0000000..908f1fe Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 14.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 15.png b/demo/non-godot/Textures/Coin/Coin 15.png new file mode 100644 index 0000000..aaebd69 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 15.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 2.png b/demo/non-godot/Textures/Coin/Coin 2.png new file mode 100644 index 0000000..4b57307 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 2.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 3.png b/demo/non-godot/Textures/Coin/Coin 3.png new file mode 100644 index 0000000..2977834 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 3.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 4.png b/demo/non-godot/Textures/Coin/Coin 4.png new file mode 100644 index 0000000..c9ade77 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 4.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 5.png b/demo/non-godot/Textures/Coin/Coin 5.png new file mode 100644 index 0000000..5a72e13 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 5.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 6.png b/demo/non-godot/Textures/Coin/Coin 6.png new file mode 100644 index 0000000..dbff85d Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 6.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 7.png b/demo/non-godot/Textures/Coin/Coin 7.png new file mode 100644 index 0000000..88917a9 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 7.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 8.png b/demo/non-godot/Textures/Coin/Coin 8.png new file mode 100644 index 0000000..b014729 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 8.png differ diff --git a/demo/non-godot/Textures/Coin/Coin 9.png b/demo/non-godot/Textures/Coin/Coin 9.png new file mode 100644 index 0000000..0909878 Binary files /dev/null and b/demo/non-godot/Textures/Coin/Coin 9.png differ diff --git a/Project/Textures/Hud.png b/demo/non-godot/Textures/Hud.png similarity index 100% rename from Project/Textures/Hud.png rename to demo/non-godot/Textures/Hud.png diff --git a/Project/Textures/Hudfill.png b/demo/non-godot/Textures/Hudfill.png similarity index 100% rename from Project/Textures/Hudfill.png rename to demo/non-godot/Textures/Hudfill.png diff --git a/Project/Textures/Level01/Sky1.png b/demo/non-godot/Textures/Level01/Sky1.png similarity index 100% rename from Project/Textures/Level01/Sky1.png rename to demo/non-godot/Textures/Level01/Sky1.png diff --git a/Project/Textures/Level01/Sky2.png b/demo/non-godot/Textures/Level01/Sky2.png similarity index 100% rename from Project/Textures/Level01/Sky2.png rename to demo/non-godot/Textures/Level01/Sky2.png diff --git a/Project/Textures/Level01/Sky3.png b/demo/non-godot/Textures/Level01/Sky3.png similarity index 100% rename from Project/Textures/Level01/Sky3.png rename to demo/non-godot/Textures/Level01/Sky3.png diff --git a/Project/Textures/Plane/Plane.png b/demo/non-godot/Textures/Plane/Plane.png similarity index 100% rename from Project/Textures/Plane/Plane.png rename to demo/non-godot/Textures/Plane/Plane.png diff --git a/Project/Textures/Plane/PlaneDown.png b/demo/non-godot/Textures/Plane/PlaneDown.png similarity index 100% rename from Project/Textures/Plane/PlaneDown.png rename to demo/non-godot/Textures/Plane/PlaneDown.png diff --git a/Project/Textures/Plane/PlaneUp.png b/demo/non-godot/Textures/Plane/PlaneUp.png similarity index 100% rename from Project/Textures/Plane/PlaneUp.png rename to demo/non-godot/Textures/Plane/PlaneUp.png diff --git a/demo/non-godot/Textures/Route/Route 1.png b/demo/non-godot/Textures/Route/Route 1.png new file mode 100644 index 0000000..285f817 Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 1.png differ diff --git a/demo/non-godot/Textures/Route/Route 10.png b/demo/non-godot/Textures/Route/Route 10.png new file mode 100644 index 0000000..d797321 Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 10.png differ diff --git a/demo/non-godot/Textures/Route/Route 11.png b/demo/non-godot/Textures/Route/Route 11.png new file mode 100644 index 0000000..970c666 Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 11.png differ diff --git a/demo/non-godot/Textures/Route/Route 2.png b/demo/non-godot/Textures/Route/Route 2.png new file mode 100644 index 0000000..4d8dd74 Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 2.png differ diff --git a/demo/non-godot/Textures/Route/Route 3.png b/demo/non-godot/Textures/Route/Route 3.png new file mode 100644 index 0000000..87ef92d Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 3.png differ diff --git a/demo/non-godot/Textures/Route/Route 4.png b/demo/non-godot/Textures/Route/Route 4.png new file mode 100644 index 0000000..c78cb2e Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 4.png differ diff --git a/demo/non-godot/Textures/Route/Route 5.png b/demo/non-godot/Textures/Route/Route 5.png new file mode 100644 index 0000000..b5188f9 Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 5.png differ diff --git a/demo/non-godot/Textures/Route/Route 6.png b/demo/non-godot/Textures/Route/Route 6.png new file mode 100644 index 0000000..76b518f Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 6.png differ diff --git a/demo/non-godot/Textures/Route/Route 7.png b/demo/non-godot/Textures/Route/Route 7.png new file mode 100644 index 0000000..2fca92f Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 7.png differ diff --git a/demo/non-godot/Textures/Route/Route 8.png b/demo/non-godot/Textures/Route/Route 8.png new file mode 100644 index 0000000..2b43fe6 Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 8.png differ diff --git a/demo/non-godot/Textures/Route/Route 9.png b/demo/non-godot/Textures/Route/Route 9.png new file mode 100644 index 0000000..c9db33c Binary files /dev/null and b/demo/non-godot/Textures/Route/Route 9.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 1.png b/demo/non-godot/Textures/Whale/Whale 1.png new file mode 100644 index 0000000..91667e0 Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 1.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 2.png b/demo/non-godot/Textures/Whale/Whale 2.png new file mode 100644 index 0000000..a773276 Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 2.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 3.png b/demo/non-godot/Textures/Whale/Whale 3.png new file mode 100644 index 0000000..3ae0a30 Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 3.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 4.png b/demo/non-godot/Textures/Whale/Whale 4.png new file mode 100644 index 0000000..b2c8c3c Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 4.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 5.png b/demo/non-godot/Textures/Whale/Whale 5.png new file mode 100644 index 0000000..bd880f4 Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 5.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 6.png b/demo/non-godot/Textures/Whale/Whale 6.png new file mode 100644 index 0000000..aa6ddaf Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 6.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 7.png b/demo/non-godot/Textures/Whale/Whale 7.png new file mode 100644 index 0000000..bbc53c8 Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 7.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 8.png b/demo/non-godot/Textures/Whale/Whale 8.png new file mode 100644 index 0000000..5be026e Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 8.png differ diff --git a/demo/non-godot/Textures/Whale/Whale 9.png b/demo/non-godot/Textures/Whale/Whale 9.png new file mode 100644 index 0000000..4214046 Binary files /dev/null and b/demo/non-godot/Textures/Whale/Whale 9.png differ diff --git a/Project/icon.png b/demo/non-godot/icon.png similarity index 100% rename from Project/icon.png rename to demo/non-godot/icon.png diff --git a/Project/project.godot b/demo/project.godot similarity index 93% rename from Project/project.godot rename to demo/project.godot index a2cfec2..4220687 100644 --- a/Project/project.godot +++ b/demo/project.godot @@ -12,14 +12,14 @@ config_version=5 config/name="Side Scrolling Shooter Template" config/description="Side scrolling shooter inspired by Earth Defense Force." -run/main_scene="res://Scenes/Level 01.tscn" -config/features=PackedStringArray("4.3", "Forward Plus") +run/main_scene="res://godot/Scenes/Level 01.tscn" +config/features=PackedStringArray("4.5", "Forward Plus") boot_splash/bg_color=Color(0, 0, 0, 1) -config/icon="res://icon.png" +config/icon="res://non-godot/icon.png" [autoload] -Global="*res://Scripts/global.gd" +Global="*res://godot/Scripts/global.gd" [display] diff --git a/docs/blank.txt b/docs/blank.txt new file mode 100644 index 0000000..960c9a2 --- /dev/null +++ b/docs/blank.txt @@ -0,0 +1 @@ +I need to fill this with something. diff --git a/godot-cpp b/godot-cpp new file mode 160000 index 0000000..86e32ce --- /dev/null +++ b/godot-cpp @@ -0,0 +1 @@ +Subproject commit 86e32cef4ad1665fd385b6f0604fea11e945b703 diff --git a/src/Player.cpp b/src/Player.cpp new file mode 100644 index 0000000..3654519 --- /dev/null +++ b/src/Player.cpp @@ -0,0 +1,18 @@ +#include "Player.hpp" + +#include +#include + +namespace godot { + Player::Player() { + + } + + Player::~Player() { + queue_free(); + } + + void Player::_bind_methods() { + + } +}; diff --git a/src/Player.hpp b/src/Player.hpp new file mode 100644 index 0000000..8769a78 --- /dev/null +++ b/src/Player.hpp @@ -0,0 +1,23 @@ +#ifndef PLAYER_HPP +#define PLAYER_HPP + +#include + +namespace godot { + class Player : public CharacterBody2D { + GDCLASS(Player, CharacterBody2D) + + private: + + + protected: + static void _bind_methods(); + + public: + Player(); + ~Player(); + + }; +}; + +#endif diff --git a/src/RegisterTypes.cpp b/src/RegisterTypes.cpp new file mode 100644 index 0000000..557c302 --- /dev/null +++ b/src/RegisterTypes.cpp @@ -0,0 +1,36 @@ +#include "RegisterTypes.hpp" + +#include "Player.hpp" + +#include +#include +#include + +using namespace godot; + +void InitializeModule(ModuleInitializationLevel p_level) { + if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) { + return; + } + + GDREGISTER_CLASS(Player); +} + +void UninitializeModule(ModuleInitializationLevel p_level) { + if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) { + return; + } +} + +extern "C" { + // Initialization. + GDExtensionBool GDE_EXPORT LibraryInit(GDExtensionInterfaceGetProcAddress p_get_proc_address, const GDExtensionClassLibraryPtr p_library, GDExtensionInitialization *r_initialization) { + godot::GDExtensionBinding::InitObject init_obj(p_get_proc_address, p_library, r_initialization); + + init_obj.register_initializer(InitializeModule); + init_obj.register_terminator(UninitializeModule); + init_obj.set_minimum_library_initialization_level(MODULE_INITIALIZATION_LEVEL_SCENE); + + return init_obj.init(); + } +} diff --git a/src/RegisterTypes.hpp b/src/RegisterTypes.hpp new file mode 100644 index 0000000..b8b9365 --- /dev/null +++ b/src/RegisterTypes.hpp @@ -0,0 +1,11 @@ +#ifndef REGISTER_TYPES_HPP +#define REGISTER_TYPES_HPP + +#include + +using namespace godot; + +void InitializeModule(ModuleInitializationLevel p_level); +void UninitializeModule(ModuleInitializationLevel p_level); + +#endif diff --git a/src/gen/doc_data.gen.cpp b/src/gen/doc_data.gen.cpp new file mode 100644 index 0000000..c688ca7 --- /dev/null +++ b/src/gen/doc_data.gen.cpp @@ -0,0 +1,20 @@ +/* THIS FILE IS GENERATED DO NOT EDIT */ + +#include + +static const char *_doc_data_hash = "125723246888636448"; +static const int _doc_data_uncompressed_size = 0; +static const int _doc_data_compressed_size = 8; +static const unsigned char _doc_data_compressed[] = { + 120, + 218, + 3, + 0, + 0, + 0, + 0, + 1, +}; + +static godot::internal::DocDataRegistration _doc_data_registration(_doc_data_hash, _doc_data_uncompressed_size, _doc_data_compressed_size, _doc_data_compressed); +