commit 01457fcb1f99d6683d571bc8cc151098c8e84bee Author: rendo Date: Thu Feb 19 09:36:17 2026 +0500 Ported assets to godot diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/cards/templates/card-background.png b/cards/templates/card-background.png new file mode 100644 index 0000000..bc2c869 Binary files /dev/null and b/cards/templates/card-background.png differ diff --git a/cards/templates/card-background.png.import b/cards/templates/card-background.png.import new file mode 100644 index 0000000..70913ec --- /dev/null +++ b/cards/templates/card-background.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6akwwb58fidc" +path="res://.godot/imported/card-background.png-f3337a934ae8465827a32c304e527631.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cards/templates/card-background.png" +dest_files=["res://.godot/imported/card-background.png-f3337a934ae8465827a32c304e527631.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/cards/templates/cost-bubble.png b/cards/templates/cost-bubble.png new file mode 100644 index 0000000..c8d93aa Binary files /dev/null and b/cards/templates/cost-bubble.png differ diff --git a/cards/templates/cost-bubble.png.import b/cards/templates/cost-bubble.png.import new file mode 100644 index 0000000..2036969 --- /dev/null +++ b/cards/templates/cost-bubble.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3p3hl0epd5rg" +path="res://.godot/imported/cost-bubble.png-1baff338eb38c6326aaf291f1be090ff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cards/templates/cost-bubble.png" +dest_files=["res://.godot/imported/cost-bubble.png-1baff338eb38c6326aaf291f1be090ff.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/cards/templates/dev-card-background.png b/cards/templates/dev-card-background.png new file mode 100644 index 0000000..d506070 Binary files /dev/null and b/cards/templates/dev-card-background.png differ diff --git a/cards/templates/dev-card-background.png.import b/cards/templates/dev-card-background.png.import new file mode 100644 index 0000000..3a0850b --- /dev/null +++ b/cards/templates/dev-card-background.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cke1t56bw70kq" +path="res://.godot/imported/dev-card-background.png-88c7c543604277da407a50e9ae0e994c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cards/templates/dev-card-background.png" +dest_files=["res://.godot/imported/dev-card-background.png-88c7c543604277da407a50e9ae0e994c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/cards/templates/dev-card-background.png~ b/cards/templates/dev-card-background.png~ new file mode 100644 index 0000000..7edd336 Binary files /dev/null and b/cards/templates/dev-card-background.png~ differ diff --git a/cards/templates/experimental.png b/cards/templates/experimental.png new file mode 100644 index 0000000..76e6e02 Binary files /dev/null and b/cards/templates/experimental.png differ diff --git a/cards/templates/experimental.png.import b/cards/templates/experimental.png.import new file mode 100644 index 0000000..4ec848c --- /dev/null +++ b/cards/templates/experimental.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5vvxpoic7glj" +path="res://.godot/imported/experimental.png-9d662dd23eb5349300c392a630d60343.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cards/templates/experimental.png" +dest_files=["res://.godot/imported/experimental.png-9d662dd23eb5349300c392a630d60343.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/icon.svg b/icon.svg new file mode 100644 index 0000000..c6bbb7d --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..f250b15 --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://vys2m3a7be28" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/music/fostral.wav b/music/fostral.wav new file mode 100644 index 0000000..91dcd26 Binary files /dev/null and b/music/fostral.wav differ diff --git a/music/fostral.wav.import b/music/fostral.wav.import new file mode 100644 index 0000000..0a6b4de --- /dev/null +++ b/music/fostral.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://bdykhfqrftuvv" +path="res://.godot/imported/fostral.wav-62dfa0c6ba38b2ce199327aa030fc05c.sample" + +[deps] + +source_file="res://music/fostral.wav" +dest_files=["res://.godot/imported/fostral.wav-62dfa0c6ba38b2ce199327aa030fc05c.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/music/glorx.wav b/music/glorx.wav new file mode 100644 index 0000000..75f418b Binary files /dev/null and b/music/glorx.wav differ diff --git a/music/glorx.wav.import b/music/glorx.wav.import new file mode 100644 index 0000000..924e16e --- /dev/null +++ b/music/glorx.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://cuiseagt5rk7h" +path="res://.godot/imported/glorx.wav-c43027d3ae6a1c0ee755da0716b5f8c7.sample" + +[deps] + +source_file="res://music/glorx.wav" +dest_files=["res://.godot/imported/glorx.wav-c43027d3ae6a1c0ee755da0716b5f8c7.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/music/rocknrolldixie.wav b/music/rocknrolldixie.wav new file mode 100644 index 0000000..4a6f31f Binary files /dev/null and b/music/rocknrolldixie.wav differ diff --git a/music/rocknrolldixie.wav.import b/music/rocknrolldixie.wav.import new file mode 100644 index 0000000..7a187c4 --- /dev/null +++ b/music/rocknrolldixie.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://bh0dqf1rnxoe3" +path="res://.godot/imported/rocknrolldixie.wav-158ab43c85b216964e241eeec28116ac.sample" + +[deps] + +source_file="res://music/rocknrolldixie.wav" +dest_files=["res://.godot/imported/rocknrolldixie.wav-158ab43c85b216964e241eeec28116ac.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/music/whistler.wav b/music/whistler.wav new file mode 100644 index 0000000..68e1d99 Binary files /dev/null and b/music/whistler.wav differ diff --git a/music/whistler.wav.import b/music/whistler.wav.import new file mode 100644 index 0000000..f47b7aa --- /dev/null +++ b/music/whistler.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://4efw73t52a0i" +path="res://.godot/imported/whistler.wav-4ad67150f486486e0a2cffd7f929d7b1.sample" + +[deps] + +source_file="res://music/whistler.wav" +dest_files=["res://.godot/imported/whistler.wav-4ad67150f486486e0a2cffd7f929d7b1.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..6ce1797 --- /dev/null +++ b/project.godot @@ -0,0 +1,25 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="nsomva" +config/features=PackedStringArray("4.6", "GL Compatibility") +config/icon="res://icon.svg" + +[physics] + +3d/physics_engine="Jolt Physics" + +[rendering] + +rendering_device/driver.windows="d3d12" +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility" diff --git a/sprites/field.png b/sprites/field.png new file mode 100644 index 0000000..1eb0d6f Binary files /dev/null and b/sprites/field.png differ diff --git a/sprites/field.png.import b/sprites/field.png.import new file mode 100644 index 0000000..0a5300a --- /dev/null +++ b/sprites/field.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2pm032d5tqwb" +path="res://.godot/imported/field.png-e3ee637cd0bc190899026182c03fbba0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/field.png" +dest_files=["res://.godot/imported/field.png-e3ee637cd0bc190899026182c03fbba0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/units/doh/doh.png b/units/doh/doh.png new file mode 100644 index 0000000..03d7164 Binary files /dev/null and b/units/doh/doh.png differ diff --git a/units/doh/doh.png.import b/units/doh/doh.png.import new file mode 100644 index 0000000..f9b4852 --- /dev/null +++ b/units/doh/doh.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bwggofu5iv0xt" +path="res://.godot/imported/doh.png-c2549ec6605b2e1ac1110d7f2bef1692.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://units/doh/doh.png" +dest_files=["res://.godot/imported/doh.png-c2549ec6605b2e1ac1110d7f2bef1692.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/units/fosma/fosma.png b/units/fosma/fosma.png new file mode 100644 index 0000000..5704336 Binary files /dev/null and b/units/fosma/fosma.png differ diff --git a/units/fosma/fosma.png.import b/units/fosma/fosma.png.import new file mode 100644 index 0000000..0eea3af --- /dev/null +++ b/units/fosma/fosma.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du3h8ou2sxh6s" +path="res://.godot/imported/fosma.png-0d83039c91fbf3547f8f605684580292.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://units/fosma/fosma.png" +dest_files=["res://.godot/imported/fosma.png-0d83039c91fbf3547f8f605684580292.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/units/zlosma/zlosma.png b/units/zlosma/zlosma.png new file mode 100644 index 0000000..b06062b Binary files /dev/null and b/units/zlosma/zlosma.png differ diff --git a/units/zlosma/zlosma.png.import b/units/zlosma/zlosma.png.import new file mode 100644 index 0000000..dac77ff --- /dev/null +++ b/units/zlosma/zlosma.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctc3mk7gm68ha" +path="res://.godot/imported/zlosma.png-3f094640a530c2b9df72beeb2108e46b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://units/zlosma/zlosma.png" +dest_files=["res://.godot/imported/zlosma.png-3f094640a530c2b9df72beeb2108e46b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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