67 Commits

Author SHA1 Message Date
Nicola 121cc1eb03 Hotfix for some DSL bugs (For node not working, Exploration not taking next layers into account) 2026-05-19 20:59:15 +02:00
Nicola dc3912fa70 Reworked Steam Handler and updated readme for merge to main. 2026-05-19 19:58:55 +02:00
Nicola ee53efa742 Release version, merging to main now. 2026-05-19 19:22:33 +02:00
Nicola e388083065 Removed Memory Display. 2026-05-19 19:21:11 +02:00
Nicola 95690072a3 Final version for now. Most of the tester feedback was added to the game as of now. 2026-05-14 21:44:28 +02:00
Nicola d1bfea1d9b Adjusting energy and heat values to be a bit more forgiving. 2026-05-14 21:41:32 +02:00
Nicola 672628ee13 Added node highlight, fixed temporary load to include start node as well, fixed For-Condition 2026-05-14 21:37:26 +02:00
Nicola eee59b6385 Finished robot display, fixed test run for For-Node 2026-05-14 21:01:56 +02:00
Nicola 6084761e0d Added robot display to map logic, now need to add the color for it. 2026-05-14 20:50:41 +02:00
Nicola c6cb2cc00e Fixed robot naming on spawn 2026-05-14 20:23:19 +02:00
Nicola 6591dfe637 changed ambiguous naming from water and food to thirst and hunger. fixed For node execution 2026-05-14 20:12:30 +02:00
Nicola a2acfcefd6 Added new release, updated nodes to contain tooltip text. 2026-05-14 13:02:25 +02:00
Nicola 588879951d Added tooltip to nodes to better explain their functionality.
Readded node deletion.
2026-05-14 12:36:59 +02:00
Nicola 300c8f5a42 Big project cleanup with overhaul of file responsibilities (KISS) and code (DRY, YAGNI) 2026-05-14 11:17:02 +02:00
Nicola bd6cdeb97b Finished new node approach 2026-05-14 09:58:35 +02:00
Nicola 33a618b0b9 (WIP) Switch from previous DSL System (UI order based) to a new DSL System (node connection based) still in Progress. 2026-05-13 22:21:16 +02:00
Nicola 5893f9f7b9 (WIP) switched from previous DSL System (UI order based) to a new DSL System (node connection based) 2026-05-13 13:18:47 +02:00
Nicola 1eef71f454 Losing the game now makes the EndGame UI always visible. 2026-05-13 09:07:16 +02:00
Nicola d5e907a8b8 Added load mechanic to temporary scripts to allow the player modifications to it. 2026-05-11 22:00:48 +02:00
Nicola 4dc8ffe55a Added autoselect to all userinputs (numbers) for better UX 2026-05-11 21:52:10 +02:00
Nicola 859db25d4f Fixed UX bug where WASD moves the cam during inputs 2026-05-11 21:27:49 +02:00
Nicola 07cdd0a46f Changed WFC acceptance to 100% connectivity and added test case to test the layer generation. 2026-05-11 21:23:51 +02:00
Nicola 05d7df753f Added movement to DSL nodes to allow repositioning. 2026-05-11 21:18:25 +02:00
Nicola 979595959b Added cooldown to robots not executing scripts, fixed movement bug where robots don't execute script if on the same tile. 2026-05-11 20:09:41 +02:00
Nicola 9a35a11df4 Added robot follow button 2026-05-11 19:37:28 +02:00
Nicola e43b0a8d37 Added newest export 2026-05-10 20:31:07 +02:00
Nicola 4da757c1b6 Renamed robot to not be confused with narrator, Added more tutorial bubbles, 2026-05-10 20:30:40 +02:00
Nicola 8170b700b2 Added final features for this release. Now only polishing (if needed) remains.
Features: Sacrifice-Node, Maintain-Node, Options for screen type, lightcolor and soundvolume, tied in sound effects, game pause when menu is open, visibly open up gate when opening it.
2026-05-10 14:09:14 +02:00
Nicola 228e81ab4e Renamed and moved Exports to better fit structure. Current exports are for steam build check, more functionality can be added. 2026-05-10 13:34:24 +02:00
Nicola 9631d9f3bf Added trailer for Steam 2026-05-10 13:11:04 +02:00
Nicola 83630b0e87 Added necessary artwork and build for steam release. Added some minor sound effects and integrated background sound. 2026-05-10 12:34:52 +02:00
Nicola 112728b5a9 Added a small grace period to survival mechanic to allow easier start of the game. 2026-05-09 22:55:05 +02:00
Nicola 09df4334b9 Implemented research cost, tweaked some values. 2026-05-09 22:30:18 +02:00
Nicola fc21c7c8d3 Added random seed and ability to enter a seed. Also added a simple/small tutorial screen and unified the UI with UIStyle.cs 2026-05-09 22:09:15 +02:00
Nicola 7e70471227 Added testing and save/load mechanic to the game. Game is now entering final phase. 2026-05-09 21:25:36 +02:00
Nicola e7de2433de Improves visuals of each node. 2026-05-09 20:29:10 +02:00
Nicola a472adf74b Added new nodes to DSL for a wider variety of commands and scripts. 2026-05-09 20:12:53 +02:00
Nicola 8b15027ac1 Tied inventory to robot count 2026-05-09 16:15:51 +02:00
Nicola 362cc0442f Added the ability to spawn more robots if research allows it. 2026-05-09 16:12:34 +02:00
Nicola aee2ee7f3d Added increase to robotcount when completing research, added value modifiers for robot types. 2026-05-09 15:46:16 +02:00
Nicola 78d1014067 Added GameOver screen and win/death logic. Game can now officially be finished (Positive and Negative) 2026-05-09 15:23:10 +02:00
Nicola 5eab205a9c Added unlock mechanic with testing if player has all items in inventory. 2026-05-09 15:06:46 +02:00
Nicola 213d0aed97 Added gate unlock generation and simple Game Won print 2026-05-09 14:57:06 +02:00
Nicola 9fa1909dcb Added resource weights and layer unlock UI to the game. 2026-05-09 13:53:00 +02:00
Nicola 677d8595db Changed craft times for all items,buildings, researches and added research that can change game stats/effects. 2026-05-09 13:27:01 +02:00
Nicola 9f32152fb8 Added survival mechanic that consumes inventory items if needed. 2026-05-09 12:22:04 +02:00
Nicola 8a79a3474e Updated data with sub-researches to have a more advanced Tech-tree and purpose to research. 2026-05-09 11:54:25 +02:00
Nicola 6708aa277f Cleaned up project with better structure. 2026-05-09 11:29:48 +02:00
Nicola 1ad3454f6a Tweaked the ingredient values for each building, recipe and research 2026-05-09 10:46:38 +02:00
Nicola 053b91a736 Added Inventory space display and robot alert if not working currently. Added inventory live update. 2026-05-09 10:36:38 +02:00
Nicola 892365ff79 Added lowest layer to GameDate and Pathfinding. Fixed tile contentNode not being made visible. 2026-05-09 10:07:16 +02:00
Nicola e00259cd31 Added missing Symbol to the game, Improved move and explore logic, added map refresh for tiles. 2026-05-09 09:38:34 +02:00
Nicola 342b6e490f Added research state to harvest and crafting 2026-05-08 20:15:09 +02:00
Nicola 032836b9ec Improved research display and added ResearchState. 2026-05-08 11:45:46 +02:00
Nicola 192620fad3 Improved node placement in research screen 2026-05-08 10:30:11 +02:00
Nicola ce99936298 Added research display to the game 2026-05-06 21:10:04 +02:00
Nicola a9475aaaf9 Added decorations to main menu, added data for research and buildings 2026-05-06 20:13:54 +02:00
Nicola 429e10eca1 Added first attempt to animating an intro scene. 2026-05-06 20:06:06 +02:00
Nicola 51c9dc5294 Added research symbol and keybinding. 2026-05-06 09:56:02 +02:00
Nicola 4e760d4c0d Removed script select from the robotlist and added current script name to display. 2026-05-06 09:50:42 +02:00
Nicola 18b76f3cbc Added ability to delete nodes from editor, added complete node load and save for the DSL 2026-05-06 09:29:28 +02:00
Nicola 44bfd7ce1d Added tooltip to map and fixed map loading. 2026-05-06 07:04:03 +02:00
Nicola 6445c24202 Added complete crafting to the game. Next step would be research and buildings. Updated DSL with Setup to work with dynamic loading. 2026-05-05 21:44:30 +02:00
= ffe1077abc Added inventory display and item display. 2026-05-05 20:44:06 +02:00
= abeb8c0902 Improved UI calls 2026-05-05 20:21:05 +02:00
= 5882f3865d Added resource harvesting to DSL. 2026-05-05 19:45:50 +02:00
= a320a86a2f Improved recipes and added resources to it. Changed how ingredients and items work. 2026-05-05 19:26:31 +02:00
308 changed files with 15888 additions and 2004 deletions
+252
View File
@@ -0,0 +1,252 @@
[
{
"id": "workbench",
"inputs": [
{
"item": "stone",
"amount": 4
}
],
"research": "basics",
"texture": "res://Assets/Images/Buildings/Workbench.png",
"crafttime": 3.0,
"stacksize": 1
},
{
"id": "furnace",
"inputs": [
{
"item": "stone",
"amount": 12
},
{
"item": "heating_element_v1",
"amount": 1
}
],
"research": "heat_control",
"texture": "res://Assets/Images/Buildings/Furnace.png",
"crafttime": 10.0,
"stacksize": 1
},
{
"id": "crusher",
"inputs": [
{
"item": "stone_gear",
"amount": 2
},
{
"item": "rope",
"amount": 2
},
{
"item": "stone",
"amount": 8
}
],
"research": "basic_machines",
"texture": "res://Assets/Images/Buildings/Crusher.png",
"crafttime": 8.0,
"stacksize": 1
},
{
"id": "press",
"inputs": [
{
"item": "stone",
"amount": 8
},
{
"item": "rope",
"amount": 2
}
],
"research": "basic_machines",
"texture": "res://Assets/Images/Buildings/Press.png",
"crafttime": 6.5,
"stacksize": 1
},
{
"id": "anvil",
"inputs": [
{
"item": "stone",
"amount": 10
},
{
"item": "rope",
"amount": 3
}
],
"research": "basic_machines",
"texture": "res://Assets/Images/Buildings/Anvil.png",
"crafttime": 7.5,
"stacksize": 1
},
{
"id": "loom",
"inputs": [
{
"item": "copper_gear",
"amount": 2
},
{
"item": "rope",
"amount": 4
}
],
"research": "textiles",
"texture": "res://Assets/Images/Buildings/Loom.png",
"crafttime": 12.0,
"stacksize": 1
},
{
"id": "steam_generator_v1",
"inputs": [
{
"item": "dynamo_v1",
"amount": 1
},
{
"item": "battery_v1",
"amount": 2
},
{
"item": "heating_element_v1",
"amount": 2
}
],
"research": "basic_electricity",
"texture": "res://Assets/Images/Buildings/SteamGeneratorv1.png",
"crafttime": 18.0,
"stacksize": 1
},
{
"id": "stone_chest",
"inputs": [
{
"item": "stone_plate",
"amount": 4
},
{
"item": "rope",
"amount": 2
}
],
"research": "stone_storage",
"texture": "res://Assets/Images/Buildings/StoneChest.png",
"crafttime": 5.5,
"stacksize": 1
},
{
"id": "copper_chest",
"inputs": [
{
"item": "copper_plate",
"amount": 4
},
{
"item": "rope",
"amount": 3
}
],
"research": "metalworking",
"texture": "res://Assets/Images/Buildings/CopperChest.png",
"crafttime": 9.5,
"stacksize": 1
},
{
"id": "bronze_chest",
"inputs": [
{
"item": "bronze_plate",
"amount": 4
},
{
"item": "rope",
"amount": 4
}
],
"research": "bronze_storage",
"texture": "res://Assets/Images/Buildings/BronzeChest.png",
"crafttime": 14.0,
"stacksize": 1
},
{
"id": "iron_chest",
"inputs": [
{
"item": "iron_plate",
"amount": 4
},
{
"item": "rope",
"amount": 5
}
],
"research": "iron_machining",
"texture": "res://Assets/Images/Buildings/IronChest.png",
"crafttime": 17.0,
"stacksize": 1
},
{
"id": "steam_generator_v2",
"inputs": [
{
"item": "dynamo_v2",
"amount": 1
},
{
"item": "battery_v2",
"amount": 2
},
{
"item": "heating_element_v1",
"amount": 3
}
],
"research": "advanced_power",
"texture": "res://Assets/Images/Buildings/SteamGeneratorv2.png",
"crafttime": 28.0,
"stacksize": 1
},
{
"id": "water_purifier",
"inputs": [
{
"item": "heating_element_v1",
"amount": 2
},
{
"item": "glass_bottles",
"amount": 3
}
],
"research": "glass_work",
"texture": "res://Assets/Images/Buildings/WaterPurifier.png",
"crafttime": 12.5,
"stacksize": 1
},
{
"id": "glassblower",
"inputs": [
{
"item": "heating_element_v1",
"amount": 2
},
{
"item": "stone",
"amount": 8
},
{
"item": "copper_rod",
"amount": 2
}
],
"research": "glass_work",
"texture": "res://Assets/Images/Buildings/Glassblower.png",
"crafttime": 13.5,
"stacksize": 1
}
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://66yiv4g7kfpv"
path="res://.godot/imported/ArrowDown.png-68a8d6a1c504a39663af15622d06d1d0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/ArrowDown.png"
dest_files=["res://.godot/imported/ArrowDown.png-68a8d6a1c504a39663af15622d06d1d0.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://djxwweinn5c4i"
path="res://.godot/imported/ArrowUp.png-6639581e2ea32ca76adabf27de0fdb0d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/ArrowUp.png"
dest_files=["res://.godot/imported/ArrowUp.png-6639581e2ea32ca76adabf27de0fdb0d.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ciehcg34et0q3"
path="res://.godot/imported/InventorySymbol.png-992c7fa6db2b090a5926e973600828c4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/InventorySymbol.png"
dest_files=["res://.godot/imported/InventorySymbol.png-992c7fa6db2b090a5926e973600828c4.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bkr5w2n0ur3b0"
path="res://.godot/imported/BronzeGearSymbol.png-fbe63b91e723706590d2614f99b9e000.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Items/BronzeGearSymbol.png"
dest_files=["res://.godot/imported/BronzeGearSymbol.png-fbe63b91e723706590d2614f99b9e000.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bjxwrtm0bttio"
path="res://.godot/imported/craft.png-6ef1d3b3d2b282380072caa5b7edf88e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/craft.png"
dest_files=["res://.godot/imported/craft.png-6ef1d3b3d2b282380072caa5b7edf88e.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b6jm34qgckaxh"
path="res://.godot/imported/explore.png-953528913d382d25c22ebda01c9eae17.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/explore.png"
dest_files=["res://.godot/imported/explore.png-953528913d382d25c22ebda01c9eae17.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cugoibldkatry"
path="res://.godot/imported/for.png-7e0a93012248eea32dfb05f41c7e4f81.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/for.png"
dest_files=["res://.godot/imported/for.png-7e0a93012248eea32dfb05f41c7e4f81.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://qqtpqludvgxt"
path="res://.godot/imported/harvest.png-0cc3bd3c70f996a004117a3f7a91177a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/harvest.png"
dest_files=["res://.godot/imported/harvest.png-0cc3bd3c70f996a004117a3f7a91177a.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://chh5hsjsy254n"
path="res://.godot/imported/if.png-4751c8cb00c015bf90caf7b01ca65fcf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/if.png"
dest_files=["res://.godot/imported/if.png-4751c8cb00c015bf90caf7b01ca65fcf.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://0yysypsrfe7s"
path="res://.godot/imported/maintain.png-d6e014a306fabbb6543e072f6642d4e7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/maintain.png"
dest_files=["res://.godot/imported/maintain.png-d6e014a306fabbb6543e072f6642d4e7.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dwen2run626at"
path="res://.godot/imported/move.png-0fbfb070f028e7a2665763914c1c70f0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/move.png"
dest_files=["res://.godot/imported/move.png-0fbfb070f028e7a2665763914c1c70f0.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://btumhi0t4c0f0"
path="res://.godot/imported/sacrifice.png-1291ff8e1d4c6a2ccf4900842ccf4993.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/sacrifice.png"
dest_files=["res://.godot/imported/sacrifice.png-1291ff8e1d4c6a2ccf4900842ccf4993.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cktnj1a1rg5yu"
path="res://.godot/imported/start.png-edc6bdb9e8290898275934ddb44d2834.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/start.png"
dest_files=["res://.godot/imported/start.png-edc6bdb9e8290898275934ddb44d2834.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://p0b5h6kts0jo"
path="res://.godot/imported/while.png-a59b08af0a24cbfedd7a46b9cd582957.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Nodes/while.png"
dest_files=["res://.godot/imported/while.png-a59b08af0a24cbfedd7a46b9cd582957.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cv76v3845c3ff"
path="res://.godot/imported/BasicsSymbol.png-a01daba6cb03ee9cf8ccd4490920bec0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Research/BasicsSymbol.png"
dest_files=["res://.godot/imported/BasicsSymbol.png-a01daba6cb03ee9cf8ccd4490920bec0.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://chr4p5ns0n3n5"
path="res://.godot/imported/BronzeageSymbol.png-1285905aa4eae49f9c832663e55b2f43.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Research/BronzeageSymbol.png"
dest_files=["res://.godot/imported/BronzeageSymbol.png-1285905aa4eae49f9c832663e55b2f43.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jrv5xnbfcn2o"
path="res://.godot/imported/CopperageSymbol.png-8c4ce73b4c0fc81e445b053ca318cde1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Research/CopperageSymbol.png"
dest_files=["res://.godot/imported/CopperageSymbol.png-8c4ce73b4c0fc81e445b053ca318cde1.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cy7c16352g6pq"
path="res://.godot/imported/IronageSymbol.png-39224787c5463ca99d1883f6a5875248.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Research/IronageSymbol.png"
dest_files=["res://.godot/imported/IronageSymbol.png-39224787c5463ca99d1883f6a5875248.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://67pb1ajfs85y"
path="res://.godot/imported/StoneageSymbol.png-e2c2604dc51c02e3cc86b76cc1baf943.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Research/StoneageSymbol.png"
dest_files=["res://.godot/imported/StoneageSymbol.png-e2c2604dc51c02e3cc86b76cc1baf943.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dt84awx33mulb"
path="res://.godot/imported/ResearchSymbol.png-e8f43265eb41a396705bd37c5092cde8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/ResearchSymbol.png"
dest_files=["res://.godot/imported/ResearchSymbol.png-e8f43265eb41a396705bd37c5092cde8.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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxcp2010jb2qi"
path="res://.godot/imported/appSymbol.jpg-24ba9b726468f38f348e8807b167975f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/appSymbol.jpg"
dest_files=["res://.godot/imported/appSymbol.jpg-24ba9b726468f38f348e8807b167975f.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5qpj6hfbom5a"
path="res://.godot/imported/libraryCapsule.png-4ea02ae904995d6cdc8042c6ecb769c4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/libraryCapsule.png"
dest_files=["res://.godot/imported/libraryCapsule.png-4ea02ae904995d6cdc8042c6ecb769c4.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dofc461ev1fj0"
path="res://.godot/imported/libraryHeader.png-200826bd71dca86e8f48425faccb30b2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/libraryHeader.png"
dest_files=["res://.godot/imported/libraryHeader.png-200826bd71dca86e8f48425faccb30b2.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 537 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bpo24tmqbspnx"
path="res://.godot/imported/libraryHeroCapsule.png-9e2d7bd620d44d187ec80c7e4924c7dd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/libraryHeroCapsule.png"
dest_files=["res://.godot/imported/libraryHeroCapsule.png-9e2d7bd620d44d187ec80c7e4924c7dd.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b7ybas47iag78"
path="res://.godot/imported/libraryLogo.png-7679843b6d3903deb0b458a74e6053ff.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/libraryLogo.png"
dest_files=["res://.godot/imported/libraryLogo.png-7679843b6d3903deb0b458a74e6053ff.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bfvqa558vu1nr"
path="res://.godot/imported/mainCapsule.png-d42be7e2f09e95405d325dd1ae9c4c89.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/mainCapsule.png"
dest_files=["res://.godot/imported/mainCapsule.png-d42be7e2f09e95405d325dd1ae9c4c89.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c61beck318fgo"
path="res://.godot/imported/shortcutIcon.png-e3ab8b8cc3aba6fa0a0e76331988db8e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/shortcutIcon.png"
dest_files=["res://.godot/imported/shortcutIcon.png-e3ab8b8cc3aba6fa0a0e76331988db8e.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://crvwg2ohg2snh"
path="res://.godot/imported/smallCapsule.png-1cf8de95032e1f24fbe8100a92e462e6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/smallCapsule.png"
dest_files=["res://.godot/imported/smallCapsule.png-1cf8de95032e1f24fbe8100a92e462e6.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://berb6bhk6a665"
path="res://.godot/imported/titleCapsule.png-2ef09d7b54cddebcfd44cb73ceec5e8b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/titleCapsule.png"
dest_files=["res://.godot/imported/titleCapsule.png-2ef09d7b54cddebcfd44cb73ceec5e8b.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
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dh3s2aw53aypr"
path="res://.godot/imported/verticalCapsule.png-4e31f754d728f6d4bc8b7adaed4b35a1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/Steam/verticalCapsule.png"
dest_files=["res://.godot/imported/verticalCapsule.png-4e31f754d728f6d4bc8b7adaed4b35a1.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://wq8yc0u0ee33"
path="res://.godot/imported/TrashSymbol.png-3f91ec9cd1f5cf96bc959424d5164ff1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Images/TrashSymbol.png"
dest_files=["res://.godot/imported/TrashSymbol.png-3f91ec9cd1f5cf96bc959424d5164ff1.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://tp3w3lkitu85"
path="res://.godot/imported/CaveBasic.png-b4270e01b12867444794be7b1160e68a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Movies/CaveBasic.png"
dest_files=["res://.godot/imported/CaveBasic.png-b4270e01b12867444794be7b1160e68a.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://21wyfeqhci52"
path="res://.godot/imported/CaveInside.png-159958942b70ff4b964f93154095ae6a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Movies/CaveInside.png"
dest_files=["res://.godot/imported/CaveInside.png-159958942b70ff4b964f93154095ae6a.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dh24miynbbdvy"
path="res://.godot/imported/RoomBasic.png-5655f57e4e83fe25e11e705876b1dad5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Movies/RoomBasic.png"
dest_files=["res://.godot/imported/RoomBasic.png-5655f57e4e83fe25e11e705876b1dad5.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
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+665 -502
View File
File diff suppressed because it is too large Load Diff
+641
View File
@@ -0,0 +1,641 @@
[
{
"id": "basics",
"inputs": [],
"research": "",
"crafttime": 1.0,
"texture": "res://Assets/Images/Research/BasicsSymbol.png"
},
{
"id": "stoneage",
"inputs": [
{
"item": "stone",
"amount": 8
},
{
"item": "coal",
"amount": 4
}
],
"research": "basics",
"crafttime": 4.0,
"texture": "res://Assets/Images/Research/StoneageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "stone_tools",
"inputs": [
{
"item": "stone",
"amount": 10
},
{
"item": "spider_silk",
"amount": 4
}
],
"research": "stoneage",
"crafttime": 5.0,
"texture": "res://Assets/Images/Items/StoneGearSymbol.png"
},
{
"id": "basic_machines",
"inputs": [
{
"item": "stone_gear",
"amount": 3
},
{
"item": "rope",
"amount": 3
},
{
"item": "stone",
"amount": 10
}
],
"research": "stone_tools",
"crafttime": 7.0,
"texture": "res://Assets/Images/Items/StoneGearSymbol.png"
},
{
"id": "heat_control",
"inputs": [
{
"item": "stone_gear",
"amount": 2
},
{
"item": "coal",
"amount": 8
}
],
"research": "basic_machines",
"crafttime": 8.0,
"texture": "res://Assets/Images/Items/Heaterv1Symbol.png"
},
{
"id": "glass_work",
"inputs": [
{
"item": "sand",
"amount": 6
},
{
"item": "heating_element_v1",
"amount": 2
},
{
"item": "coal",
"amount": 4
}
],
"research": "heat_control",
"crafttime": 9.0,
"texture": "res://Assets/Images/Items/GlassSymbol.png"
},
{
"id": "stone_storage",
"inputs": [
{
"item": "stone_plate",
"amount": 4
},
{
"item": "rope",
"amount": 2
}
],
"research": "basic_machines",
"crafttime": 6.0,
"texture": "res://Assets/Images/Items/StonePlateSymbol.png"
},
{
"id": "stone_robotics",
"inputs": [
{
"item": "stone_gear",
"amount": 4
},
{
"item": "rope",
"amount": 4
}
],
"research": "stone_tools",
"crafttime": 8.0,
"texture": "res://Assets/Images/Items/StoneRobotSymbol.png"
},
{
"id": "joint_tuning",
"inputs": [
{
"item": "stone_gear",
"amount": 3
},
{
"item": "rope",
"amount": 4
}
],
"research": "stone_robotics",
"crafttime": 10.0,
"texture": "res://Assets/Images/Items/StoneGearSymbol.png",
"effects": [
{
"stat": "robot_speed_bonus",
"value": 0.1
},
{
"stat": "robot_minimum_efficiency_bonus",
"value": 0.05
}
]
},
{
"id": "copperage",
"inputs": [
{
"item": "copper_ore",
"amount": 12
},
{
"item": "rope",
"amount": 4
}
],
"research": "heat_control",
"crafttime": 12.0,
"texture": "res://Assets/Images/Research/CopperageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "copper_smelting",
"inputs": [
{
"item": "copper_ore",
"amount": 12
},
{
"item": "coal",
"amount": 6
}
],
"research": "copperage",
"crafttime": 13.0,
"texture": "res://Assets/Images/Items/CopperIngotSymbol.png"
},
{
"id": "tin_working",
"inputs": [
{
"item": "copper_ingot",
"amount": 4
},
{
"item": "coal",
"amount": 4
}
],
"research": "copper_smelting",
"crafttime": 14.0,
"texture": "res://Assets/Images/Items/TinIngotSymbol.png"
},
{
"id": "metalworking",
"inputs": [
{
"item": "copper_ingot",
"amount": 6
},
{
"item": "tin_ingot",
"amount": 4
},
{
"item": "stone_gear",
"amount": 2
}
],
"research": "tin_working",
"crafttime": 16.0,
"texture": "res://Assets/Images/Items/CopperGearSymbol.png"
},
{
"id": "textiles",
"inputs": [
{
"item": "rope",
"amount": 8
},
{
"item": "spider_silk",
"amount": 8
},
{
"item": "copper_gear",
"amount": 2
}
],
"research": "metalworking",
"crafttime": 15.0,
"texture": "res://Assets/Images/Items/RopeSymbol.png"
},
{
"id": "basic_electricity",
"inputs": [
{
"item": "copper_wire",
"amount": 6
},
{
"item": "copper_rod",
"amount": 3
},
{
"item": "tin_rod",
"amount": 2
},
{
"item": "water",
"amount": 4
}
],
"research": "metalworking",
"crafttime": 18.0,
"texture": "res://Assets/Images/Items/Batteryv1Symbol.png"
},
{
"id": "copper_robotics",
"inputs": [
{
"item": "battery_v1",
"amount": 2
},
{
"item": "copper_gear",
"amount": 2
},
{
"item": "tin_gear",
"amount": 2
}
],
"research": "basic_electricity",
"crafttime": 20.0,
"texture": "res://Assets/Images/Items/CopperRobotSymbol.png"
},
{
"id": "efficient_actuators",
"inputs": [
{
"item": "battery_v1",
"amount": 1
},
{
"item": "copper_wire",
"amount": 6
},
{
"item": "copper_gear",
"amount": 2
}
],
"research": "copper_robotics",
"crafttime": 22.0,
"texture": "res://Assets/Images/Items/CopperWireSymbol.png",
"effects": [
{
"stat": "robot_energy_use_reduction",
"value": 0.12
},
{
"stat": "robot_speed_bonus",
"value": 0.08
}
]
},
{
"id": "cooling_channels",
"inputs": [
{
"item": "copper_plate",
"amount": 3
},
{
"item": "water",
"amount": 6
},
{
"item": "heating_element_v1",
"amount": 1
}
],
"research": "efficient_actuators",
"crafttime": 21.0,
"texture": "res://Assets/Images/Resources/WaterSymbol.png",
"effects": [
{
"stat": "robot_heat_gain_reduction",
"value": 0.15
},
{
"stat": "robot_cooling_bonus",
"value": 0.25
}
]
},
{
"id": "bronzeage",
"inputs": [
{
"item": "copper_ingot",
"amount": 6
},
{
"item": "tin_ingot",
"amount": 4
}
],
"research": "basic_electricity",
"crafttime": 24.0,
"texture": "res://Assets/Images/Research/BronzeageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "bronze_smelting",
"inputs": [
{
"item": "copper_ingot",
"amount": 8
},
{
"item": "tin_ingot",
"amount": 4
},
{
"item": "coal",
"amount": 6
}
],
"research": "bronzeage",
"crafttime": 26.0,
"texture": "res://Assets/Images/Items/BronzeIngotSymbol.png"
},
{
"id": "bronze_machining",
"inputs": [
{
"item": "bronze_ingot",
"amount": 8
},
{
"item": "copper_gear",
"amount": 2
}
],
"research": "bronze_smelting",
"crafttime": 29.0,
"texture": "res://Assets/Images/Items/BronzeGearSymbol.png"
},
{
"id": "bronze_storage",
"inputs": [
{
"item": "bronze_plate",
"amount": 4
},
{
"item": "rope",
"amount": 6
}
],
"research": "bronze_machining",
"crafttime": 27.0,
"texture": "res://Assets/Images/Items/BronzePlateSymbol.png"
},
{
"id": "bronze_robotics",
"inputs": [
{
"item": "bronze_gear",
"amount": 3
},
{
"item": "bronze_plate",
"amount": 3
},
{
"item": "battery_v1",
"amount": 2
}
],
"research": "bronze_machining",
"crafttime": 32.0,
"texture": "res://Assets/Images/Items/BronzeRobotSymbol.png"
},
{
"id": "sealed_bearings",
"inputs": [
{
"item": "bronze_gear",
"amount": 3
},
{
"item": "bronze_plate",
"amount": 4
},
{
"item": "glass_bottles",
"amount": 2
}
],
"research": "bronze_robotics",
"crafttime": 35.0,
"texture": "res://Assets/Images/Items/BronzeGearSymbol.png",
"effects": [
{
"stat": "robot_maintenance_loss_reduction",
"value": 0.2
},
{
"stat": "robot_minimum_efficiency_bonus",
"value": 0.08
}
]
},
{
"id": "ironage",
"inputs": [
{
"item": "bronze_ingot",
"amount": 8
},
{
"item": "dynamo_v1",
"amount": 2
},
{
"item": "battery_v1",
"amount": 3
}
],
"research": "bronze_robotics",
"crafttime": 38.0,
"texture": "res://Assets/Images/Research/IronageSymbol.png",
"effects": [
{
"stat": "robot_count_increase",
"value": 10
}
]
},
{
"id": "iron_smelting",
"inputs": [
{
"item": "bronze_ingot",
"amount": 6
},
{
"item": "coal",
"amount": 10
}
],
"research": "ironage",
"crafttime": 40.0,
"texture": "res://Assets/Images/Items/IronIngotSymbol.png"
},
{
"id": "iron_machining",
"inputs": [
{
"item": "iron_ingot",
"amount": 8
},
{
"item": "bronze_gear",
"amount": 3
}
],
"research": "iron_smelting",
"crafttime": 44.0,
"texture": "res://Assets/Images/Items/IronGearSymbol.png"
},
{
"id": "advanced_power",
"inputs": [
{
"item": "battery_v1",
"amount": 3
},
{
"item": "iron_rod",
"amount": 4
},
{
"item": "copper_wire",
"amount": 6
}
],
"research": "iron_machining",
"crafttime": 48.0,
"texture": "res://Assets/Images/Items/Batteryv2Symbol.png"
},
{
"id": "iron_robotics",
"inputs": [
{
"item": "battery_v2",
"amount": 2
},
{
"item": "iron_gear",
"amount": 3
},
{
"item": "iron_plate",
"amount": 4
}
],
"research": "advanced_power",
"crafttime": 54.0,
"texture": "res://Assets/Images/Items/IronRobotSymbol.png"
},
{
"id": "regulated_power_cores",
"inputs": [
{
"item": "battery_v2",
"amount": 2
},
{
"item": "dynamo_v2",
"amount": 1
},
{
"item": "iron_rod",
"amount": 4
}
],
"research": "iron_robotics",
"crafttime": 58.0,
"texture": "res://Assets/Images/Items/Batteryv2Symbol.png",
"effects": [
{
"stat": "robot_energy_use_reduction",
"value": 0.18
},
{
"stat": "robot_heat_gain_reduction",
"value": 0.12
}
]
},
{
"id": "precision_drive_train",
"inputs": [
{
"item": "iron_gear",
"amount": 4
},
{
"item": "iron_plate",
"amount": 4
},
{
"item": "battery_v2",
"amount": 1
}
],
"research": "regulated_power_cores",
"crafttime": 62.0,
"texture": "res://Assets/Images/Items/IronGearSymbol.png",
"effects": [
{
"stat": "robot_speed_bonus",
"value": 0.18
},
{
"stat": "robot_maintenance_loss_reduction",
"value": 0.12
}
]
}
]
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://ddd03qe8q4icg"
path="res://.godot/imported/alarm.wav-f44e42de412de63961d002a4b77f5a22.sample"
[deps]
source_file="res://Assets/Sound/alarm.wav"
dest_files=["res://.godot/imported/alarm.wav-f44e42de412de63961d002a4b77f5a22.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
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://d001edcgov542"
path="res://.godot/imported/button.wav-63410373dbddb412b4208812587c74d5.sample"
[deps]
source_file="res://Assets/Sound/button.wav"
dest_files=["res://.godot/imported/button.wav-63410373dbddb412b4208812587c74d5.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

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